/*
Theme Name: Tema Pagina-Plano-Contigencia
Author: Aurora Tech LTDA
Author URI: https://auroratech.app
Description: Tema da página plano contigencia
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

*{
    margin: 0;
}

/* HEADER */
.cabecalho_1{
    height: 70px;
}

.logo{
    position: relative;
    left: 13%;
    top: 9px;
}

.cabecalho_1 nav .dropdowns{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: row;
    position: relative;
    width: 700px;
    position: relative;
    left: 22%;
    top: -40px;
}

.dropdowns div{
    margin: 13px;
} 

.dropdowns div a{
    position: relative;
    top: -3px;
    text-decoration: none;
    font-size: 14px;
    color: #222222;
    &:hover{
        color: rgba(6, 147, 227, 1);
    }
}

#dropdown{
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    position: absolute;
    top: 20px;
    z-index: 999;
}

#dropdown li{
    position: relative;
    left: -15px;
    top: 15px;
    margin-top: 8px;
    list-style: "";                
}

.dropdown-base-conhecimento-content{
    position: absolute;
    left: -0.9%;
    display: none;
    height: 200px;
}

.dropdown-base-conhecimento:hover .dropdown-base-conhecimento-content {
    display: block;
}

.dropdown-perguntas-frequentes-content{
    position: absolute;
    left: 25%;
    display: none;
    width: 150px;
    height: 70px;
}

.dropdown-perguntas-frequentes:hover .dropdown-perguntas-frequentes-content {
    display: block;
}

.dropdown-suporte-content{
    position: absolute;
    left: 48%;
    width: 150px;
    display: none;
}

.dropdown-suporte:hover .dropdown-suporte-content{
    display: block;
}

.logo_menu{
    position: fixed;
    right: 1%;
    top: 18px;
    transition: 0.4s;
    z-index: 999; 
}

.logo_menu svg{
    width: 100px;
    height: 35px;
    position: relative;
    left: -30.5px;

    &:hover{
        color: rgba(6, 147, 227, 1);
        cursor: pointer;
    }
}

.logo_menu button{
    border: none;      
    background-color: white;
    width: 50px;         
}

.local_atual_portal{
    background-color: #03A9F4;
    width: 100%;
    height: 95px;
}

.local_atual_portal h1{
    font-family: inherit;
    color: white;
    font-size: 30px;
    position: relative;
    left: 14%;
    width: 550px;
    top: 30px;
}

.informacoes_menu{
    position: fixed;
    right: -300%;
    top: 0px;
    background-color: black;
    opacity: 0.97;
    width: 280px;
    height: 100%;
    z-index: 999;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
}

.informacoes_menu a{
	color: #bfbfbf;
	text-transform: uppercase;
	font-size: 17px;
	position: relative;
	text-decoration: none;
	margin-top: 20px;
	left: 35px;
	top: 10px;
	&:hover{
		color: white;
	}
}

.botoes_login_cadastro{
    display: flex;
    flex-direction: column;
    position: relative;
    left: 25px;
    top: 15px;
}

.botoes_login_cadastro button{
    margin-top: 20px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
    width: 230px;
    height: 40px;

    &:hover{
        border-color: white;
        color: white;
    }
}

/* Inforamções Planos */
.plano_contigencia_continuidade{
    position: relative;
    left: 14%;
    top: 80px;
    width: 300px;
}

main h1{
    color: #03A9F4;
    font-size: 34px;

    &:hover{
        color: #222222;
    }
}

.strong_2{
    margin-left: 30px;
}

.objetivo{
    position: relative;
    left: 14%;
    top: 100px;
    width: 1300px;
}

.campo_aplicacao{
    position: relative;
    left: 14%;
    top: 100px;
    width: 1300px;
}

.termos_definicoes{
    position: relative;
    left: 14%;
    top: 100px;
    width: 1300px;
}

main h3{
    color: #03A9F4;

    &:hover{
        color: #222222;
    }
}

.descricao{
    position: relative;
    left: 14%;
    top: 100px;
    width: 1300px;
}

.modelos{
    position: relative;
    left: 14%;
    top: 100px;
    width: 1300px;
}

/* FOOTER */
footer{
    position: relative;
    background-color: #111111;
    width: 100%;
    top: 100px;
    height: 200px;
}

footer p{
    color: #333333;
    text-align: center;
    font-size: 12px;
    position: relative;
    top: 150px;
}

/* responsividade */
            @media screen and (max-width: 1235px) {
                .cabecalho_1 nav .dropdowns{
                    left: 24%;
                }
            }

            @media screen and (max-width: 987px) {
                .cabecalho_1 nav .dropdowns{
                    display: none;
                }
            }

            @media screen and (max-width: 1507px) {
                h1{
                    width: 500px;
                }

                p{
                    width: 900px;
                }

                h3{
                    width: 800px;
                }

                .modelos_h1{
                    width: 1200px;
                }

                .descricao{
                    
                    width: 100px;
                }

                .modelos{
                    
                    width: 100px;
                }

                .objetivo{
                    
                    width: 100px;
                }

                .campo_aplicacao{
                    
                    width: 100px;
                }

                .termos_definicoes{
                    
                    width: 100px;
                }

                .plano_contigencia_continuidade{
                    
                    width: 100px;
                }
            }

            @media screen and (max-width: 1384px) {
                .modelos_h1{
                    width: 1000px;
                }
            }

            @media screen and (max-width: 1181px) {
                h1{
                    width: 500px;
                }

                h3{
                    width: 500px;
                }

                p{
                    width: 500px;
                }

                main img{
                    width: 800%;
                }

                .modelos_h1{
                    font-size: 28px;
                    width: 500px;
                }
            }

            @media screen and (max-width: 921px) {
                main img{
                    width: 600%;
                }
            }

            @media screen and (max-width: 691px) {
                .local_atual_portal h1{
                    width: 400px;
                }
                main img{
                    width: 500%;
                }
            }

            @media screen and (max-width: 576px) {
                .descricao{
                    
                    left: 8%;
                }

                .modelos{
                    
                    left: 8%;
                }

                .objetivo{
                    
                    left: 8%;
                }

                .campo_aplicacao{
                    
                    left: 8%;
                }

                .termos_definicoes{
                    
                    left: 8%;
                }

                .plano_contigencia_continuidade{
                    
                    left: 8%;
                }
            }

            @media screen and (max-width: 535px) {
                h1{
                    width: 400px;
                    
                }

                h3{
                    width: 300px;
                }

                p{
                    width: 400px;
                    font-size: 15px;
                }

                main img{
                    width: 400%;
                }

                .modelos_h1{
                    font-size: 17px;
                    width: 300px;
                }

                .local_atual_portal h1{
                    top: 13px;
                    width: 300px;
                }
            }

            @media screen and (max-width: 428px) {
                h1{
                    width: 300px;
                    
                }

                h3{
                    width: 300px;
                }

                p{
                    width: 300px;
                    font-size: 13px;
                }

                main img{
                    width: 330%;
                }
            }

            @media screen and (max-width: 341px) {
                .descricao{
                    
                    left: 5%;
                }

                .modelos{
                    
                    left: 5%;
                }

                .objetivo{
                    
                    left: 5%;
                }

                .campo_aplicacao{
                    
                    left: 5%;
                }

                .termos_definicoes{
                    
                    left: 5%;
                }

                .plano_contigencia_continuidade{
                    
                    left: 5%;
                }

                .local_atual_portal h1{
                    width: 230px;
                }

                main img{
                    width: 290%;
                }
            }