:root{
    --azul-obscuro:#02396F;
    --azul-claro:#46A9F1;
}

body{
    font-family: 'Raleway', sans-serif !important;
    background-image: url('images/fondo_sitio.webp');
}

.nav-wrapper{
    position:absolute;
    width: 100%;
    height: 40vh;
    line-height: 40vh;
    z-index: 10;
    transition: all ease .1s;
    background-color: rgba(254,254,254,0);
}
.nav-wrapper.sticky{
    position: fixed;
    height: auto;
    line-height: 0vh;
    background-color: rgba(254,254,254,.8);
}
.nav-wrapper.sticky .navbar-brand img{
    width:77% !important;
}
.navbar{
    background-color: transparent;
    
}


.navbar-light .navbar-nav .nav-link{
    color:#FFFFFF;
    font-size: 50px;
    padding-right: 1.9rem;
    transition: all .6s;
    font-weight: 700;
    text-shadow: 1px 1px 2px black;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:var(--azul-claro);    
}

/*  Slider  */
.slider_item{
    height: 1250px;
    overflow: hidden;
}
.slider_item img{
    width:100%;
}
.slider-text{
    position: absolute;
    top: 53%;
    left: 6%;  
}
.slider-text h1{
    color:#FFFFFF;
    font-size: 96px;
    font-weight: 700;
    text-shadow: 1px 1px 2px black;

}
.slider-text button{
    background-color: var(--azul-claro);
    color:#FFFFFF;
    font-size: 41px;
    padding: 10px 35px;
    font-weight: 700;
    transition: all .6s;
}
.slider-text button:hover{
    color:var(--azul-obscuro);  
}



/*Nosotros*/

.blue-cube{
    width: 50%;
    height:70vh;
    background-color: var(--azul-claro);
    position: absolute;
    top:0;
    right: 0;
}
#Nosotros .image-wrapper {
    position: absolute;
    right:4%;
    top:8%;
}
#Nosotros .image-wrapper .image-container{
    background-repeat:none;
    width: 85vw;
    height: 70vh;
    background-image: url('images/Nosotros.webp');
    background-size: cover;
    background-position: center;
}
#Nosotros .image-wrapper .text{
    text-align: right;
    font-size: 1.9rem;
    margin: 1.5rem 0px;
}
#Nosotros .fiftyplus{
    width: 18vw;
    height: 18vw;
    position: absolute;
    top: 50%;
    left: 0;  
    background-color: var(--azul-obscuro);
    transform: translateY(-50%);
    color:#FFFFFF;
    padding: 2% 3%;

}
#Nosotros .fiftyplus .fp-number{
    font-size: 10.5rem;
    text-align: center;
    line-height: 12.5rem;
}
#Nosotros .fiftyplus .fp-text{
    font-size: 2.2rem;
    line-height: 2.3rem;
    font-weight: 600;
}

/*  Servicios  */
.carousel{
    margin: 0 6rem;
}
.carousel-item{
 
}
.card .img-wrapper{
    transition: all ease 1s;
}

.card:hover .img-wrapper{
    transform: scale(1.1);
}

.card:hover .card-body{
    display: block;
    width: 100%;
}
.card-body{
    position: absolute;
    bottom: 0;
    background-color:var(--azul-obscuro);
    display: none;
}
.card-body p{
    color:#FFFFFF;
    text-align: justify;
    padding:0px 5px;
}


  .card {
    
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    overflow: hidden;
    height:80vh;
    margin: 0 4%;
  }
  .carousel-control-prev,
  .carousel-control-next {
    background-color:var(--azul-claro);
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  @media (min-width: 768px) {
    .carousel-item {
      margin-right: 0;
      flex: 0 0 33.333333%;
      display: block;
    }
    .carousel-inner {
      display: flex;
    }
  }
  .card .img-wrapper {
      max-width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .card img {
      max-height: 100%;
  }
  @media (max-width: 767px) {
    .card .img-wrapper {
      height: 17em;
    }
  }
/*  Generales*/
section{
    width:100%;
    min-height:100vh;
    position: relative;
    margin-bottom: 7%;
}

.title{
    color: var(--azul-obscuro);
    font-size: 109px;
    font-weight: 700;   
    
}
.title.center{
    text-align: center;
    margin-bottom: 20px;
}
.card-title{
text-align: center;
color:#FFFFFF;
font-size: 2.25rem;
font-weight: 700;
}
.card-title span{
    font-size: 1.7rem; 
}
/* Excelencia Contable*/
.ec-wrapper{
    position: relative;
}
.porque{
    font-size: 6.5rem;
    color: var(--azul-claro);
    font-weight: 700;
}
.razon{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    font-size: 1.7rem;
    font-weight: 600;
}
.fa-circle-plus{
    color:var(--azul-claro);
    font-size: 3.5rem;
}   
.razones .number,.razones .text{
    font-size: 3.5rem;
}
.razones .number{
    font-weight: 700;
}
#ExcelenciaContable .lista-razones{
    min-height: 65vh;
}
#Clientes .text{
    color:var(--azul-claro);
    font-size: 5rem;
    font-weight: 700;
}
#Clientes.nuestos-clientes{
    min-height: auto;
    margin-bottom: 5%;
}
#Clientes .clientes
{   margin-top: 10vh;
    color:#FFFFFF;
    background-color: var(--azul-obscuro);
    padding: 3%;
}
.clientes ul{
    list-style: none;
    display: inline-flex;
    width: 100%;

}
.clientes ul li{ 
    font-size: 2.4em;
    width: 33%;
    line-height: 3.5rem;
}
.clientes ul li span{ font-size: 1.8rem; line-height: 2.1rem;}
.clientes ul li label{ text-align: center; min-width: 80%;}
/* Contacto*/

#Contacto .contactanos{
    color:var(--azul-obscuro);
    font-size: 5rem;
    font-weight: 700;
}

#Contacto .datos-contacto{
    background-color: var(--azul-claro);
    width:65%;
}
#Contacto .datos-contacto ul{
    list-style: none;
}
#Contacto .datos-contacto ul li{
    color:#FFFFFF;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
}
#Contacto.nuestos-clientes{
    min-height: auto;
    margin-bottom: 5%;
}
#Contacto .formulario{

    background-color:#d9edfb ;
}
#Contacto .formas-contacto{
    font-size: 1.7rem;
}
.redes .fa-brands{
    color:var(--azul-obscuro);
    
}
.redes .fa-facebook-f,.redes .fa-square-instagram{
    font-size: 3rem;
}


@media only screen and (max-width: 1367px) {
    html{
        overflow-x: hidden;
    }
    section {
        min-height:85vh;
    }
    .nav-wrapper{
        line-height: 6vh;
    }
    .navbar-brand{
      
        width: 20vw;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 40px;

    }
    .slider_item img{
        height: 125vh;
        width: auto;
    } 
    .slider-text h1{
        
        font-size: 50px;    
    }
    .slider-text{
        top: 50vh;
    }
    .slider-text button{
        font-size:30px;
    }
    .slider_item{
        height: 100vh;
    }
    .card-title{

        font-size: 1.8rem;
        font-weight: 700;
        }
        .card-title span{
            font-size: 1.3rem; 
        }
    #Nosotros .image-wrapper .text{
        font-size: 1.2rem;
    }
    #Nosotros .fiftyplus{
        width: 15vw;
        height: 15vw; 
    }
    #Nosotros .fiftyplus .fp-number{
        font-size: 5.1rem;
        text-align: center;
        line-height: 5.7rem;
    }
    #Nosotros .fiftyplus .fp-text{
        font-size: 1.2rem;
        line-height: 1.4rem;
        font-weight: 600
    }
    .title{
        font-size:50px;
    }
    .carousel {
        margin: 0 2rem;
    }
    .carousel-item{
        height:70vh;
    }
    .card,.card .img-wrapper{
        height:70vh;
    }
    .card img{
        height: 100vh;
        width: auto;
    }
    

   .porque{
    font-size: 5.5rem;
    }
    .razon{
        font-size: 1.5rem;
        bottom: -4vh;
    }
    .p-5{
        padding: 1.6rem!important;
    }
    #ExcelenciaContable{
        min-height: 27vh;
    }
    #ExcelenciaContable .lista-razones {
        min-height: 27vh;
    }
    .fa-circle-plus{
        font-size: 1.5rem;
    }
    .razones .number, .razones .text{
        font-size: 1.8rem;
    }
    #Clientes .text{
        font-size: 3.5rem;
    }
    .clientes ul li {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .clientes ul li span{
        font-size: .9rem;
        line-height: 1.3rem;
    }
    #Contacto .formas-contacto{
        font-size: 1.3rem;
    }
    #Contacto .datos-contacto{
        width:100%
    }
    .ps-5,.p-3{
        padding:1rem!important;
    }
    #Contacto .contactanos{
        font-size: 3.5rem;
    }
    #Contacto .datos-contacto ul li{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .redes .fa-facebook-f,.redes .fa-square-instagram{
        font-size: 3rem;
    }
    .redes .p-3{
        padding:1rem;
    }
}
@media only screen and (max-width: 1280px) {
    html{
        overflow-x: hidden;
    }
    section {
        min-height:85vh;
    }
    .nav-wrapper{
        line-height: 6vh;
    }
    .navbar-brand{
      
        width: 20vw;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 35px;

    }
    .slider_item img{
        height: 125vh;
        width: auto;
    } 
    .slider-text h1{
        
        font-size: 50px;    
    }
    .slider-text{
        top: 70vh;
    }
    .slider-text button{
        font-size:30px;
    }
    .slider_item{
        height: 100vh;
    }
    .card-title{

        font-size: 1.8rem;
        font-weight: 700;
        }
        .card-title span{
            font-size: 1.3rem; 
        }
    #Nosotros .image-wrapper .text{
        font-size: 1.2rem;
    }
    #Nosotros .fiftyplus{
        width: 15vw;
        height: 15vw; 
    }
    #Nosotros .fiftyplus .fp-number{
        font-size: 5.1rem;
        text-align: center;
        line-height: 5.7rem;
    }
    #Nosotros .fiftyplus .fp-text{
        font-size: 1.2rem;
        line-height: 1.4rem;
        font-weight: 600
    }
    .title{
        font-size:50px;
    }
    .carousel {
        margin: 0 2rem;
    }
    .carousel-item{
        height:70vh;
    }
    .card,.card .img-wrapper{
        height:70vh;
    }
    .card img{
        height: 100vh;
        width: auto;
    }
    

   .porque{
    font-size: 5.5rem;
    }
    .razon{
        font-size: 1.5rem;
        bottom: -4vh;
    }
    .p-5{
        padding: 1.6rem!important;
    }
    #ExcelenciaContable{
        min-height: 27vh;
    }
    #ExcelenciaContable .lista-razones {
        min-height: 27vh;
    }
    .fa-circle-plus{
        font-size: 1.5rem;
    }
    .razones .number, .razones .text{
        font-size: 1.8rem;
    }
    #Clientes .text{
        font-size: 3.5rem;
    }
    .clientes ul li {
        font-size: 1.4rem;
        line-height: 1.5rem;
    }
    .clientes ul li span{
        font-size: .9rem;
        line-height: 1.3rem;
    }
    #Contacto .formas-contacto{
        font-size: 1.3rem;
    }
    #Contacto .datos-contacto{
        width:100%
    }
    .ps-5,.p-3{
        padding:1rem!important;
    }
    #Contacto .contactanos{
        font-size: 3.5rem;
    }
    #Contacto .datos-contacto ul li{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .redes .fa-facebook-f,.redes .fa-square-instagram{
        font-size: 3rem;
    }
    .redes .p-3{
        padding:1rem;
    }
}

@media only screen and (max-width: 1024px) {
    html{
        overflow-x: hidden;
    }
    section {
        min-height:85vh;
    }
    .nav-wrapper{
        line-height: 6vh;
    }
    .navbar-brand{
      
        width: 20vw;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 30px;

    }
    .slider_item img{
        height: 125vh;
        width: auto;
    } 
    .slider-text h1{
        
        font-size: 40px;    
    }
    .slider-text{
        top: 70vh;
    }
    .slider-text button{
        font-size:20px;
    }
    .slider_item{
        height: 100vh;
    }
    .card-title{

        font-size: 1.8rem;
        font-weight: 700;
        }
        .card-title span{
            font-size: 1.3rem; 
        }
    #Nosotros .image-wrapper .text{
        font-size: 1.2rem;
    }
    #Nosotros .fiftyplus{
        width: 15vw;
        height: 15vw; 
    }
    #Nosotros .fiftyplus .fp-number{
        font-size: 4.8rem;
        text-align: center;
        line-height: 5.7rem;
    }
    #Nosotros .fiftyplus .fp-text{
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: 600
    }
    .title{
        font-size:50px;
    }
    .carousel {
        margin: 0 2rem;
    }
    .carousel-item{
        height:70vh;
    }
    .card,.card .img-wrapper{
        height:70vh;
    }
    .card img{
        height: 100vh;
        width: auto;
    }
    

   .porque{
    font-size: 4.5rem;
    }
    .razon{
        font-size: 1.2rem;
        bottom: -4vh;
    }
    .p-5{
        padding: 1.6rem!important;
    }
    #ExcelenciaContable{
        min-height: 27vh;
    }
    #ExcelenciaContable .lista-razones {
        min-height: 27vh;
    }
    .fa-circle-plus{
        font-size: 1.5rem;
    }
    .razones .number, .razones .text{
        font-size: 1.8rem;
    }
    #Clientes .text{
        font-size: 3rem;
    }
    .clientes ul li {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .clientes ul li span{
        font-size: .9rem;
        line-height: 1.3rem;
    }
    #Contacto .formas-contacto{
        font-size: 1.3rem;
    }
    #Contacto .datos-contacto{
        width:100%
    }
    .ps-5,.p-3{
        padding:1rem!important;
    }
    #Contacto .contactanos{
        font-size: 3.5rem;
    }
    #Contacto .datos-contacto ul li{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .redes .fa-facebook-f,.redes .fa-square-instagram{
        font-size: 3rem;
    }
    .redes .p-3{
        padding:1rem;
    }
}




@media only screen and (max-width: 480px) {
    html{
        overflow-x: hidden;
    }
    section {
        min-height:80vh;
    }
    .nav-wrapper{
        line-height: 6vh;
    }
    .navbar-brand{
        position: absolute;
        top:0;
        right:0;
        margin:0;
        padding:0;
        width: 40vw;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 25px;

    }
    .slider_item img{
        height: 100vh;
        width: auto;
    } 
    .slider-text h1{
        
        font-size: 50px;    
    }
    .slider-text{
        top: 41vh;
    }
    .slider-text button{
        font-size:30px;
    }
    .slider_item{
        height: 100vh;
    }
    .card-title{

        font-size: 1.2rem;
        font-weight: 700;
        }
        .card-title span{
            font-size: .8rem; 
        }
    #Nosotros .image-wrapper .text{
        font-size: .6rem;
    }
    #Nosotros .fiftyplus{
        width: 30vw;
        height: 30vw; 
    }
    #Nosotros .fiftyplus .fp-number{
        font-size: 4.1rem;
        text-align: center;
        line-height: 4.7rem;
    }
    #Nosotros .fiftyplus .fp-text{
        font-size: .6rem;
        line-height: .7rem;
        font-weight: 600
    }
    .title{
        font-size:50px;
    }
    .carousel {
        margin: 0 2rem;
    }
    .carousel-item{
        height:60vh;
    }
    .card,.card .img-wrapper{
        height:60vh;
    }
    .card img{
        height: 100vh;
        width: auto;
    }

   .porque{
    font-size: 1.5rem;
    }
    .razon{
        font-size: 0.6rem;
        bottom: -4vh;
    }
    .p-5{
        padding: .6rem!important;
    }
    #ExcelenciaContable{
        min-height: 27vh;
    }
    #ExcelenciaContable .lista-razones {
        min-height: 27vh;
    }
    .fa-circle-plus{
        font-size: 1.5rem;
    }
    .razones .number, .razones .text{
        font-size: 0.8rem;
    }
    #Clientes .text{
        font-size: 1.5rem;
    }
    .clientes ul li {
        font-size: .8rem;
        line-height: 3rem;
    }
    #Contacto .formas-contacto{
        font-size: .9rem;
    }
    #Contacto .datos-contacto{
        width:100%
    }
    .ps-5,.p-3{
        padding:1rem!important;
    }
    #Contacto .contactanos{
        font-size: 2rem;
    }
    #Contacto .datos-contacto ul li{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .redes .fa-facebook-f,.redes .fa-square-instagram{
        font-size: 1rem;
    }
    .redes .p-3{
        padding:1rem;
    }
    .fa-square-check{
        display: none;
    }
    }