/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. About Us
    04. Some Facts
    05. Services
    06. Get Started
    07. Portfolio
    08. Our Team
    09. Testimonials
    10. Pricing
    11. Want Work
    12. Blog
    13. Clients
    14. Contact
    15. Footer
    16. Page Loading
    17. Media Query
*/

@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham_bold';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'GothamLightItalic';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamBlack';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}






body {
    font-family: 'Rubik', sans-serif;

        overflow-x: hidden;
    
}

/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
.navbar {
    background:white !important;
    padding: 20px 0;
    border-bottom: 3px double rgba(255, 255, 255, 0.06);
}

.navbar .nav-item {
    margin-left: 25px;
    font-family: 'GothamLight';
    
}
#navbarNav{
    flex-direction: column;
}

.navbar .nav-item .nav-link {
    padding: 0;
    padding-left: 25px;
    margin: 0;
    border-left: .5px solid rgba(255, 255, 255, 0.06);
    font-size: 14px;
    color:black;
    font-weight: 500;
    transition: all .4s ease-in-out;
}

.navbar .nav-item .no-border {
    border: 0;
}
/* .test{
    border: none;
    color: black;
    outline: none;
    position: relative;
}
.test:after {
  border: 0 solid transparent;
  transition: all 0.3s;
  content: '';
  height: 0;
  position: absolute;
  width: 0px;
} */

.nav-link{
transition: all .4s ease-in-out;
}

link:hover {
    color: black !important;
}

.navbar .nav-item .nav-link {
    padding: 0;
    padding-left: 0px !important;
    margin: 0;
    border-left: .5px solid rgba(255, 255, 255, 0.06);
    font-size: 14px;
    color: black !important;
    font-weight: 500;
    transition: all .4s ease-in-out;
}



.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #c10000;
    transition: width .4s;
}

.cool-link:hover::after {
    width: 100%;
}
.navbar .nav-item {
    margin-left: 50px !important;
}

/* .navbar .nav-item .nav-link:hover {
   border-bottom: #c10000 1px solid;
}
.navbar .nav-item .nav-link:hover::after {
    content: '';
    display: block;
    width: 0;
    border-bottom: #13b1c5;
    background: #000;
    transition: width .3s;
} */

.navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 25px;
    background: #142a32;
}

.navbar .navbar-nav .dropdown span {
    font-size: 10px;
    margin-left: 3px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    background: #13b1c5;
    border-bottom: #03859c;
}

.logo-cabeza{
    display: flex;
    justify-content: center;
    padding: 5px 0px 20px 0px;
   
}
.logo-cabeza img{
     width: 350px;
}
.ml-center{
    margin: auto !important;
}

.contenedor-logo{
    margin: 30px 0px 20px 0px  !important;
    display: flex;
    flex-direction: column;
}





/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.back{
    background-image: url("../img/back_home.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 120px; 

}

.back_madurezdigitalimg {
    background-image: url(../img/madurezdigitalimg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 120px;
}

.slider {
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
    
}

.slider .content {
    position: absolute;
    width: 100%;
    top: 90%;
    left: 25%;
    transform: translate(-50%,-50%);
   
}

.slider .content h1 {
    font-size: 70px;
    color: #ffffff;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: 'Gotham_bold';
}


.slider .content .btn {
    padding: 10px 40px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 300;
    background: #2AAFC0;
    color: #ffffff;
    margin: 0;
    border: 1px solid #2AAFC0;
    transition: all .6s ease-in-out;
}

.slider .content .btn:hover {
    background: transparent;
    border: 1px solid #fff;
}
  
/* BLOQUES */

.box1{
    display: flex;
    background:#001cbf;
    padding: 20px 0px 10px 0px;
}
.box1 h2{
    font-size: 11px;
    color: white;
} 
.box1 p{
    font-family: 'GothamBook';
    color:white;
    font-size: 10px;
}
.box1 img{
    margin: 10px;
    width: 50px;
}


.box2{
    display: flex;
    background:#031a7c;
    padding: 20px 0px 10px 0px;
}
.box2 h2{
    font-size: 11px;
    color: white;
} 
.box2 p{
    font-family: 'GothamBook';
    color:white;
    font-size: 10px;
}
.box2 img{
    margin: 0px 14px 0px 22px;
    width: 50px;
}

/*--------------------------------------------------
[3. Start About]
--------------------------------------------------*/

.about-us {
    padding: 60px 0 100px 0;
    background: #6b0000;
    
}

.about-us .heading{
    margin-top: 20px;
}


.about-us .heading h2 {
    font-family: 'Gotham_bold';
    color: #c10000;
    font-size: 90px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    opacity: 0.3;
}

.seccionNosotros {
    padding: 0px 40px;
}

.seccionNosotros h3{
    text-align: left;
    color: white;
    font-size: 15px;
}

.seccionNosotros p{
    text-align: left;
    color: white;
    font-size: 13px;
    font-family: 'GothamLightItalic';
}

.equipo{
    display: flex;
    margin-top: 20px;
}
.imgMarcelo img{
    border: 2px solid red;
}
.imgMapa img{
    border: 2px solid red;
}
.mapa img{
    width: 200px;
}
.equipo img{
    width:400px;
}

.equipo h2{
    font-family: 'GothamMedium';
    font-size: 20px;
    width: 55%;
    color:white;
}

.equipo p{
    font-family: 'GothamLightItalic';
    font-size: 12px;
    color:white;
    margin-top: 10px;
}
.equipo .equipo_descripcion {
    padding: 50px 55px;
}
.equipo_descripcion span{
    color:white;
    font-family: 'GothamLightItalic';
}
.descripcion2{
    padding: 50px 55px;
}

.description2 span{
    color: white !important;
}

#equipo_contenido{
background: #042360;
}

#equipo_contenido .container{
    max-width: 900px;
}

#servicios_titulo img{
   display: block;
    width: 60%;
   margin: auto;
   margin-top: 20px;
}
.tituloEquipo img{
    width: 500px;
    margin: auto;
    display: block;
    padding: 70px 0px 0px 0px;
}



/* SERVICIOS */

/* .tituloExperincia{
    display: flex;
    justify-content: flex-end;
} */

.tituloClientes{
    display: flex;
    justify-content: center;
}

.parrafoExpereincia{
    color:white !important;
}

.tituloClientes img{
    height: auto;
} 
.footerClientesTexto{
    margin: auto;
    justify-content: center;
    display: flex;
    margin-top: 110px;
}
.footerClientesTexto a{
    text-decoration: none;
}
.footerClientesTexto h3{
    font-family: 'Gotham_bold';
    color: black;
    text-align: center;
    background: white;
    width: 100%;
}


.fondotexto{
    background: url(../img/fondo_experiencia_1.png) center no-repeat;
    background-size: 400px;
    font-size: 14px;
    color: white;
    padding: 10px 85px;
    text-align: initial;
}
.fondoRojo{
    background: url(../img/fondo_experiencia_trasparente.png) center no-repeat ;
    background-size: 400px;
    font-size: 14px;
    color: white;
    padding: 10px 85px;
    text-align: initial;
}
.bloque2{
    margin: auto;
}


.services {
    padding: 50px 0 100px 0;
}

/* #services .heading img{
    text-align: right;
    display: block;
    height: auto;
} */

.services .heading h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.services .heading  span {
    color:black;
    margin-bottom: 20px;

}
.contenido_service{
    margin-top: 30px;
}
.services .heading p {
    font-size: 15px;
    padding: 13px 83px;
    color: white;
    margin: 0;
    font-family: 'GothamBook';
}

.services .box {
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.services .box .icon {
    font-size: 30px;
    color: #2AAFC0;
}

.services .box h3 {
    font-size: 16px;
    font-weight: 500;
}

.services .box p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
}

/* SERVICIOS SITIO */

.bloques_servicios{
    padding: 50px 0px;
}

.backClientes img{
    width: 100% !important;
    display: block;
    margin-top: 85px !important;
    margin: auto;

}

.backServicios img{
    display: block;
    margin: auto;
    margin-top: 60px !important;
    width: 100% !important;
}
.backContacto img{
    width: 100% !important;
    display: block;
    margin-top: 85px !important;
    margin: auto;
}
@media (max-width: 991px) {
    .backServicios img{
        display: block;
        margin: auto;
        margin-top: 85px !important;
        width: 100% !important;
    }
}
.backConsultora .slider{
    display: flex;
    flex-direction: column;
}

.backConsultora{
    background-image: url("../img/consultoraSlider.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 120px; 
}


.consultoraContent{
    display: flex;
    flex-direction: column;
    background:#001cbf;
    opacity: 0.8;
    width: 400px;
    height: 180px;
    margin-top: 300px;
    padding: 20px 20px;
    justify-content: flex-start;
    margin-left: 20px;

    -webkit-box-shadow: 14px -15px 0px 0px rgba(193,0,0,1);
-moz-box-shadow: 14px -15px 0px 0px rgba(193,0,0,1);
box-shadow: 14px -15px 0px 0px rgba(193,0,0,1);
    
}
.consultoraContent h2{
    color: white !important;
    font-size: 15px;
}

.consultoraContent p{
    color: white !important;
    font-size: 10px;
    font-family: 'GothamBook';
}

.consultoraContent span{
    color: white !important;
    font-size: 12px;
    font-family: 'GothamBook';
}


.experiencia{
    width: 600px;
}

.backServicios .content {
    transform: none !important;
    position: absolute;
    width: 100%;
    top: 80%;
    margin: auto;
}

.backServicios .slider{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.backServicios img{
    display: block;
    margin: auto;
    width: 40%;
}
.backServicios h1{
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: 'Gotham_bold';
}

.backServicios .contenido_servicios{
    margin-top: 130px;
}


.bloque1 {
    display: flex;
    flex-direction: column;
}

.bloque1 img {
   display: block;
   margin: auto;
   width: 100px;
}

.bloque1 h3 {
   text-align: center;
   font-family: 'GothamBlack';
   font-size: 15px;
   color: white;
   margin-top: 20px;
 }

 .bloque1 p {
    text-align: center;    
    font-family: 'GothamBook';
    color: white ;
  }

  .bloques_texto{
    background: url(../img/fondo_servicios.png) center no-repeat;
    background-size: 80%;
    font-size: 13px;
    color: white;
    text-align: initial;
  }

  .bloque1 .contenido_bloque{
    padding: 50px 0px;
  }
  .bloque1 .bloque_imagen{
    padding: 30px 0px;
  }

  .experiencias{
      background: #6b0000;
  }

  .experiencias .fondotexto{
    background: url(../img/fondo_servicios.png) center no-repeat;
    background-size: 80%;
    font-size: 13px;
    color: white;
    text-align: initial;
}

.tituloExperinciaConsultas .fondotexto{
    background: url(../img/fondo_servicios.png) center no-repeat;
    background-size: 90%;
    font-size: 13px;
    color: white;
    text-align: initial;
}
.tituloExperinciaConsultas .bloque1{
    margin: auto;
}

.contenidoExperienciaConsultas{
    background: #042360 !important;
}

.contenidoExperienciaConsultas span{
    color: white !important;
}
.textoConsultas{
    background: #6b0000;
}



  










/*--------------------------------------------------
 Start CLIENTES]
--------------------------------------------------*/

.seccionClientes {
    margin-top: 130px;
}

.seccionClientes img{
    width: 140px;
}

.seccionClientes div{
    margin-top: 40px;
}

.contacto_cliente{
    background: #6b0000;
}

.contacto_cliente span{
    color: white;
    font-family: 'GothamLightItalic';
    display: flex;

}




#portfolio {
    background: #042360;
}


.cliente{
    display: flex;
    margin-top: 20px;
}
.cliente img{
    width: 200px;
}

.cliente h2{
    font-family: 'GothamMedium';
    font-size: 20px;
    width: 55%;
    background: #001cbf;
    color:white;
}

.cliente p{
    font-family: 'GothamLightItalic';
    font-size: 15px;
    color:white;
}
.cliente .cliente_descripcion {
    padding: 50px 55px;
}

.portfolio {
    padding: 100px 0 100px 0;
    background: #e5e5e6;
}


.portfolio .heading .icon {
    font-size: 30px;
    color: #2AAFC0;
    margin-bottom: 20px;
}

.portfolio .heading {
    
    margin-bottom: 50px;
}

.portfolio .heading h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.portfolio .heading h2 span {
    color: #2AAFC0;
}


.portfolio .button-group {
    margin-bottom: 30px;
    border-top: 1px solid #dfdede;
    border-bottom: 1px solid #dfdede;
    width: 40%;
    padding: 10px 0;
}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all .2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #2AAFC0;
}

/* .portfolio .button-group button.active {
    color: #ffffff;
    background: #2AAFC0;
} */

.portfolio .single-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio .single-portfolio-item .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #2AAFC0;
    color: #ffffff;
    opacity: 0;
    transition: all .7s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    transition: all .3s ease-in-out;
    
}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 18px;
    font-weight: 500;
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 14px;
    font-weight: 200;
}

.portfolio .single-portfolio-item .overlay .content a {
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: .95;
}

.portfolio .grid {
    margin-top: 40px;
}


/* NUESTRO EQUIPO */



.backNuestro img{
    width: 100% !important;
}

@media (max-width: 600px) {
    .backNuestro img{
        margin-top: 80px;
    }
    
}

#nuestro img{
    margin-bottom: 20px;
}

.seccionNuestro p {
    margin: auto;
    text-align: center;
    color: white;
    font-family: 'GothamMedium';
    font-size: 12px;
}


/*--------------------------------------------------
[8. Start Our Team]
--------------------------------------------------*/
.our-team {
    padding: 130px 0;
}

.our-team .heading .icon {
    font-size: 30px;
    color: #2AAFC0;
    margin-bottom: 20px;
}

.our-team .heading h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.our-team .heading h2 span {
    color: #2AAFC0;
}

.our-team .heading p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 60px;
}

.our-team .box .image {
    position: relative;
}

.our-team .box .image .social-icons {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    color: #818081 !important;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.our-team .box .image .social-icons i {
    font-size: 16px;
    padding: 0 5px;
}

.our-team .box:hover .social-icons {
    opacity: 1;
    bottom: 40px;
}

.our-team .box .info {
    border-bottom: 2px solid #2AAFC0;
    border-radius: 10px;
}
.our-team .box .info h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 30px 0 5px 0;
}

.our-team .box .info h4 {
    font-size: 13px;
    font-weight: 400;
    color: #2AAFC0;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}


/*--------------------------------------------------
[9. Start Testimonials]
--------------------------------------------------*/
.testimonials {
    background: #28313a;
    background-size: cover;
    padding: 130px 0 140px  0;
    color: #fff;
}

.testimonials h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.testimonials p {
    font-size: 15px;
    font-weight: 300;
    color: #eeeeee;
    line-height: 1.8;
    margin: 0;
}

/* Image */
.testimonials .carousel-inner .carousel-item .colon {
    margin: 0px 0 20px 0;
}

.testimonials .carousel-inner .carousel-item .team {
    width: 100px;
    height: 100px;
    border: 2px solid #2AAFC0;
    border-radius: 100%;
    padding: 5px;
    margin: 20px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.testimonials .carousel-inner .carousel-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #2AAFC0;
    margin-bottom: 20px;
}

.testimonials .carousel-indicators {
    bottom: -30px;
}

.testimonials .carousel-indicators li {
    background-color: #b8b7b7;
    border-radius: 30px;
    height: 4px;
    width: 40px;
}


/* .testimonials .carousel-indicators .active {
    background-color: #ffffff;
} */

.testimonials .icon {
  height: 40px;
  width: 40px;
  background-size: 100%, 100%;
  border-radius: 50%;
  font-size: 30px;
  background-image: none;
  color: #ffffff
}


/*--------------------------------------------------
[10. Start Pricing]
--------------------------------------------------*/
.price {
    padding: 130px 0;
    background: #f9f9f9;
}

.price .heading .icon {
    font-size: 30px;
    color: #2AAFC0;
    margin-bottom: 20px;
}

.price .heading h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.price .heading h2 span {
    color: #2AAFC0;
}

.price .heading p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 60px;
}

.price .box {
    border: 1px solid #fff;;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
}

.price .standard .head h3 {
    color: #fff;
}

.price .standard .line {
    background: #ffffff;
    width: 60px;
    height: 3px;
}

.price .head {
    margin: 40px 0 10px 0;
}

.price .head h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.price .box .line {
    width: 60px;
    height: 3px;
    background: #2AAFC0;
}

.price .box .num {
    margin-top: 30px;
}

.price .box .num h4 {
    font-size: 50px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.price .box .num h4 span {
    font-size: 15px;
    color: #555;
    font-weight: 300;
}

.price .box .body {
    margin-bottom: 30px;
}

.price .box .body ul {
    margin: 0;
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.price .box .body ul li {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    margin-top: 10px;
}

.price .box .btn {
    padding: 10px 30px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 300;
    background: #2AAFC0;
    color: #ffffff;
    margin: 0;
    border: 1px solid #2AAFC0;
    margin-bottom: 40px;
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
    transition: all .6s ease-in-out;
}

.price .box .btn:hover {
    background: transparent;
    border: 1px solid #757575;
    color: #757575
}

/* Starndard */
.price .standard {
    background: white !important; 
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
}

.price .standard .head h3 {
    color: #fff;
}

.price .standard .line {
    background: #ffffff;
    width: 60px;
    height: 3px;
}

.price .standard .num h4 span {
    color: #ffffff;
}

.price .standard .body ul li {
    color: #ffffff;
}

.price .standard .btn {
    background: #ffffff;
    color: #08707e;
}

.price .standard .btn:hover {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff
}


/*--------------------------------------------------
[11. Start Want Work]
--------------------------------------------------*/
.want-work {
    padding: 130px 0;
    background: #28313a;
    background-size: cover;
}

.want-work .content .icon {
    font-size: 40px;
    color: #2AAFC0;
}

.want-work .content h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin: 0;
}

.want-work .content p {
    font-size: 15px;
    font-weight: 300;
    color: #eeeeee;
    line-height: 1.6;
    padding: 0;
    margin: 10px 0 25px 0;
}

.want-work .content .btn {
    padding: 10px 30px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 400;
    background: #2AAFC0;
    color: #ffffff;
    margin: 0;
    border: 1px solid #2AAFC0;
    transition: all .6s ease-in-out;
}

.want-work .content .btn:hover {
    background: transparent;
    border: 1px solid #fff;
}



/*--------------------------------------------------
[12. Start Blog]
--------------------------------------------------*/
.blog {
    padding: 130px 0;
}

.blog .heading .icon {
    font-size: 30px;
    color: #2AAFC0;
    margin-bottom: 20px;
}

.blog .heading h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.blog .heading h2 span {
    color: #2AAFC0;
}

.blog .heading p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 60px;
}

.blog .box {
    border: 1px solid #e6e4e4;
    border-radius: 5px;
}

.blog .box .info {
    padding: 20px 15px;
}

.blog .box .info span {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}

.blog .box .info h3 {
    font-size: 18px;
    margin: 7px 0;
    padding: 0;
    font-weight: 500;
}

.blog .box .info .link {
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: #2AAFC0;
}


/*--------------------------------------------------
[3. Start Clients]
--------------------------------------------------*/
.clients {
    padding: 130px 0;
    background: #28313a;
    background-size: cover;
}

.clients img {
    opacity: .4;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.clients img:hover {
    opacity: 1;
}



/*--------------------------------------------------
[14. Start Contact us]
--------------------------------------------------*/
.contact {
    padding: 130px 0;
}

.contact .heading .icon {
    font-size: 30px;
    color: #2AAFC0;
    margin-bottom: 20px;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.contact .heading h2 span {
    color: #2AAFC0;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 60px;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #2AAFC0;
    color: #ffffff;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 40px;
}

.contact .content .info {
    margin-top: 30px;
}

.contact .content .info .icon {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
}

.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}


/*--------------------------------------------------
[15. Start Footer]
--------------------------------------------------*/
.footer {
    padding: 80px 0;
    background:white;
    background-size: cover;
}

.footer .social-icons {
    margin: 30px 0;
    padding: 0;
}

.footer .social-icons a {
    text-decoration: none;
}

.footer .social-icons i {
    font-size: 15px;
    line-height: 42px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #2AAFC0;
    border-radius: 50%;
    margin: 0 3px;
    transition: all .5s ease-in-out;
}

.footer .social-icons i:hover {
    background: #02434b;
}

.footer p {
    font-size: 14px;
    font-weight: 300;
    color: #cacaca;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------
[16. Start Page Loading]
--------------------------------------------------*/
.no-js #loader {
     display: none; 
     }

.js #loader {
     display: block; position: absolute; left: 100px; top: 0;
     }

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/loader/Preloader_6.gif) center no-repeat #fff;
}

.logo-cabeza-mobile{
    display: none;
}

.logo-cabeza{
    display: flex;
}


/*--------------------------------------------------
[17. Start Media Query]
--------------------------------------------------*/


@media (max-width: 600px) {

    .activo{
        border: none;
    }

    .activo::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background:none;
        transition: width .4s;
    }
    
    .activo::after {
        width: 100%;
    }
    

    .la_consultora_body .consultoraContent {
        display: flex;
        flex-direction: column;
        background: #001cbf;
        opacity: 0.8;
        width: 260px;
        height: 262px;
        margin-top: 300px;
        padding: 20px 20px;
        justify-content: flex-start;
        /* margin-left: 20px; */
        -webkit-box-shadow: 14px -15px 0px 0px rgb(193 0 0);
        -moz-box-shadow: 14px -15px 0px 0px rgba(193,0,0,1);
        box-shadow: 14px -15px 0px 0px rgb(193 0 0);
        margin: auto;
    }

    .serviciosBody .experiencias .fondotexto {
        background: #042360;
        font-size: 13px;
        color: white;
        text-align: initial;
    }

    .la_consultora_body .fondoRojo {
        background: #042360 !important;
        padding: 0px;
        font-size: 14px;
        color: white;    text-align: center;
        padding: 20px 0px;
    }

    .la_consultora_body .fondoRojo p {
        margin: auto;
    }
}

@media (max-width: 575.98px) {

    .serviciosBody .experiencias .fondotexto {
        background: #042360;
        font-size: 13px;
        color: white;
        text-align: initial;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .fondotexto{
        font-size: 12px;
    }
  

    .navbar-toggler {
        border: none;
    }

    .navbar-dark .navbar-toggler {
        color: black;
        border-color: none;
    }

   
    
    /* Navbar */
    .navbar {
        padding: 20px;
        /* background: #21353e !important; */
    }
    .navbar .nav-item {
        margin-left: 0;
        
    }
    .navbar .nav-item .nav-link {
        padding: 0;
        margin: 25px 0  0;
    }

    /* Slider */
    .slider {
        padding: 0 30px;
    }

    /* Some Facts */
    .some-facts {
        padding: 105px 0;
    }
    .some-facts .items {
        margin: 25px 0;
    }

    /* Services */
    .services {
        padding: 130px 0;
    }

    /* Portfolio */
    .portfolio .button-group {
        width: 100%;
    }

    /* Our Team */
    .our-team {
        padding: 130px 0 100px 0;
    }
    .our-team .box {
        margin-bottom: 30px;
    }

    /* Pricing */
    .price {
        padding: 130px 0 100px 0;
    }
    .price .box {
        margin-bottom: 30px;
    }

    /* Blog */
    .blog {
        padding: 130px 0 100px 0;
    }
    .blog .box {
        margin-bottom: 30px;
    }

    /* Clients */
    .clients {
        padding: 130px 0 100px 0;
    }
    .clients img {
        margin-bottom: 30px;
    }

    /* Contact Us */
    .contact .content {
        margin-bottom: 30px;
    }
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .slider .content h1 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 600;
        padding: 0;
        margin: 0;
        font-family: 'Gotham_bold';
    }
 

    .back {
        background-position: 0px 0px;
    }
    .backNuestro{
        background-position: 0px 0px;
    }
    .backServicios{
        background-position: 0px 0px;
    }
    .backConsultora{
        background-position: 0px 0px;
    }
    .backClientes{
        background-position: 0px 0px;
    }
    .backContacto{
        background-position: 0px 0px;
    }
    .navbar {
        padding: 20px;
        background: white !important;
    }
    .navbar .nav-item {
        margin-left: 0;
        
    }
    .navbar .nav-item .nav-link {
        padding: 0;
        margin: 25px 0  0;
    }

    /* Some Facts */
    .some-facts {
        padding: 105px 0;
    }
    .some-facts .items {
        margin: 25px 0;
    }

    /* Services */
    .services {
        padding: 130px 0;
    }

    /* Portfolio */
    .portfolio .button-group {
        width: 100%;
    }

    /* Our Team */
    .our-team {
        padding: 130px 0 100px 0;
    }
    .our-team .box {
        margin-bottom: 30px;
    }

    /* Pricing */
    .price {
        padding: 130px 0 100px 0;
    }
    .price .box {
        margin-bottom: 30px;
    }

    /* Blog */
    .blog {
        padding: 130px 0 100px 0;
    }
    .blog .box {
        margin-bottom: 30px;
    }

    /* Clients */
    .clients {
        padding: 130px 0 100px 0;
    }
    .clients img {
        margin-bottom: 30px;
    }

    /* Contact Us */
    .contact .content {
        margin-bottom: 30px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {

    .serviciosBody .footerClientesTexto h3 {
        font-family: 'Gotham_bold';
        color: black;
        text-align: center;
        font-size: 15px;
        background: white;
        width: 100%;
    }

    .serviciosBody .bloques_texto {
        background:none;
        color:black !important;
        text-align: initial;
        text-align: center;
        font-size: 17px;
    }

    .serviciosBody .bloques_texto p {
        background:none;
        color:black !important;
        text-align: center;
    }

    .serviciosBody .bloques_texto h3 {
        background-size: 100%;
        color:black !important;
        text-align: initial;
        text-align: center;
    }
    

    .contenido_servicios img{
        width: 200px;
    }
    .contenido_servicios h1{
        font-size: 30px;
        margin-top: 50px;
    }


    /* SERVICIOSMOBILE */
   

    .equipo p {
        font-family: 'GothamLightItalic';
        font-size: 12px;
        color: white;
        margin-top: 20px;
        width: 100%;
        margin: auto;
    }

    .equipo h2 {
        font-family: 'GothamMedium';
        font-size: 20px;
        width: 100%;
        color: white;
    }

    .equipo {
        display: block;
        margin-top: 24px;
        text-align: center;
    }

    .equipo {
        display: block;
        margin-top: 24px;
        text-align: center;
    }

    .equipo img {
        width: 200px;
    }

    .img-mobile-cliente{
        text-align: center;
    }

    .cliente h2 {
        font-family: 'GothamMedium';
        font-size: 15px;
        width: 100%;
        background: #001cbf;
        color: white;
    }

    .cliente {
        display: block;
        margin-top: 20px;
    }
    .cliente img {
        margin: auto;
    }
    .img-mobile-cliente{
        margin: auto;
    }

    .back {
        background-position: 0px 0px;
    }
    .backNuestro{
        background-position: 0px 0px;
    }
    .backServicios{
        background-position: 0px 0px;
        overflow-x: hidden !important;
    }
    .backConsultora{
        background-position: 0px 0px;
        overflow-x: hidden !important;
    }
    .backClientes{
        background-position: 0px 0px;
    }
    .backContacto{
        background-position: 0px 0px;
    }
    .contenido-nav{
        display: flex;
        width: 100%;
    }

    .logo-cabeza-mobile{
        display: block;
        
    }
    .logo-cabeza-mobile img{
        width: 210px;
    }

    .logo-cabeza{
        display: none;
    }
    .navbar {
        padding: 20px;
        background:white !important;
    }
    .navbar .nav-item {
        margin-left: 0;
        
    }
    .navbar .nav-item .nav-link {
        padding: 0;
        margin: 25px 0  0;
    }

    /* Some Facts */
    .some-facts {
        padding: 105px 0;
    }
    .some-facts .items {
        margin: 25px 0;
    }

    /* Portfolio */
    .portfolio .button-group {
        width: 100%;
    }

    /* Pricing */
    .price {
        padding: 130px 0 100px 0;
    }
    .price .box {
        margin-bottom: 30px;
    }

}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    /* Portfolio */
    .portfolio .button-group {
        width: 100%;
    }
}

.activo::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #c10000;
    transition: width .4s;
}

.activo::after {
    width: 100%;
}


/* FORMULARIO */
