/*********************************MÓVIL*********************************/

html, body {
    overflow-x: hidden;
}


/*********************************FONTS*********************************/

@font-face {
    font-family: 'Archivo-Bold';
    src: url('../fonts/Archivo-Bold.woff2') format('woff2'),
        url('../fonts/Archivo-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Archivo-ExtraBold';
    src: url('../fonts/Archivo-ExtraBold.woff2') format('woff2'),
        url('../fonts/Archivo-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Archivo-Medium';
    src: url('../fonts/Archivo-Medium.woff2') format('woff2'),
        url('../fonts/Archivo-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Regular';
    src: url('../fonts/Archivo-Regular.woff2') format('woff2'),
        url('../fonts/Archivo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Gotham-Bold';
    src: url('../fonts/GOTHAM-BOLD.woff2') format('woff2'),
        url('../fonts/GOTHAM-BOLD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/GOTHAM-BOOK.woff2') format('woff2'),
        url('../fonts/GOTHAM-BOOK.woff') format('woff');    
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Archivo-Light';
    src: url('../fonts/Archivo-Light.woff2') format('woff2'),
        url('../fonts/Archivo-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/********************************* ONE PAGE *********************************/

.sin-padding{
    padding: 0;
}


.inicio-portada{
    background: url('../img/fotos-03.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 120vh;
}

.navbar .navbar-brand img{
    width: 200px;
}

.header .navbar-toggler{
    transition: all .2s linear;
    border: none;
}

.header .navbar-toggler:hover{
    border: 1px solid #000;
}

.navbar-toggler:focus{
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler-icon{
  width: 2em;
  height: 2em;
}

.offcanvas{
  background-color: #7C7778;
}


.offcanvas-body .navbar-nav .nav-item a{
    font-family: 'Gotham-Book';
    font-size: 20px;
    color: #fff;
    transition: all .2s linear;
    cursor: pointer;
}

.offcanvas-body .navbar-nav .nav-item a:hover{
    color: #F9BC1E;
}

.offcanvas-body .navbar-nav .nav-item a span{
    font-family: 'Archivo-Regular';
    font-size: 10px;
    color: #fff;
    padding-right: 2rem;
}

.offcanvas-body .navbar-nav .nav-item a span:hover{
    color: #F9BC1E;
}

.info-inicio{
    padding: 8rem 0;
}

.info-inicio .titulo-inicio{
    padding: 4rem 0;
}

.info-inicio .titulo-inicio h1{
    font-family: 'Archivo-ExtraBold';
    font-size: 65px;
    color: #fff;
    text-align: center;
}

.info-inicio .boton-inicio a{
    font-family: 'Gotham-Bold';
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    background: #F9BC1E;
    border-radius: 25px;
    padding: 10px 35px;
    border: none;
    transition: all .2s linear;
}

.info-inicio .boton-inicio a:hover{
    color: #F9BC1E;
    background: #000;
    border: none;
}


/****** NOSOTROS ******/

.nosotros-portada{
    background: url('../img/fondo-03.png') no-repeat;
    background-size: cover;
    height: 110vh;
}

.seccion-nosotros{
    padding: 2rem 0 3rem;
}

.seccion-nosotros .img-nosotros img{
    width: 250px;
}

.seccion-nosotros .titulo-nosotros h1{
    font-family: 'Archivo-Regular';
    font-size: 65px;
    color: #F9BC1E;
}

.seccion-nosotros .info-nosotros{
    padding-top: 5rem;
}

.seccion-nosotros .info-nosotros p{
    font-family: 'Gotham-Book';
    font-size: 15px;
    color: #000;
    text-align: justify;
}

.seccion-nosotros .info-nosotros p span{
    font-family: 'Gotham-Bold';
    color: #000;
}

.parte2{
    padding: 4rem 0;
}

.mision-vision .titulo-mision-vision h1{
    padding-bottom: 4rem;
    font-family: 'Archivo-Medium';
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
}

.mision-vision .info-mision-vision p{
    font-family: 'Gotham-Book';
    font-size: 15px;
    color: #000;
    text-align: justify;
}

.mision-vision .info-mision-vision p span{
    color: #F7A812;
}


/*----- LOGOS -----*/

.logos-nosotros{
    padding: 2rem 0;
    border-top: 1px solid #00000040;
    height: 35vh;
}

.logos-nosotros .img-logos img{
    transition: all .2s linear;
}

.logos-nosotros .img-logos img:hover{
    transform: scale(1.2);
    transition: transform .2s;
    cursor: pointer;
}


/****** SERVICIOS ******/


.servicios-portada{
    background: url('../img/fotos-04.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}

.seccion-servicios{
    padding: 6rem 0;
}

.info-servicios{
    padding: 5rem 0;
}

.titulo-servicios h1{
    font-family: 'Archivo-Regular';
    font-size: 75px;
    color: #fff;
}

.info-servicios .nav{
    margin-right: 10rem;
}

.nav-pills .nav-link.active{
    background-color: transparent;
}

.nav-pills .nav-link{
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding: 1rem 0rem;
}

.nav-pills .nav-link.active h2{
    font-family: 'Archivo-Medium'!important;
    color: #000!important;
    font-size: 28px;
}

.info-servicios .nav .nav-link h2{
    font-family: 'Archivo-Light';
    font-size: 28px;
    color: #fff;
    text-align: left;
}

.info-servicios .nav .nav-link h2 span{
    font-family: 'Archivo-Regular';
    font-size: 15px;
    color: #000;
    padding-right: 4rem;
}

.info-servicios .tab-content .tab-pane p{
    font-family: 'Gotham-Book';
    font-size: 18px;
    color: #000;
}


/****** PROYECTOS ******/

.seccion-proyectos{
    height: 162vh;
    padding: 5rem 0;
}

.proyectos-carrusel{
    padding: 1rem 0;
}

.swiper-pagination{
    height: 40px!important;
}

.info-proyectos .titulo-proyectos h1{
    font-family: 'Archivo-Regular';
    font-size: 75px;
    color: #F9BC1E;
}

.info-proyectos .proyectos-anios button{
    font-family: 'Gotham-Bold';
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    background: #F9BC1E;
    border-radius: 20px;
    padding: 5px 20px;
    border: none;
    transition: all .2s linear;
}

.info-proyectos .proyectos-anios button:hover{
    color: #F9BC1E;
    background: #000;
    border: none;
}

.swiper-slide {
    height: 900px!important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #333;
}

.info-carrusel{
    margin: 0rem 12rem;
    padding: 2rem 1rem;
    border: 1px solid #000;
}

.proyectos-carrusel .swiper-wrapper .swiper-slide .info-carrusel p{
    font-family: 'Archivo-Medium';
    font-size: 20px;
    color: #000;
}


/****** FOOTER ******/

.footer-portada{
    background-color: #544E50;
    height: 80vh;
    padding: 3rem;
}

.footer-portada hr{
    border: 1px solid #fff;
}

.info-red, .redes-menu{
    padding: 4rem 0;
}

.info-red .logo-footer img{
    width: 159px;
    height: 185px;
}

.info-red .contactos .titulo-contacto h1, .info-red .contactos .direccion h1, .info-red .contactos .telefonos h1, .info-red .contactos .correo h1{
    font-family: 'Gotham-Book';
    font-size: 24px;
    color: #fff;
}

.contactos .direccion a, .contactos .telefonos .telefono a, .contactos .correo a{
    text-decoration: none;
    font-family: 'Gotham-Bold';
    font-size: 16px;
    color: #fff;
    transition: all .2s linear;
}

.contactos .direccion a:hover, .contactos .telefonos .telefono a:hover, .contactos .correo a:hover{
    color: #F9BC1E;
}


.redes-menu .menus-redes .titulo-menu-redes h1{
    font-family: 'Gotham-Book';
    font-size: 24px;
    color: #fff;
}

.redes-menu .lista-menu ul{
    padding-left: 0rem;
}

.redes-menu .lista-menu ul li{
    list-style: none;
}

.redes-menu .lista-menu ul li{
    list-style: none;
    padding-left: 0rem;
}

.redes-menu .lista-menu ul li a{
    text-decoration: none;
    font-family: 'Gotham-Book';
    font-size: 16px;
    color: #fff;
    transition: all .2s linear;
    cursor: pointer;
}

.redes-menu .lista-menu ul li a:hover{
    color: #F9BC1E;
}

.derechos p{
    font-family: 'Gotham-Book';
    font-size: 15px;
    color: #fff;
}

.redes__sociales {
    position: fixed;
    right: 2%;
    z-index: 1;
    cursor: pointer;
}

.whats {
    top: 49%;
}

.redes__sociales img {
    width: 70px;
    height: 70px;
    transition: transform .2s;
}

.redes__sociales img:hover {
    transform: scale(1.2);
}



/********************************* RESPONSIVO WEB *********************************/

@media(min-width: 1920px){

    .header .navbar-brand .w-25 {
        width: 35%!important;
    }

    .navbar-toggler-icon {
        width: 3em;
        height: 3em;
    }

    .offcanvas-header .offcanvas-title .w-25 {
        width: 30%!important;
    }

    .offcanvas-body .navbar-nav .nav-item a {
        font-size: 25px;
    }

    .offcanvas-body .navbar-nav .nav-item a span {
        font-size: 12px;
    }

    .inicio-portada {
        height: 57vw;
    }

    .info-inicio {
        padding: 12rem 0;
    }

    .info-inicio .titulo-inicio h1 {
        font-size: 72px;
    }

    .info-inicio .boton-inicio a {
        padding: 10px 55px;
    }

    .nosotros-portada {
        height: 52vw;
    }

    .seccion-nosotros .titulo-nosotros h1 {
        font-size: 75px;
    }

    .parte2 {
        padding: 6rem 0;
    }

    .seccion-nosotros .info-nosotros p {
        font-size: 18px;
    }

    .mision-vision .info-mision-vision p {
        font-size: 18px;
    }

    .mision-vision .titulo-mision-vision h1 {
        padding-bottom: 4rem;
        font-size: 28px;
    }

    .servicios-portada {
        height: 45vw;
    }

    .titulo-servicios h1 {
        font-size: 80px;
    }

    .info-servicios .nav .nav-link h2 {
        font-size: 32px;
    }

    .nav-pills .nav-link.active h2 {
        font-size: 32px;
    }

    .info-servicios .tab-content .tab-pane p {
        font-size: 20px;
    }

    .info-servicios {
        padding: 6rem 0;
    }

    .seccion-proyectos {
        height: 70vw;
        padding: 5rem 0;
    }

    .swiper-slide {
        height: 1020px !important;
    }

    .info-carrusel {
        margin: 0rem 15rem;
        padding: 2rem 1rem;
        border: 1px solid #000;
    }

    .info-proyectos .titulo-proyectos h1 {
        font-size: 80px;
    }

    .info-proyectos .proyectos-anios button {
        font-size: 20px;
        padding: 5px 25px;
    }

    .footer-portada {
        height: 33vw;
        padding: 3rem;
    }

    .info-red .contactos .titulo-contacto h1, .info-red .contactos .direccion h1, .info-red .contactos .telefonos h1, .info-red .contactos .correo h1 {
        font-size: 26px;
    }

    .contactos .direccion a, .contactos .telefonos .telefono a, .contactos .correo a {
        font-size: 18px;
    }

    .redes-menu .menus-redes .titulo-menu-redes h1 {
        font-size: 26px;
    }

    .redes-menu .lista-menu ul li a {
        font-size: 18px;
    }

    .derechos p {
        font-size: 18px;
    }

    .redes__sociales img {
        width: 75px;
        height: 75px;
        transition: transform .2s;
    }

}

@media (max-width: 1442px){

    .header .navbar-brand .w-25 {
        width: 25%!important;
    }

    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }

    .offcanvas-header .offcanvas-title .w-25 {
        width: 25%!important;
    }

    .offcanvas-body .navbar-nav .nav-item a {
        font-size: 20px;
    }

    .offcanvas-body .navbar-nav .nav-item a span {
        font-size: 10px;
    }

    .inicio-portada {
        height: 57vw;
    }

    .info-inicio {
        padding: 5rem 0;
    }

    .info-inicio .titulo-inicio h1 {
        font-size: 55px;
    }

    .info-inicio .boton-inicio a {
        padding: 10px 45px;
    }

    .nosotros-portada {
        height: 52vw;
    }

    .seccion-nosotros .titulo-nosotros h1 {
        font-size: 55px;
    }

    .seccion-nosotros .img-nosotros img{
        width: 205px;
    }

    .parte2 {
        padding: 4rem 0;
    }

    .seccion-nosotros .info-nosotros p {
        font-size: 14px;
    }

    .mision-vision .info-mision-vision p {
        font-size: 14px;
    }

    .mision-vision .titulo-mision-vision h1 {
        padding-bottom: 4rem;
        font-size: 24px;
    }

    .servicios-portada {
        height: 45vw;
    }

    .titulo-servicios h1 {
        font-size: 55px;
    }

    .info-servicios .nav .nav-link h2 {
        font-size: 25px;
    }

    .nav-pills .nav-link.active h2 {
        font-size: 25px;
    }

    .info-servicios .nav .nav-link h2 span{
        font-size: 15px;
    }

    .info-servicios .tab-content .tab-pane p {
        font-size: 16px;
    }

    .info-servicios .nav{
        margin-right: 15rem;
    }

    .info-servicios {
        padding: 6rem 0;
    }

    .seccion-proyectos {
        height: 70vw;
        padding: 5rem 0;
    }

    .info-proyectos .titulo-proyectos h1 {
        font-size: 55px;
    }

    .info-proyectos .proyectos-anios button {
        font-size: 16px;
        padding: 5px 22px;
    }

    .info-carrusel{
        margin: 0rem 11.5rem;
        padding: 1.5rem 1rem;
    }

    .proyectos-carrusel .carousel .carousel-cell .img-proyectos .w-75{
      width: 50% !important;
    }

    .swiper-slide {
        height: 820px !important;
    }

    .footer-portada {
        height: 40vw;
        padding: 2rem 3rem;
    }

    .info-red .logo-footer img{
        width: 130px;
        height: 150px;
    }

    .info-red .contactos .titulo-contacto h1, .info-red .contactos .direccion h1, .info-red .contactos .telefonos h1, .info-red .contactos .correo h1 {
        font-size: 20px;
    }

    .contactos .direccion a, .contactos .telefonos .telefono a, .contactos .correo a {
        font-size: 15px;
    }

    .redes-menu .menus-redes .titulo-menu-redes h1 {
        font-size: 20px;
    }

    .redes-menu .lista-menu ul li a {
        font-size: 15px;
    }

    .derechos p {
        font-size: 15px;
    }

}

@media (min-width: 992px) and (max-width: 1199px){

    .header .navbar-brand .w-25 {
        width: 25%!important;
    }

    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }

    .offcanvas-header .offcanvas-title .w-25 {
        width: 25%!important;
    }

    .offcanvas-body .navbar-nav .nav-item a {
        font-size: 20px;
    }

    .offcanvas-body .navbar-nav .nav-item a span {
        font-size: 10px;
    }

    .inicio-portada {
        height: 65vw;
    }

    .info-inicio {
        padding: 5rem 0;
    }

    .info-inicio .titulo-inicio{
        padding: 2rem 0;
    }

    .info-inicio .titulo-inicio h1 {
        font-size: 35px;
    }

    .info-inicio .boton-inicio a {
        padding: 10px 45px;
        font-size: 12px;
    }

    .nosotros-portada {
        height: 52vw;
    }

    .seccion-nosotros{
        padding: 1rem 0;
    }

    .seccion-nosotros .titulo-nosotros h1 {
        font-size: 35px;
    }

    .seccion-nosotros .img-nosotros img{
        width: 160px;
    }

    .parte2 {
        padding: 2rem 0;
    }

    .seccion-nosotros .info-nosotros{
        padding-top: 2rem;
    }

    .seccion-nosotros .info-nosotros p {
        font-size: 13px;
    }

    .logos-nosotros {
        height: 25vw;
    }

    .mision-vision .info-mision-vision p {
        font-size: 13px;
    }

    .mision-vision .titulo-mision-vision h1 {
        padding-bottom: 2rem;
        font-size: 20px;
    }

    .servicios-portada {
        height: 45vw;
    }

    .seccion-servicios{
        padding: 3rem 0 4rem;
    }

    .titulo-servicios h1 {
        font-size: 35px;
    }

    .info-servicios .nav .nav-link h2 {
        font-size: 20px;
    }

    .nav-pills .nav-link.active h2 {
        font-size: 20px;
    }

    .info-servicios .nav .nav-link h2 span{
        font-size: 15px;
        padding-right: 1rem;
    }

    .info-servicios .tab-content .tab-pane p {
        font-size: 14px;
    }

    .info-servicios .nav{
        margin-right: 10rem;
    }

    .info-servicios {
        padding: 3rem 0;
    }

    .seccion-proyectos {
        height: 80vw;
        padding: 4rem 0;
    }

    .info-proyectos .titulo-proyectos h1 {
        font-size: 35px;
    }

    .info-proyectos .proyectos-anios button {
        font-size: 14px;
        padding: 4px 20px;
    }

    .info-carrusel{
        margin: 0rem 8rem;
        padding: 1rem;
    }

    .proyectos-carrusel .carousel .carousel-cell .img-proyectos .w-75{
      width: 50% !important;
    }

    .swiper-slide {
        height: 605px !important;
    }

    .footer-portada {
        height: 55vw;
        padding: 2rem 3rem;
    }

    .info-red .logo-footer img{
        width: 100px;
        height: 120px;
    }

    .info-red .contactos .titulo-contacto h1, .info-red .contactos .direccion h1, .info-red .contactos .telefonos h1, .info-red .contactos .correo h1 {
        font-size: 20px;
    }

    .contactos .direccion a, .contactos .telefonos .telefono a, .contactos .correo a {
        font-size: 15px;
    }

    .redes-menu .menus-redes .titulo-menu-redes h1 {
        font-size: 20px;
    }

    .redes-menu .lista-menu ul li a {
        font-size: 15px;
    }

    .derechos p {
        font-size: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px){

    .header .navbar-brand .w-25 {
        width: 20% !important;
    }

    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
    }

    .offcanvas-header .offcanvas-title .w-25 {
        width: 25%!important;
    }

    .offcanvas-body .navbar-nav .nav-item a {
        font-size: 18px;
    }

    .offcanvas-body .navbar-nav .nav-item a span {
        font-size: 10px;
    }

    .inicio-portada {
        height: 57vw;
    }

    .info-inicio {
        padding: 3rem 0;
    }

    .info-inicio .titulo-inicio{
        padding: 2rem 0;
    }

    .info-inicio .titulo-inicio h1 {
        font-size: 30px;
    }

    .info-inicio .boton-inicio a {
        padding: 10px 40px;
        font-size: 11px;
    }

    .nosotros-portada {
        height: 95vw;
    }

    .seccion-nosotros{
        padding: 2rem 3rem;
    }

    .seccion-nosotros .titulo-nosotros h1 {
        font-size: 35px;
    }

    .seccion-nosotros .img-nosotros img{
        width: 140px;
    }

    .parte2 {
        padding: 2rem 0;
    }

    .seccion-nosotros .info-nosotros{
        padding-top: 2rem;
    }

    .seccion-nosotros .info-nosotros p {
        font-size: 14px;
    }

    .logos-nosotros {
        height: 30vw;
    }

    .mision-vision .info-mision-vision p {
        font-size: 14px;
    }

    .mision-vision .titulo-mision-vision h1 {
        padding-bottom: 2rem;
        font-size: 20px;
    }

    .servicios-portada {
        /* background: url('../img/movil-fotos-12.jpg');
        background-size: cover; */
        height: 55vw;
    }

    .seccion-servicios{
        padding: 3rem 2rem 4rem;
    }

    .titulo-servicios h1 {
        font-size: 35px;
    }

    .info-servicios .nav .nav-link h2 {
        font-size: 18px;
    }

    .nav-pills .nav-link.active h2 {
        font-size: 18px;
    }

    .info-servicios .nav .nav-link h2 span{
        font-size: 12px;
        padding-right: 1rem;
    }

    .info-servicios .tab-content .tab-pane p {
        font-size: 12px;
    }

    .info-servicios .nav{
        margin-right: 10rem;
    }

    .info-servicios {
        padding: 3rem 0;
    }

    .seccion-proyectos {
        height: 88vw;
        padding: 4rem 0;
    }

    .info-proyectos .titulo-proyectos h1 {
        font-size: 35px;
    }

    .info-proyectos .proyectos-anios button {
        font-size: 14px;
        padding: 4px 20px;
    }

    .info-carrusel{
        margin: 0rem 6.4rem;
        padding: 1rem;
    }

    .proyectos-carrusel .carousel .carousel-cell .img-proyectos .w-75{
      width: 50% !important;
    }

    .swiper-slide {
        height: 490px !important;
    }

    .footer-portada {
        height: 65vw;
        padding: 2rem 3rem;
    }

    .info-red, .redes-menu{
        padding: 3rem 0;
    }

    .info-red .logo-footer img{
        width: 85px;
        height: 100px;
    }

    .info-red .contactos .titulo-contacto h1, .info-red .contactos .direccion h1, .info-red .contactos .telefonos h1, .info-red .contactos .correo h1 {
        font-size: 18px;
    }

    .contactos .direccion a, .contactos .telefonos .telefono a, .contactos .correo a {
        font-size: 14px;
    }

    .redes-menu .menus-redes .titulo-menu-redes h1 {
        font-size: 18px;
    }

    .redes-menu .lista-menu ul li a {
        font-size: 14px;
    }

    .derechos p {
        font-size: 12px;
    }

}

@media (min-width: 481px) and (max-width: 767.65px){

    .header .navbar-brand .w-25 {
        width: 20% !important;
    }

    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
    }

    .offcanvas-header .offcanvas-title .w-25 {
        width: 25%!important;
    }

    .offcanvas-body .navbar-nav .nav-item a {
        font-size: 18px;
    }

    .offcanvas-body .navbar-nav .nav-item a span {
        font-size: 10px;
    }

    .inicio-portada {
        height: 57vw;
    }

    .info-inicio {
        padding: 3rem 0;
    }

    .info-inicio .titulo-inicio{
        padding: 2rem 0;
    }

    .info-inicio .titulo-inicio h1 {
        font-size: 30px;
    }

    .info-inicio .boton-inicio a {
        padding: 10px 40px;
        font-size: 11px;
    }

    .nosotros-portada {
        height: 95vw;
    }

    .seccion-nosotros{
        padding: 2rem 3rem;
    }

    .seccion-nosotros .titulo-nosotros h1 {
        font-size: 35px;
    }

    .seccion-nosotros .img-nosotros img{
        width: 140px;
    }

    .parte2 {
        padding: 2rem 0;
    }

    .seccion-nosotros .info-nosotros{
        padding-top: 2rem;
    }

    .seccion-nosotros .info-nosotros p {
        font-size: 14px;
    }

    .mision-vision .info-mision-vision p {
        font-size: 14px;
    }

    .mision-vision .titulo-mision-vision h1 {
        padding-bottom: 2rem;
        font-size: 20px;
    }

    .servicios-portada {
        /* background: url('../img/movil-fotos-12.jpg');
        background-size: cover; */
        height: 55vw;
    }

    .seccion-servicios{
        padding: 3rem 2rem 4rem;
    }

    .titulo-servicios h1 {
        font-size: 35px;
    }

    .info-servicios .nav .nav-link h2 {
        font-size: 18px;
    }

    .nav-pills .nav-link.active h2 {
        font-size: 18px;
    }

    .info-servicios .nav .nav-link h2 span{
        font-size: 12px;
        padding-right: 1rem;
    }

    .info-servicios .tab-content .tab-pane p {
        font-size: 12px;
    }

    .info-servicios .nav{
        margin-right: 5rem;
    }

    .info-servicios {
        padding: 3rem 0;
    }

    .seccion-proyectos {
        height: 80vw;
        padding: 4rem 0;
    }

    .info-proyectos .titulo-proyectos h1 {
        font-size: 35px;
    }

    .info-proyectos .proyectos-anios button {
        font-size: 14px;
        padding: 4px 20px;
    }

    .info-carrusel{
        margin: 0rem 12rem;
        padding: 1rem;
    }

    .proyectos-carrusel .carousel .carousel-cell .img-proyectos .w-75{
      width: 50% !important;
    }

    .proyectos-carrusel .flickity-viewport{
        height: 385px !important;
    }

    .footer-portada {
        height: 65vw;
        padding: 2rem;
    }

    .info-red, .redes-menu{
        padding: 3rem 0;
    }

    .info-red .logo-footer img{
        width: 70px;
        height: 85px;
    }

    .info-red .contactos .titulo-contacto h1, .info-red .contactos .direccion h1, .info-red .contactos .telefonos h1, .info-red .contactos .correo h1 {
        font-size: 18px;
    }

    .contactos .direccion a, .contactos .telefonos .telefono a, .contactos .correo a {
        font-size: 14px;
    }

    .redes-menu .menus-redes .titulo-menu-redes h1 {
        font-size: 18px;
    }

    .redes-menu .lista-menu ul li a {
        font-size: 14px;
    }

    .derechos p {
        font-size: 12px;
    }

}

@media(max-width: 480px){

    .header .navbar-brand img {
        width: 110px;
    }

    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
    }

    .offcanvas-header .offcanvas-title .w-25 {
        width: 25%!important;
    }

    .offcanvas-body .navbar-nav .nav-item a {
        font-size: 18px;
    }

    .offcanvas-body .navbar-nav .nav-item a span {
        font-size: 10px;
    }

    .inicio-portada {
        background: url('../img/movil-fotos-10.jpg');
        background-size: cover;
        background-attachment: scroll;
        height: 180vw;
    }

    .info-inicio {
        padding: 4rem 0;
    }

    .info-inicio .titulo-inicio{
        padding: 3rem 0;
    }

    .info-inicio .titulo-inicio h1 {
        font-size: 35px;
    }

    .info-inicio .boton-inicio a {
        padding: 10px 40px;
        font-size: 14px;
    }

    .nosotros-portada {
        height: 260vw;
    }

    .seccion-nosotros{
        padding: 2rem 3rem;
    }

    .seccion-nosotros .titulo-nosotros h1 {
        font-size: 35px;
    }

    .seccion-nosotros .img-nosotros img{
        width: 140px;
    }

    .parte2 {
        padding: 2rem 0;
    }

    .seccion-nosotros .info-nosotros{
        padding-top: 2rem;
    }

    .seccion-nosotros .info-nosotros p {
        font-size: 14px;
    }

    .logos-nosotros {
        height: 45vw;
    }

    .mision-vision .info-mision-vision p {
        font-size: 14px;
    }

    .mision-vision .titulo-mision-vision h1 {
        padding-bottom: 2rem;
        font-size: 20px;
    }

    .servicios-portada {
        background: url('../img/movil-fotos-11.jpg');
        background-size: cover;
        background-attachment: scroll;
        height: 180vw;
    }

    .seccion-servicios{
        padding: 4rem 3rem;
    }

    .titulo-servicios h1 {
        font-size: 35px;
    }

    .info-servicios .nav .nav-link h2 {
        font-size: 20px;
    }

    .nav-pills .nav-link.active h2 {
        font-size: 20px;
    }

    .info-servicios .nav .nav-link h2 span{
        font-size: 12px;
        padding-right: 1rem;
    }

    .info-servicios .tab-content .tab-pane p {
        font-size: 14px;
        text-align: justify;
    }

    .info-servicios .nav{
        margin-right: 0rem;
    }

    .info-servicios {
        padding: 3rem 0;
    }

    .seccion-proyectos {
        height: 150vw;
        padding: 4rem 0;
    }

    .proyectos-carrusel{
        padding: 3rem 0;
    }

    .info-proyectos .titulo-proyectos h1 {
        font-size: 35px;
    }

    .info-proyectos .proyectos-anios button {
        font-size: 14px;
        padding: 4px 20px;
    }

    .info-carrusel{
        margin: 0rem 3.2rem;
        padding: 1rem;
    }

    .proyectos-carrusel .carousel .carousel-cell .img-proyectos .w-75{
      width: 75% !important;
    }

    .swiper-slide {
        height: 360px !important;
    }

    .footer-portada {
        height: 190vw;
        padding: 2rem;
    }

    .info-red, .redes-menu{
        padding: 2rem 0;
    }

    .redes-menu .movil{
        display: flex;
        justify-content: center;
    }

    .info-red .logo-footer img{
        width: 70px;
        height: 85px;
    }

    .info-red .contactos .titulo-contacto h1, .info-red .contactos .direccion h1, .info-red .contactos .telefonos h1, .info-red .contactos .correo h1 {
        font-size: 18px;
    }

    .contactos .direccion a, .contactos .telefonos .telefono a, .contactos .correo a {
        font-size: 14px;
    }

    .redes-menu .menus-redes .titulo-menu-redes h1 {
        font-size: 18px;
    }

    .redes-menu .lista-menu ul li a {
        font-size: 14px;
    }

    .derechos p {
        text-align: center;
        font-size: 12px;
    }

    .redes__sociales img {
        width: 60px;
        height: 60px;
        transition: transform .2s;
    }

}

@media(max-width: 396px){

    .inicio-portada{
        height: 195vw;
    }

    .info-inicio .titulo-inicio h1{
        font-size: 30px;
    }

    .nosotros-portada{
        height: 280vw;
    }

    .footer-portada{
        height: 210vw;
        padding: 2rem;
    }

}

@media(max-width: 376px){

    .inicio-portada{
        height: 200vw;
    }

    .info-inicio .titulo-inicio h1{
        font-size: 30px;
    }

    .info-inicio .boton-inicio a{
        padding: 10px 40px;
        font-size: 12px;
    }

    .nosotros-portada{
        height: 290vw;
    }

    .nav-pills .nav-link.active h2{
        font-size: 19px;
    }

    .swiper-slide {
        height: 350px !important;
    }

    .info-carrusel{
        margin: 0rem 3rem;
        padding: 1rem;
    }

    .footer-portada{
        height: 215vw;
        padding: 2rem;
    }

}

