*{
    margin:0px;
    padding:0px;
    list-style:none;
    text-decoration:none;
    box-sizing:border-box;
    font-family: 'Roboto', sans-serif;
}
html{
    scroll-behavior: smooth;
}
body {
    margin: 0;
}

  
/*Menu*/ 

header{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.contenedor{
    width: 100%;
    margin: auto;
}

.contenedor img {
    height: 60px;
  margin-top: 10px;
  margin-left: 30px;
}
#menu-bar{
    display: none;
}

.menu{
    width: min-content ;
    float: right;
    margin: auto;
    font-size: 16px;
}
.menu-horizontal{
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.menu-horizontal > li > a{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 20px 20px;
    margin-left: 30px;
    color: white;
    text-decoration: none;
    position: relative;
    
}

.underline{
    display: inline-block;
    position: relative;
}
.menu-horizontal > li > a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background:linear-gradient(to right,rgb(255, 255, 255),rgb(255, 255, 255));
    transform: scaleX(0);
    transform-origin: bottom center;
    transition: transform 0.4s ease-out;
}   
.menu-horizontal a:hover:after{
    transform: scaleX(1);
    transform-origin: bottom center;
}  
 






header label{
    display: none;
}
.iconos{
    text-align: right;
    display: flex;
    padding: 20px;
    float: right;  
}
.iconos a{
    text-decoration: none;
    color: white;
    padding-right: 20px;
    font-size: 20px;
   
}
.iconos a:hover{
    color:rgb(223, 109, 33); 
}
/*elementos resposivos */ 

.icon__menu{
    color:rgb(77, 76, 76);
    text-decoration: none;
    font-size: 30px;
    cursor: pointer;
    display: none;
    width: 30px;
    align-items: center;
}
#label__check{
    width: 30px;
    height: 100%;
    display: none;
}
#check__menu{
    display: none;
}



/*BANNER*/ 

.banner {
    background: url(/img/banner3.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.fondologo{
    position: absolute;
    width: 100%;
    top: 0;
}
.fondologo img {
    width: 350px;
    position: absolute;
    top: -1px;
    z-index: 10;
}
.capa{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.6);
}
.banner-content{
    z-index: 1;
    width: 100%;
    text-align: center;
}
.banner-content h2{
    color: #fff;
    font-size: 80px;
    letter-spacing: 6px;
}
.banner-content p{
    color: #c7c7c7;
    margin-bottom: 30px;
    font-size: 20px;
    
}
/*Servicios*/

.servicios{
    width: 100%;
    text-align: center;
    padding-top: 0px;
}

.card_grid{
    display: flex;
    max-width: 1400px;
    width: 80%;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 8rem 0;
    flex-wrap: wrap;
}
.img-card img{
    display: block;
    width: 100%;
    height: 30rem;
    object-fit: cover;
}
.grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    grid-gap: 2rem;
    text-align: center;
    width: 90%;
    margin: auto;
}
.cardserv{
    display: block;
    overflow: hidden;
    border-radius: 0.6rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7);
    cursor: pointer;
    transition: 0.2s;
    position: relative;
    margin: 10px;
    width: 300px;
    margin-top: 50px;
}
.card-content{
    position: absolute;
    background: rgba(0 0 0/50%);
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 12%;
    padding: 2 rem;
    overflow: hidden;
    transition: 0.7s;
}
.card-content h2{
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: capitalize;
}
.card-content p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
}
.cardserv:hover .card-content{
    height: 60%;
    transition: 0.7s;
}

/*contacto*/
.dudas{
    width: 100%;
    background: url(/img/bannerserviciosabajo.jpg);
    background-size: cover;
    align-items: center;
    position: relative;
}
.dudas_{
    width: 100%;
    z-index: 10;

}

.dudas_ h1{
    text-align: center;
    color: #fff;
    padding-top: 50px;
    letter-spacing: 5px;

}

.dudas_ p{
    text-align: center;
    width: 720px;
    margin: auto;
    color: rgb(214, 214, 214);
    margin-bottom: 30px;

}
.botoneslinks{
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 30px;
}
.botoneslinks_{
    width: 550px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 40px;
}
.botoneslinks_ a {
    width: 90px;
    display: grid;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.botoneslinks_ a img {
    width: 30px;
    margin: auto;
    filter: invert(100%) sepia(92%) saturate(0%) hue-rotate(110deg) brightness(108%) contrast(101%);
    padding-bottom: 10px;
    opacity: 1;
    padding-top: 10px;
}
.botoneslinks_ a h2 {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
    opacity: 1;
}
  
.botoneslinks_ a:hover,
.botoneslinks a img
.botoneslinks a h2{
    opacity: .6;
}
/*footer*/
.pie-pagina{
    width: 100%;
    background: linear-gradient(to right, #09037d, #00093c);
  
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
    
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.pie-pagina .grupo-1 .box figure img{
    width: 250px;
    
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #c8c7c7;
    margin-bottom: 15px;
    font-size: 14px;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #191a60;
    text-align: center;
    transition:  all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: rgb(249, 124, 0);
}
.pie-pagina .grupo-2{
    background-color: #000000;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}
.pie-pagina .grupo-2 small{
    font-size: 15px;
}
@media screen and (max-width: 800px){
    .pie-pagina .grupo-1{
      width: 100%;
      grid-template-columns: repeat(1, 1fr);
      grid-gap:50px;
      padding: 35px 0px;
    }
    .box{
      padding-left: 40px;
      padding-right: 40px;
    
    }
    
  }

@media screen and (max-width: 1100px){
   
    .menu-horizontal > li > a {
       
        padding: 20px 40px;
        color: rgb(255, 255, 255);
     
    }
    .contenedor img {
         height: 70px;
         margin-top: 10px;
         margin-left: 20px;
    }
    .iconos{
         display: none;
    }
    .toggle_btn{
         font-size: 30px;
         cursor: pointer;
         display:contents;
    }
    .contenedor {
        width: 100%;
        position: fixed;
        background: rgba(255, 255, 255, 0.9);
        height: 84px;
    }
    .menu{
         display: flex;
         text-align: center;
         width: 100%;
        
    }
    .menu-horizontal{
         list-style: none;
         flex-direction: column;
         position: fixed;
         top: 84px;
         left: 0;
         height: auto;
         width: 100%;
         background: rgba(13, 15, 52, 0.728);
         transition: all 300ms ease;
         z-index: 100;
         opacity: 0;
         visibility: hidden;
 
    }
    .menu-horizontal > li > a:after{
        background:rgba(236, 235, 235, 0.718);
        background:none;
    } 
    
    .menu-horizontal li:hover{
         background: rgb(19, 19, 19);
 
    }
 
  
    #check__menu:checked ~ .menu .menu-horizontal{
         visibility: visible;
         opacity: 1;
    }
    #label__check{
         display: inline-flex;
         float: right;
         margin-right: 20px;
    }
    .icon__menu{
         display: flex;
    }
    .fondologo{
        display: none;
    }
    .banner{
        margin-top: 84px;
    }

}  
@media screen and (max-width: 740px){

   .dudas_ p{
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
   } 
   .banner-content h2 {
    font-size: 50px;
   }
}  
@media screen and (max-width: 718px){
    .card_grid {
        width: 100%;
    }
    .botoneslinks_ {
        width: 100%;

    }
    .botoneslinks {
        padding-right: 20px;
        padding-left: 20px;
    }
    .dudas_ h1 {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px;
    }
 
}  
@media screen and (max-width: 689px){
    
    .botoneslinks {
        flex-wrap: wrap;
    }
    .dudas {
        width: 100%;
        overflow: hidden;
    }
      
}  
@media screen and (max-width: 540px){
    .banner {
        background: url(/img/banner3mini.jpg);
        width: 100%;
        height: 260px; 
        background-size: cover;
    }
      
}  
@media screen and (max-width: 420px){
    .contenedor img {
        height: 50px;
        margin-top: 20px;
        margin-left: 20px;
    }
    .cardserv:hover .card-content {
      height: 80%;

    }
    .pie-pagina .grupo-1 .box figure img {
        width: 150px;
    }
    .banner-content h2 {
        font-size: 30px;
    }
    .banner-content p {
        font-size: 17px;
    }
    .dudas_ h1 {
        font-size: 20px;
    }
    .dudas_ p {
        font-size: 15px;
    }
    .botoneslinks_ a img {
        width: 20px;

    }
    .botoneslinks_ a h2 {
        font-size: 10px;
    }
    .cardserv {
        margin: 10px;
        width: 250px;
        height: 300px;

    }
    .card-content {
        height: 20%;
    }
    .card-content h2 {
        font-size: 15px;
    }
    .dudas {
        width: 100%;
        background: url(/img/bannerserviciosmini.jpg);
        background-size: cover;
        align-items: center;
        position: relative;
    }
    .menu-horizontal {
        top: 84px;
    }



    
}  