@font-face {
    font-family: "coinco";
    src:url(/fonts/coinco.otf);
}

@font-face {
    font-family: "coinco-regular";
    src:url(/fonts/coinco-regular.otf);
}

.full-black{
    background-color: #000000;
}

html{
    scroll-behavior: smooth;
}

.navbar {
  background-color: transparent !important;
    color: #fff;

}

.navbar-light .navbar-nav .nav-link{
    color: #fff;
}

.navbar-brand{
    font-family: 'coinco';
    color: #fff;
}


.logo{
    margin-top: 150px;
}


.texto-contenedor{
    font-family: 'coinco';
    width: 100%;

}

.texto-principal{
    font-family: 'coinco';
    margin-top: 200px;
    background-color: #C07D59;
    padding: 30px;
    color: #fff;
    font-size: 40px;
    
}


.img{
    width: 100%;
}

.padding-xl{
    padding: 60px 0px;
}

.padding-lg{
    margin-bottom: 30px;
}



.texto{
    font-family: 'coinco-regular';
    color: #C07D59;
    font-size: 18px;
}

.texto-white{
    line-height: 200%;
    font-family: 'coinco-regular';
    color: #fff;
    font-size: 16px;
}



.line{
    border-bottom: 1px solid #fff;

}

.center{
    text-align: center;
}


.btn-warning{
    background-color: #C07D59;
    color: #fff;
    margin-bottom: 30px;
    border-color: #9a5631; 
}

.btn-warning:hover{
   background-color: #9a5631; 
    color: #fff;
    border-color: #9a5631; 
}

.mantenimiento{
    width: 100%;
    height: 100vh;
    background-image: url(../img/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.header{
    
    width: 100%;
    height: 100vh;
    background-image: url(../img/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}




.mantenimiento p{
    color: #fff;
    font-size: 40px;
    line-height: 1;
}

.carousel-item{
    transition: transform 2s ease, opacity .5s ease-out;
}

.navbar{
    background-color: #21264C;
}



.iconos {
    color: #21264C;
    text-align: center;
    font-size: 18px;
}


.nosotros{
    background-color: #ededed;
}

.text-center{
    text-align: center;
}

.btn-link{
    color: #484848;
    
}


.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}



.verde{
color: #76b82a;

}

.botond{
    font-size: 20px;
}


/*boton*/

.button-up{
    width: 60px;
    height: 60px;
    background: #C07D59;;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 300ms ease;
    z-index: 40;
    
}

.button-up:hover{
    transform: scale(1.1);
    border-color: #C07D59;;
}



.parallax{
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}




footer{
background-color: #333333;
    text-align: center;
   
    
}

footer a{
   
    color: #fff;
    text-decoration: none;
    }

footer a:hover {
    color: #6a6a6a;
    transition-duration: 1s;
    }

footer p{
    
    color: #fff;
     
}



.g-recaptcha
{
    width: 100%;
    display: block;
    margin: 0 auto;
   
}

.datos{
    
    font-size: 18px;
}



.subtitulos{
    text-align: center;
    font-size: 32px;
    padding: 40px 0px 0px 0px;
    color: #474747;
}

.gris{
background-color: #f0f0f0;
}











.footer a:hover{
    color: #fff;
    text-decoration: none;
}

.footer h6{
    color: #fff;
  
}

.banner-movil{
    width: 100%;
    margin: 0 auto;
   
}

.banner-movil img{
    width: 100%;
}

#mount #messenger-button {
    background-color: #007bff; 
}








.btn-portafolio {
   
    margin-top: 20px;
}

 .titulo-black{
       
    text-align: center;
    margin-top: 40px;
}

.vision{
    height: 100vh;
    background-image: url(../img/coinco_1.jpg);
    background-size: cover;
   /*paralax*/ background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.datos{
    height: 100vh;
    background-image: url(../img/coinco_1.jpg);
    background-size: cover;
   /*paralax*/ background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

footer{
    background-image: url(/img/fondo.png);
    
}

.blanco{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 60px;
}
    


@media (min-width:320px){
    
    .logo img{
    width: 80%;
}
    
    .banner{
        display: none;
    }
    
    .banner-movil{
        display: block;
    }

    
    .mantenimiento img{
    width: 80%;
    margin-top: 150px;
        margin-bottom: 60px;
}
    
    .titulo-xl{
      font-family: 'coinco';
    color: #fff;
    font-size: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
}
    
    
    .card{
        margin-bottom: 30px;
    }
    
    
.titulo-lg{
    font-family: 'coinco';
     font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0px;
}
    
    .footer{
        margin-top: 0px;
        padding: 20px 30px 0px 30px;
        color: #fff;
        text-align: center;
    
    }
    
   
 
   
}
  
 



@media (min-width:1000px){
    
    
       .banner{
        display: block;
    }
    
    .banner-movil{
        display: none;
    }
    
   
    
       .mantenimiento img{
    width: 30%;
    margin-top: 150px;
        margin-bottom: 60px;
}
    
    .titulo-xl{
     font-family: 'coinco';
    color: #fff;
    font-size: 75px;
    margin-bottom: 0px;
    margin-top: 40px;
}
    
    
.titulo-lg{
    font-family: 'coinco';
     font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
}
    
      .footer{
        margin-top: 40px;
        padding: 30px;
        color: #fff;
          text-align: left;
    
    }
    
    .logo img{
    width: 30%;
}
    

}
  


