@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&family=Oswald:wght@300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    
}

/* font-family: 'Oswald', sans-serif; (Esta Tipografia se utiliza en los titulos)*/
/* font-family: 'Archivo', sans-serif;     (Esta Tipografia se utiliza en textos)*/


html {
    font-size: 62.5%;
}

/*      NAV BAR     */  


.navbar, .navbar-expand-lg {
    position: fixed;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.904);
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #262262;
}

.containt-logo img {
    width: 120px;
    margin-left: 90px;
    margin-bottom: 10px;
}

.containt-tabs-nav ul li a {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 15px;
}

.container {
    margin: 0;
    padding: 0;
}

.me-auto {
    background: #ffffffaf;
}

.containt-tabs-nav ul li a:hover {
    background: #2617EB;
    color: white;
    border-radius: 5px;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #505052;
}

.navbar-nav, .nav-item, .nav-link {
    color: #262262;
}


/*      SECCION HOME        */

.containt-home {
    width: 100%;
    background-image: url(../assets/bkg_initial.png);
    background-size: cover;
    background-position: -143px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.containt-home_info {
    margin-top: 60px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: #ffffffec;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.containt-home_info h2 {
    color: #262262;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 2.4rem;
    overflow: hidden;
}

.containt-home_info p {
    font-family: 'Archivo', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}



/*      Estilos carousel        */

.carousel__contenedor button img {
    width: 18px;
}

.carousel__contenedor button img:hover {
    width: 25px;
}


.carousel__lista {
    width: 90%;
}

.carousel__contenedor {
    position: relative;
}

.carousel__anterior,
.carousel__siguiente {
    position: absolute;
    display: block;
    width: 45px;
    height: 50px;
    border: none;
    top: calc(50% - 20px);
    line-height: 30px;
    text-align: center;
    background: none;
    color: #B4B1B1;
    opacity: 20%;
    z-index: 999;
    cursor: pointer;
}

.carousel__anterior {
    left: 5px;
}

.carousel__siguiente {
    right: 3px;
}

.carousel_elemento {
    border: none;
    width: 280px;
    border-radius: 20px;
    margin-left: 20px;

}

.carousel_elemento, .glider-slide {
    width: 280px;
} 

/*          ESTILOS EQUIPO          */

.card {
    box-shadow: 4px 10px 10px 2px rgb(0 0 0 / 20%);
    border: none;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-radius: 20px;
}

.containt-equipo-title  {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #262262;
    margin-top: 25px;
    overflow: hidden;
    margin-bottom: 15px;
}

.containt-equipo-title h3 {
    font-size: 2.2rem;
    overflow: hidden;
}

.align-card {
    display: flex;
    margin: 0 auto;
}



.containt-carousel-equipo {
    background: url(../assets/back_equip_resp.png);
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0px;
}

/*      ESTILOS MODALES EQUIPO          */

.modal-body {
    display: flex;
}

.btn_equipo_modal {
    border: none;
    font-size: 30px;
    color: #262262;
    background: none;
    margin: 0 auto;
    display: flex;
}

.btn_equipo_modal i {
    padding: 5px;
}

.main_card_equip {
    display: inline-block;
}


.main_card_equip h5 {
    font-size: 1.4rem;
    text-align: center;
    overflow: hidden;
}

.modal {
    z-index: 9999999;
}

.modal-header h5 {
    font-size: 1.3rem;
}

.flex-modal {
    display: block;
}

.containt-img-modal {
    display: flex;
    margin: 0 auto;
}

.containt-img-modal figure {
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.containt-img-modal figure img {
    width: 50%;
    margin: 0 auto;
}

.contain-text-modal {
    margin-top: auto;
    margin-bottom: auto;
}

.contain-text-modal p{
    font-size: 1.2rem;
}

.cagan {
    padding-top: 18px;
}


/*      containt-servicios          */

.card-text:last-child {
    margin-bottom: 20px;
}

.containt_proyecto {
    padding-top: 50px;
}

.containt-servicios-title h3 {
    font-size: 2.2rem;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #262262;
    overflow: hidden;
}

.containt-servicios-tab {
    width: 100%;
}

.containt-servicios-tab ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    border-bottom: none;

}


.containt-servicios-tab ul li button {
    border: none;
}

.containt-servicios-tab ul li button i svg {
    fill: #bebebe;
    width: 40px;
}

.nav-link.active i svg {
    fill: #262262;
    width: 40px;
}

.containt-servicios-tab ul li button:hover i svg{
    border: none;
    fill: #262262;
    color: #262262;
}

.containt-servicios-tab ul li button:focus i svg {
    border: none;
    fill: #262262;
    color: #262262;
}
.containt-servicios-tab ul li button:active i svg {
    fill: #262262;
    color: #262262;
}

.containt-servicios-tab ul li button:visited i svg {
    fill: #262262;
    color: #262262;
}

button#empresarial-tab {
    border: none;
}

button#residencial-tab {
    border: none;
}

button#industrial-tab {
    border: none;
}

.nav-item {
    overflow: hidden;
}

.nav-link h2 {
    display: hidden;
    color: #505052;
}

.nav-link.active h2 {
    color: #262262;
}

.point {
    display: none;
}

.tab-text_industria {
    font-family: 'Archivo', sans-serif;
    background: url(../assets/bck_industria.png);
    background-position-x: 160px;
    background-position-y: -247px;
    background-repeat: no-repeat;
    padding: 15px;
}

.tab-text_empresa {
    font-family: 'Archivo', sans-serif;
    background: url(../assets/bck_empresa.png);
    background-position-x: 160px;
    background-position-y: -247px;
    background-repeat: no-repeat;
    padding: 15px;
}

.tab-text_empresa p:nth-child(1) {
    width: 45%;
}

.tab-text_empresa p:nth-child(2) {
    width: 48%;
}

.tab-text_empresa p:nth-child(3) {
    width: 52%;
}

.tab-text_empresa p:nth-child(4) {
    width: 64%;
}

.tab-text_empresa p:nth-child(5) {
    width: 67%;
}

.tab-text_empresa p:nth-child(6) {
    width: 76%;
}

.tab-text_empresa p:nth-child(7) {
    width: 76%;
}

.tab-text_empresa p:nth-child(8) {
    width: 85%;
}

.tab-text_empresa p:nth-child(9) {
    width: 95%;
}

.tab-text_empresa p {
    font-size: 1rem;
}

.tab-text_industria p a span {
    color: #262262;
    font-weight: 500;
    font-size: 1.2rem;
}

.tab-text_empresa p a span {
    color: #262262;
    font-weight: 500;
    font-size: 1.2rem;
}

.btn:hover, .btn:active, .btn:focus {
    border: 1px solid #0977DC;
}

.tab-img_empresa {
    display: none;
}

/*          ESTILOS ICONOS MAS MENOS         */

/* .btn-icon {
    display: flex;
    align-items: center;
}

.btn-icon i {
    font-size: 1.2rem;
    color: #262262;
    margin-right: 5px;
    fill: #262262;
} */

.btn-icon {
    display: flex;
    align-items: center;
}

.btn-icon[aria-expanded="false"] i.fa-plus {
    display: flex;
    margin-left: 15px;
}

.btn-icon[aria-expanded="true"] i.fa-plus {
    display: none;
    margin-left: 15px;
}

.btn-icon[aria-expanded="false"] i.fa-minus {
    display: none;
    margin-left: 15px;
}



.btn-icon i {
    margin-right: 8px;
    color: #262262;
    font-weight: 700;
}


/*          residencial         */

.residencial-img-containt {
    display: none;
}

.residencial-txt-containt {
    font-family: 'Archivo', sans-serif; 
    background: url(../assets/bck_residencia.png);
    background-repeat: no-repeat;
    background-position-x: 205px;
    background-position-y: 0px;
    background-size: 70%;
    padding: 15px;
    padding-bottom: 80px;
}

.residencial-txt-containt p {
    font-size: 1.2rem;

    width: 80%;
}

.residencial-txt-containt p a span {
    color: #262262;
    font-weight: 500;
    font-size: 1.2rem;
}

.margin-residencial {
    margin-top: 20px;
}



/*          PROYECTOS DESTACADOS            */

.title-containt-proyect {
    margin-bottom: 15px;
    margin-top: 25px;
    overflow: hidden;
}

.title-containt-proyect h3 {
    font-size: 2.2rem;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    overflow: hidden;
    color: #262262;
}

.containt-carousel-proyect {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.bckg_proyect {
    background: url(../assets/back_proyect.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.btn_gallery {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 20px;
}

.btn_gallery a {
    text-decoration: none;
    padding: 8px;
    width: 100px;
    border: 2px solid #0977DC;
    border-radius: 5px;
    box-shadow: 6px 6px 10px rgb(0 0 0 / 30%);
    text-align: center;
    color: #262262;
    font-size: 1.4rem;
    font-weight: 700;
}

.btn_gallery a:hover {
    font-size: 1.4rem;
    background: #0977DC;
    color: #fff;
}








/*          SECCCION CLIENTES              */

.containt-clientes {
    margin-top: 25px;
    background-image: url(../assets/back_equip.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 47px
}

.title-containt-clientes {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #262262;
    margin-top: 25px;
    overflow: hidden;
    margin-bottom: 15px;
}

.title-containt-clientes h3 {
    text-align: center;
    font-size: 2.2rem;
    overflow: hidden;
}

/*          SECCION CONTACTO            */

.containt_col_contac {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .3);
    width: 90%;
    margin: 25px auto;
    border-radius: 5px;

}

.containt-contacto {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.containt-title-contacto {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #262262;
    margin-bottom: 10px;
}

.containt-title-contacto h3 {
    overflow: hidden;
    font-size: 2.2rem;
}

.containt-form {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 15px;
}

.containt-form p {
    font-size: 1.2rem;
}

.containt-form form input {
    margin: 15px auto;
    border-color: #2617EB;
    font-size: 1.2rem;
}

.containt-form form textarea {
    margin: 15px auto;
    border-color: #2617EB;
    font-size: 1.2rem;
}

.container-data-contac {
    color: #2617EB;
    font-family: 'Archivo', sans-serif;
}

.containt-data {
    margin: 25px auto 25px auto;
    align-items: end;
}

.containt-data a {
    display: flex;
    text-decoration: none;
    color: #262262;
    padding: 0;
    padding-left: 19px;
}

.containt-data a:hover {
color: #2617EB;
}

.containt-data a i {
    font-size: 40px;
    width: 30%;
}

.containt-data a p {
    width: 70%;
    font-size: 1.8rem;
}

.containt-data {
    display: flex;
    text-decoration: none;
    color: #262262;
}

.containt-data i {
    font-size: 40px;
    width: 30%;
}

.containt-data p {
    width: 50%;
    font-size: 1.8rem;
}

.containt-map i {
    padding-left: 20px;
    margin-bottom: 15px;
}

.containt-map p {
    font-size: 1.8rem;
    width: 70%;
}

.containt-map iframe {
    width: 100%;
}

.containt-btn-enviar {
    display: flex;
    justify-content: center;
}

.containt-btn-enviar button {
    border: 1px solid #2617EB;
    border-radius: 50%;
    background: none;
    width: 45px;
    height: 45px;
    padding: 5px 5px 0 0;
    color: #2617EB;
}

.containt-btn-enviar button:hover {
    background: #262262;
    color: #fff;
}

.containt-btn-enviar i {
    font-size: 30px;
    
}



.btn_enviar_containt {
    display: flex;
    align-items: center;
}

.btn_enviar_containt i {
    color: #262262;
    font-size: 3.5rem;
    margin-left: 18px;
}

.btn_enviar_containt i:hover {
    color: #2617EB;
}

.btn_enviar_containt label input {
    background: #262262;
    color: #fff;
    border-radius: 10px;
    padding: 2px 20px;
}

.btn_enviar_containt label:hover input {
    background: #2617EB;
}

.containt-captcha {
    display: grid;
    background: #f9f8fa;
    justify-items: center;
    border-radius: 10px;
}

.containt-captcha #output {
    margin-left: 10px;
}

/*      boton flotante  contacto*/      






/*              ESTILOS GALERIAS            */

.containt-navbar-galery a img {
    width: 120px;
    padding: 10px 0 10px 20px;
}

.containt-navbar-galery a {
    fill: #262262;
}

.containt-navbar-galery a:hover {
    fill: #2617EB;
    
}

.containt-navbar-galery a svg {
    width: 40px;
    margin-left: 120px;
    padding: 0 0 6px 0;
}

/*ESTILOS GALERIA*/

.containt-title-galery {
    margin-top: 95px;
    justify-content: space-evenly;
}

.containt-title-galery p a {
    background: #262262;
    border: none;
}

.containt-title-galery .initial {
    margin-left: 0px;
}

.linea {
    background: #550b51;
    height: 5px;
    width: 100%;
    display: block;
}

.galeria {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    width: 95%;
    margin: auto;
    grid-gap: 10px;
    padding: 0 0;
    overflow: hidden;
}

.galeria > .containt-img-gallery {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.galeria a figure {
    overflow: hidden;
}

.galeria a figure img {
    width: 100%;
    vertical-align: top;
/*     height: 300px; */
    object-fit: cover;
    transition: transform 0.5s;
    
}

/* .galeria a:hover img {
    
    filter: blur(2px);
    transform: rotate(10deg) scale(1.3);
} */

.light-box {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
/*     transition: transform .3s ease-in-out; */
    width: 100%;
    height: 100vh;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.light-box figure img {
    width: 100%;
    max-height: 80vh;
}

.light-box:target {
    transform: scale(1);
}

.close {
    display: block;
    position: absolute;
    top: 88px;
    right: 11px;
    color: #ffffff;
    font-size: 2rem;
}

.next {
    display: block;
    background: #262262;
    font-size: 2rem;
    color: #fff;
    width: 67px;
    height: 38px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    
}


.next i {
    padding: 10px 0 0 2px ; 
}

.container_title_galeria {
    text-align: center;
    align-items: center;
}

.container_title_galeria .desk {
    display: none;
}

.card {
    width: 95%;
}

.card-body p {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    color: #262262;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #262262;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}



/*          MEDIA QUERYS        */

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
    .containt-home {
        background-position: center;
    }
    .containt-home_info {
        width: 50%;
    }
    .tab-text_empresa {
        background-position-x: 251px;
    }
    .residencial-txt-containt {
        background-size: 55%;
        background-position-x: 0;
    }
    .residencial-txt-containt p {
        margin-left: 55%;
    }
    .containt-logo img {
        width: 145px;
        margin-left: 21px;
    }

}


@media (min-width: 992px) { 

    .container {
        width: 100%;
        max-width: 999px;
    }

    /*      ESTILOS NAVBAR        */
/*     .navbar, .navbar-expand-lg {

    } */

    .containt-navbar-galery a img {
        width: 220px;
        margin-left: 20px;
        padding: 2px 0 10px 0;
    }

    .containt-logo img {
        width: 220px;
        margin-left: 20px;
        padding: 2px 0 10px 0;
    }

    .me-auto {
        background: none;
    }

    .containt-tabs-nav ul li a {
        font-size: 1.6rem;
        margin-right: 0;
        margin-left: 0;
    }

    .containt-tabs-nav ul li a:hover {
        background: none;
        color: #2617EB;
        font-size: 1.6rem;
    }


    /* .navbar-expand-lg,.navbar-nav,.nav-link {
        padding: 0;
        margin: 0;
    } */

    /*      ESTILOS INICIO          */
    .containt-home {
        background-position-y: 52px;
        background-position-x: center;
        height: 500px;
        padding-top: 61px;

    }

    .containt-home_info {
        width: 50%;
        float: right;
        margin-right: 20px;
        overflow: hidden;
    }

    .containt-home_info h2 {
        font-size: 5rem;
        overflow: hidden;
    }

    .containt-home_info p {
        font-size: 1.6rem;
    }

    /*      ESTILOS EQUIPO       */

    .containt-equipo-title h3 {
        font-size: 5rem;
        overflow: hidden;
    }

    .containt-carousel-equipo {
        background: url(../assets/back_equip.png);
        background-size: cover;
        margin-bottom: 30px;
        padding-bottom: 40px;
        margin-top: 30px;
        padding-top: 100px;
    }

    /*      ESTILOS MODAL       */

    .main_card_equip h5 {
        font-size: 1.8rem;
        overflow: hidden;
    }

    .flex-modal {
        display: flex;
    }

    .containt-img-modal figure img {
        width: 90%;
        height: fit-content;
        align-self: center;
    }

    /*          ESTILOS SERVICIOS           */

    .containt_proyecto {
        padding-top: 90px;
    }

    .containt-servicios-title h3 {
        font-size: 5rem;
    }
    
    .containt-servicios-tab {
        width: 33.33333333%;
    }

    .cagan {
        padding-top: 0px;
    }
    

    .containt-servicios-tab ul {
        flex-direction: column;
        display: flex;
    }

    .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-link h2 {
        display: flex;
        margin-right: 15px;
        color: #bebebe;
        overflow: hidden;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 2.4rem;
    }

    .nav-link,.active h2 {
        color: #262262;
    }

    .nav-link h2:hover {
        color: #262262;
    }

    .nav-link h2.active {
        color: #262262;
    }

    .nav-link h2:focus {
        color: #262262;
    }

    .nav-link,.active.point {
        background: #262262;
    }

    
    
    
    .point {
        display: flex;
        color: #bebebe;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        background: #bebebe;
        margin-right: 15px;
    }

    .nav-link,.active .point{
        background: #262262;
    }

    .point:visited {
        background: #262262;
    }

    .point:hover {
        background: #262262;
    }

    .point:focus {
        background: #262262;
    }

    .point:focus {
        background: #262262;
    }

    .sb {
        background: none;
    }

    .tab-text_industria {
        background: none;
    }

    .tab-text_industria p a span {
        font-size: 1.8rem;
    }

    .tab-text_industria p {
        margin-bottom: 32px;
    }


    .tab-text_empresa {
        background: none;
    }

    .tab-text_empresa p a span {
        font-size: 1.8rem;
    }

    .tab-text_empresa p {
        margin-bottom: 32px;
    }

    .tab-img_empresa {
        display: block;
    }

    .tab-text_empresa p:nth-child(1),.tab-text_empresa p:nth-child(2),.tab-text_empresa p:nth-child(3),.tab-text_empresa p:nth-child(4),.tab-text_empresa p:nth-child(5),.tab-text_empresa p:nth-child(6), .tab-text_empresa p:nth-child(7), .tab-text_empresa p:nth-child(8), .tab-text_empresa p:nth-child(9) {
        width: 100%;

    }

    .margin-industria {
        margin-top: 55px;
    }

    .margin-empresa {
        margin-top: 55px;
    }

    .card-text {
        font-size: 1.3rem;
    }

    /*      RESIDENCIA      */

    .residencial-img-containt {
        display: block;
    }

    .residencial-img-containt img {
        width: 100%;
    }

    .residencial-txt-containt {
        background: none;
        margin-top: 0px;
    }

    .residencial-txt-containt p a span {
        font-size: 1.8rem;
        
    }

    .residencial-txt-containt p {
        margin-left: 0;
        width: 100%;
    }

    .residencial-txt-containt p:nth-child(1), .residencial-txt-containt p:nth-child(2),.residencial-txt-containt p:nth-child(3),.residencial-txt-containt p:nth-child(4),.residencial-txt-containt p:nth-child(5) {
        width: 100%;
        /* font-size: 1.4rem;
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 10px; */
    }
    
    .containt-servicios-tab ul {
        margin-top: 190px;
    }

    .containt-servicios-tab ul li {
        margin-bottom: 30px;
    }

    /*      ESTILOS PROYECTOS DESTACOS      */

    .bckg_proyect {
        padding-top: 80px;
    }

    .containt-clientes {
        padding-top: 80px;
        background-image: url(../assets/back_equip.png);
        background-size: 100%;
        padding-bottom: 10px;
    }

    .title-containt-proyect h3 {
        font-size: 4.5rem;
    }
    

    .containt-carousel-proyect {
        width: 70%;
    }



    /*              NUESTROS CLIENTES           */

    .title-containt-clientes h3 {
        font-size: 5rem;
    }

    .carousel__anterior {
        overflow: hidden;
        left: 30px;
        width: 70px;
        height: 70px;
    }
    
    .carousel__siguiente {
        right: 30px;
        width: 70px;
        height: 70px;
        overflow: hidden;
    }

    .carousel__contenedor button img {
        width: 35px;
    }

    .carousel__contenedor button img:hover {
        width: 45px;
    }

    /*          ESTILOS CONTACTO            */

    .containt-title-contacto h3 {
        font-size: 5rem;
    }

    .containt-form p {
        font-size: 2rem;
    }

    .containt-form form input {
        font-size: 1.8rem;
    }

    .containt-form form textarea {
        font-size: 1.8rem;
    }

    .containt-data a {
        align-items: end;
        
    }

    .containt-data a i {
        font-size: 50px;
        width: 20%;
        margin-left: 80px;
    }

    .containt-data a p {
        font-size: 2.4rem;
        width: 50%;
    }

    .containt-data  {
        align-items: end;
        
    }

    .containt-data  i {
        font-size: 50px;
        width: 20%;
        margin-left: 80px;
    }

    .containt-data  p {
        font-size: 2.4rem;
        width: 50%;
    }

    .containt-btn-enviar button{
        width: 60px;
        height: 60px;
    }

    .btn_enviar_containt i {
        font-size: 5rem;
    }

    /*      BOTON FLOTANTE       */

    

    /*      estilos galerias    */

    .container_title_galeria {
        margin-bottom: 5px;
    }

    .container_title_galeria .desk {
        display: block;
        font-size: 1.2rem;
        margin-left: 15px;
        padding: 5px 0;
    }
    .container_title_galeria .movil {
        display: none;
    }

    .next {
        display: block;
        background: #262262; 
        font-size: 3rem;
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        margin: 0 15px;
    }

    .container_title_galeria {
        text-align: start;
        padding: 0;
    }

    .container_title_galeria p {
        margin-left: 20px;
    }

    .container_title_galeria p a {
        width: 100%;
    }

    .card-body p {
        font-size: 2rem;
    }

    .close {
        top: 17px;
        right: 225px;
    }

    .containt-contacto {
        padding-top: 90px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1366px;
    }

    /*      CONTAINER HOME          */
    .containt-home {
        padding-top: 100px;
        height: 626px;
        width: 100%;
        background-position-x: center;
        background-position-y: 0px;
    } 

    .containt-tabs-nav ul li a {
        font-size: 1.8rem;
        margin-right: 10px;
        margin-left: 0;
    }

    .containt-tabs-nav ul li a:hover {
        font-size: 1.8rem;

    }

    /*          ESTILOS HOME        */

    .containt-home_info {   
        width: 50%;
        float: right;
        margin-right: 30px;
        margin-top: 25px;
    }

    .containt-home_info h2 {
        font-size: 6rem;
        overflow: hidden;
    }

    .containt-home_info p {
        display: flex;
        font-size: 2rem;
        padding: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .tab-text_industria p a span {
        font-size: 2rem;
        font-weight: 500;
    }

    /*          estilos equipo          */

    .containt-carousel-equipo {
        margin-top: 50px;
        padding-top: 100px;
    }

    /*  ESTILOS PROYECTOS   */

    .tab-text_empresa p:nth-child(1),.tab-text_empresa p:nth-child(2),.tab-text_empresa p:nth-child(3),.tab-text_empresa p:nth-child(4),.tab-text_empresa p:nth-child(5),.tab-text_empresa p:nth-child(6), .tab-text_empresa p:nth-child(7), .tab-text_empresa p:nth-child(8), .tab-text_empresa p:nth-child(9) {
        width: 100%;
        font-size: 1.4rem;
    }

    .residencial-txt-containt {
        margin-top: 0PX;
    }

    .residencial-txt-containt p:nth-child(1), .residencial-txt-containt p:nth-child(2),.residencial-txt-containt p:nth-child(3),.residencial-txt-containt p:nth-child(4),.residencial-txt-containt p:nth-child(5) {
        width: 100%;

    }

    .tab-text_empresa p a span {
        font-size: 2rem;
    }

    .residencial-txt-containt p a span {
        font-size: 2rem;
        font-weight: 500;
    }

    .tab-text_empresa p a {
        margin-bottom: 0px;
    }

    .residencial-txt-containt p a {
        margin-bottom: 30px;
    }

    /*          CONTACTO            */

    .containt-data a i {
        margin-left: 120px;
    }
    
    .containt-data i {
        margin-left: 120px;
    }


    /*  BOTON FLOTANTE      */


    /*      ESTILOS GALERIA     */

    .container_title_galeria .desk{
        font-size: 1.4rem;
    }

    .card-body p {
        font-size: 2.6rem;
    }

    .close {
        top: 30px;
        right: 351px;
    }
}

@media (min-width: 1400px) {

    body {
        background: #f7f7f7;
    }

    .container {
        max-width: 1500px;
        margin: 0 auto;
        background: #fff;
    }

    .containt-logo img {
        margin-left: 50px;
    }

    .navbar-expand-lg .navbar-collapse {
        padding-left: 160px;
    }

    .container-gallery {
        max-width: 1366px;
        margin: 0 auto;
    }
    
}


@media (min-width: 1500px) {
    .containt-logo img {
        margin-left: 20px;
    }
}

@media (min-width: 2500px) {
    .containt-logo img {
        margin-left: 540px;
    }
}