/*Modificacion 24.10.22*/
@font-face { 
    font-family: Eastman regular;
    src: url("../assets/fonts/Eastman/EastmanRomanTrial-Black.otf") format("opentype");
}

.custom-nav-items .item{ /* CLIENTES SERVICIOS EXPERIENCIA CONTACTO */
    /*border: 1px solid white;*/
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.container-custom{ /* Menu principal superior */
    width: 100%;
    /*border: 1px solid white;*/
    display: flex;
    align-items: center;
}

.custom-nav-items .item-logo{ /* ICONO */
    /* border: 1px solid white; */
    width: 13%;
    text-align: center;
}

.nav-item{ /* OPCIONES DE MENU INDIVIDUAL */
    font-family: Eastman regular !important;
    margin: 0 !important;
    height: 100%;
}

.prueba{ /* PORTADA PRINCIPAL */
    width: 100%;
    height: 100%;
    flex-direction: row;
    /*border: 5px solid red;*/
}

.custom-container-text{ /* CUADRO DE TEXTO PORTADA PRINCIPAL*/
    /*border: 1px solid pink;*/
    width: 80%;
    height:min-content;
    position: relative;
    top: 100px;
    left: 115px;
    z-index: 100;
}

.prueba .img-cont{ /* PORTADA PRINCIPAL CONTENEDOR DE IMAGEN */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.prueba .img-cont img{ /* PORTADA PRINCIPAL CONTENEDOR IMAGEN JPG */
    /*border: 3px solid black;*/
    width: 100%;
    height: 100%;
    z-index: -1;
}

.custom-container-text h2{ /* TITULO H2 PORTADA PRINCIPAL*/
    /*border: 1px solid blue;*/
    color: white;
    text-transform: uppercase;
    font-size: 3.2em;
}

.mt-sm-custom{ /*SUBTITULO*/
    color: white;
    /*border: 1px solid red;*/
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    line-height: normal;
}


.custom-container-text .text-description-1{ /* TITULO DESCRIPCION 1 (CONTENEDOR) PORTADA PRINCIPAL */
    position: relative;
    float: left;
    width: 20%;
    height: auto;
    /*border: 3px solid green;*/
    top: 128px;
    right: 30px;
}

.custom-container-text .text-description-1 p{
    color: white;
    /*border: 1px solid pink;*/
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:500;
    font-size: 1em;
    line-height: normal;
    margin: 0;
}

.custom-container-text .text-description-2{ /* TITULO DESCRIPCION 2 (CONTENEDOR) PORTADA PRINCIPAL */
    position: relative;
    float: left;
    width: 20%;
    height: auto;
    /*border: 3px solid green;*/
    left: 70px;
    top: 128px;
}

.custom-container-text .text-description-2 p{
    color: white;
    /*border: 1px solid pink;*/
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 1em;
    line-height: normal;
    margin: 0;
}

@media screen and (max-width: 985px) { /* MENU PRINCIPAL SUPERIOR MEDIANO */
    .container-custom{
        /*border: 1px solid blue;*/
        flex-wrap: inherit;
        justify-content: space-between
    }

    .custom-nav-items .item-logo{
        display: none;
    }    
}

@media screen and (max-width: 985px) { /* PORTADA PRINCIPAL CONTENEDOR DE IMAGEN MEDIANO */
    .prueba .img-cont{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
}

@media screen and (max-width: 420px) { /* MEDIA MOBILE */
    .prueba .img-cont{
        height: 480px;
    }
    .prueba{
        height: 500px;
    }
}

@media screen and (max-width: 1024px) {
    .prueba .custom-container-text .text-description-1 p{
        /*border: 1px solid pink;*/
        font-size: .8em;
    }
    .prueba .custom-container-text .text-description-2 p{
        /*border: 1px solid pink;*/
        font-size: .8em;
    }
}

@media screen and (max-width: 985px) { /*Pantalla Mediana*/
    .custom-container-text{ /* CUADRO DE TEXTO PORTADA PRINCIPAL*/
        top: 100px;
        left: 60px;
    }

    .prueba .custom-container-text h2{ /* TITULO H2 PORTADA PRINCIPAL*/
        font-size: 3.5em;
        padding-left: 15px;
        /*border: 1px solid yellow;*/
    }

    .prueba .custom-container-text .mt-sm-custom{ /*SUBTITULO*/
        padding-left: 15px;
        margin-top: 1em;
        font-size: 1.2em;
        width:65%;
        /*border: 1px solid yellow;*/
    }

    .prueba .custom-container-text .text-description-1{
        top: 160px;
        right: 60px;
        float: left;
        width: 30%;
        /*border: 3px solid green;*/
    }

    .prueba .custom-container-text .text-description-1 p{
        /*border: 1px solid pink;*/
        font-size: .9em;
    }

    .prueba .custom-container-text .text-description-2{
        top: 160px;
        right: 50px;
        float: left;
        width: 30%;
        /*border: 3px solid green;*/
    }

    .prueba .custom-container-text .text-description-2 p{
        /*border: 1px solid pink;*/
        font-size: .9em;
    }

    .float{
        width: 50px;
	    height:50px;
    }

    .float .pruebas{
        width: 30px;
      }  
}

@media screen and (max-width: 735px) { /*Pantalla Chica*/
    .custom-container-text{ /* CUADRO DE TEXTO PORTADA PRINCIPAL */
        /*border: 1px solid blue;*/
        top: 100px;
        left: 40px;    
    }

    .prueba .custom-container-text h2{ /*TITULO H2 PORTADA PRINCIPAL*/
        padding-left: 5px;
        color: white;
        text-transform: uppercase;
        font-size: 2em;
    }

    .prueba .custom-container-text .mt-sm-custom{ /*SUBTITULO*/
        padding-left: 5px;
        margin-top: 1.5em;
        font-size: 1em;
        width:65%;
    }
    .prueba .custom-container-text .text-description-1{
        top: 230px;
        right: 30px;
        width: 30%;
        /*border: 3px solid green;*/
    }

    .prueba .custom-container-text .text-description-2{
        top: 230px;
        left: -30px;
        width: 30%;
        /*border: 3px solid green;*/
    }

    .prueba .custom-container-text .text-description-1 p, .prueba .custom-container-text .text-description-2 p{
        /*border: 1px solid pink;*/
        font-size: .7em;
    }

    .float{
        width: 40px;
	    height:40px;
    }
    .float .pruebas{
        width: 20px;
      }
}

@media screen and (max-width: 420px){
    .prueba .custom-container-text .text-description-1{
        top: 120px;
        right: 38px;
        float: left;
        width: 30%;
        /*border: 3px solid green;*/
    }

    .prueba .custom-container-text .text-description-1 p{
        /*border: 1px solid pink;*/
        font-size: .5em;
    }

    .prueba .custom-container-text .text-description-2{
        top: 120px;
        right: 50px;
        float: left;
        left: -15px;
        width: 30%;
        /*border: 3px solid green;*/
    }

    .prueba .custom-container-text .text-description-2 p{
        /*border: 1px solid pink;*/
        font-size: .5em;
    }

    .prueba .custom-container-text h2{ /*TITULO H2 PORTADA PRINCIPAL*/
        font-size: 1.5em;
    }

    .prueba .custom-container-text .mt-sm-custom{ /*SUBTITULO*/
        font-size: .8em;
    }
}




/*.custom-container-text p{ 
    color: white;
    border: 1px solid red;
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    font-size: 1.25em;
}*/

@media screen and (max-width: 985px) { /* PANTALLA MEDIANA */
    .mt-sm-custom{ /*SUBTITULO*/
        margin-top: 5em;
    }

    .custom-container-text .text-description-1{ /* TITULO DESCRIPCION 1 (CONTENEDOR) PORTADA PRINCIPAL */
        /*border: 1px solid red;*/
        width: 100%;
        height: auto;
        position: inherit;
        margin-top: 1em;
    }

    .custom-container-text .text-description-2{ /* TITULO DESCRIPCION 2 (CONTENEDOR) PORTADA PRINCIPAL */
        width: 100%;
        height: auto;
        position: inherit;
        left: 0;
        margin-top: 1em;
    }

    .custom-container-text .text-description-1 p, .custom-container-text .text-description-2 p{ /* TITULO DESCRIPCION 2 (LETRA) PORTADA PRINCIPAL */
        font-size: 1em;
        line-height: auto;
        font-size: 1.1em;
    }

    .br-sm-none{ /*SALTO DE LINEA*/
        display: none;
    }
    
}


#services h4{
    color: #e70909;
    text-transform: uppercase;
    width: 55%;
    margin: 0 auto;
    font-weight: bold;
}

.h4-exp{
   color: black;
}

.section-heading{
    color: #e70909;
    font-size: 5em !important;
    font-weight: bold;
    margin: 0 !important;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.section-subheading{
    margin-bottom: 0px;
    font-size: 5.75em !important;
    font-weight:lighter;
    font-style: normal !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    text-transform: uppercase;

}

.experiencia{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 15px !important;
}


.color-red-custom{
    color: #e70909;
}

.color-white-custom{
    color: #ffff;
}



footer{
    background: black;
    color: white;
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.page-section .testimonial-item {
    max-width: 18rem;
}

.page-section .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0px 5px 5px 0px #adb5bd;
}