/*COLORES HEXADECIMALES
AZUL FUERTE TYE: #4c7eb6ff; 
AZUL CLARO TYE: #28badbff;
================================
COLORES HSL
AZUL FUERTE TYE: hsla(212, 42%, 51%, 1); 
AZUL CLARO TYE: hsla(191, 71%, 51%, 1);
================================
COLORES RGB
AZUL FUERTE TYE: rgba(76, 126, 182, 1); 
AZUL CLARO TYE: rgba(40, 186, 219, 1);*/

/******** ESTILOS PRIMER SLIDER JD MARKETING ********/
/** titulo videos **/
.titulo-videos{
    color: #fff;
    font-size: 22px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
    font-weight: 500;
}

.portada{
    background: url("images/young-graphic-designer-working-in-office.jpg") no-repeat fixed center top;
    background-size: cover;
    margin: 0;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}
.card1 {
    background-color: rgba(253, 254, 255, 0.253);
    height: auto;
    width: auto;
    border-radius: 5px;
}
.title-form-cont{
    height: auto;
    width: auto;
    background-color: rgba(180, 180, 180, 0.425);
    padding: .4em;
    border-radius: 5px;
}
.title-form{
    text-align: center;
    font-size: large;
    font-weight: 600;
}
.card1 form label{
    margin-bottom: -0.2rem;
}
.card1 form input,
.card1 form textarea{
    width: 100%;
    height: min-content;
    padding: .2em;
    margin-bottom: -0.9rem;
    border: none;
    font-size: 10pt;
    background-color: rgb(255, 255, 255);
    outline: 0;
    color: #000;
    border-bottom: 1px solid #4d4c4c;
}
.card1 form button{
    margin-bottom: -0.9rem;
    margin-top: 0.5rem;
}

.btn:hover{
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
    opacity: 0.7;
}
.back{
    background-color: black;
}
.c-trabajamos{
    margin: 15px auto 5px;
    align-items: center;
}
.c-trabajamos .c-trabajamos-content{
    padding: 5px;
    margin-bottom: -5px;
    /*** Color fondo carta***/
    background: #000;
    /*** Color borde carta **/
    border: 2px solid black;
    border-radius: 5px;
    position:relative;
}
.c-trabajamos .description-serv{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.c-trabajamos-content .c-trabajamos-icon:before{
    content: "";
    /*** Color esquina detlle***/
    border-bottom: 16px solid white;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.c-trabajamos .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    /*** Color Nombre ***/
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.c-trabajamos .post{
    display: block;
    font-size: 14px;
    /*** Color Titulo**/
    color: #28bbdb;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    /*** Color indicador ***/
    background: #28bbdb;
}
/******** FIN ESTILOS PRIMER SLIDER JD MARKETING ********/

@media screen and (max-width:767.98px){
    /**** PRIMER SLIDER MÓVIL ****/
    /** Text**/
    .text{
        text-align: left;
    }
    .jd{
        color: #28badbff;
        font-size: 6rem;
        font-weight: 700;
        margin-bottom: -4vh;
        text-align: center;
    }
    .mkt{
        color: #28badbff;
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: -1vh;
        text-align: center;
    }
    .inbound{
        color: white;
        font-size: 2rem;
        margin-bottom: -1.6vh;
        text-shadow: -5px 2px 7px rgb(54, 53, 53);
        text-align: center;
        
    }
    .mas-light{
        color: rgba(40, 186, 219, 0.507);
        font-size: 6rem;
        margin-bottom: -2vh;
        text-align: center;
    }
    .prospectos{
        color: #28badbff;
        font-size: 1.2rem;
        margin-bottom: -24vh;
        text-align: center;
    }
    /** 7Texto**/
    /** Form **/
    .margen{
        margin-top: 25vh;
    }
    .img-margen{
        margin-left: 21rem;
    }
    /** /Form**/
    .img-contac{
        width: 18rem;
    }
    .img-contac:hover{
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
    }
    /**** FIN PRIMER SLIDER MÓVIL ****/
    /**** COMO TRABAJAMOS MÓVIL ****/
    .fondo-1 {
        width: 100%;
        height: 9vh;
        object-fit: cover;
    }
    /**** FIN COMO TRABAJAMOS MÓVIL****/

    /**** SESIÓN ESTRATÉGICA MÓVIL****/
    .fondo-2 {
        width: 100%;
        height: 60vh;
        object-fit: cover;
    }
    .img-estrategia{
        margin-top: -26vh;
        margin-left: 31vw;
        width: 66%;
    }
    .img-estrategia:hover{
        -webkit-transform:scale(1.05);
        transform:scale(1.05);
    }
    /**** FIN SESIÓN ESTRATÉGICA MÓVIL ****/
    .c-trabajamos-titulo{
        background-color: #28badbff;
        color: white;
        font-size: 25px;
        font-family: Roboto;
    }
    
    .c-trabajamos-btn{
        background: #28badbff;
        color: white;
        font-style: oblique;
        font-size: 25px;
        border-radius: 10px;
        margin-top: 10px;
        margin: 40px;
        padding: 0.5rem 0.2;
    }
}

@media screen and (min-width:768px) and (max-width:991.98px){
    /**** PRIMER SLIDER TABLET ****/
    /** Text**/
    .text{
        text-align: left;
    }
    .jd{
        color: #28badbff;
        font-size: 9rem;
        font-weight: 700;
        margin-bottom: -4.6vh;
    }
    .mkt{
        color: #28badbff;
        font-size: 6rem;
        font-weight: 700;
        margin-bottom: -2vh;
    }
    .inbound{
        color: white;
        font-size: 2.1rem;
        margin-bottom: -3.6vh;
    }
    .mas-light{
        color: rgba(40, 186, 219, 0.507);
        font-size: 10.6rem;
        margin-bottom: -2vh;
    }
    .prospectos{
        color: #28badbff;
        font-size: 1.5rem;
    }
    /** 7Texto**/
    /** Form **/
    .margen{
        margin-top: 25vh;
    }
    .img-margen{
        margin-left: 10rem;
    }
    /** /Form**/
    .img-contac{
        width: 18rem;
    }
    .img-contac:hover{
        -webkit-transform:scale(1.3);
        transform:scale(1.3);
    }
    /**** FIN PRIMER SLIDER TABLET ****/

    /**** COMO TRABAJAMOS TABLET ****/
    .fondo-1 {
        width: 100%;
        height: 12vh;
        object-fit: cover;
    }
    /**** FIN COMO TRABAJAMOS TABLET ****/

    
    /**** SESIÓN ESTRATÉGICA TABLET****/
    .fondo-2 {
        width: 100%;
        height: 32vh;
        object-fit: cover;
    }
    .img-estrategia{
        margin-top: -10vh;
        margin-left: 43vw;
        width: 58%;
    }
    .img-estrategia:hover{
        -webkit-transform:scale(1.05);
        transform:scale(1.05);
    }
    /**** FIN SESIÓN ESTRATÉGICA TABLET ****/
    
    .c-trabajamos-titulo{
        background-color: #28badbff;
        color: white;
        font-size: 35px;
        font-family: Roboto;
    }
    .c-trabajamos .description{
        font-size: 20px;
        font-style:normal;
        /*** Color letra ***/
        color: #28badb;
        line-height: 29px;
        margin: 0;
    }
    .c-trabajamos-btn{
        background: #4c7eb6ff;
        color: white;
        font-style: oblique;
        font-size: 20px;
        border-radius: 10px;
        margin-top: 10px;
        margin: 40px;
        padding: 0.5rem 0.4rem;
    }
}

@media (min-width: 900px){
    /**** PRIMER SLIDER DESKTOP ****/
    .fondo-p{
        width: 150%;
        height: 142vh;
        object-fit: cover;
        background-attachment: fixed;
        background-origin: content-box;
        background-clip: padding-box;
    }
    /** Text**/
    .text{
        text-align: left;
    }
    
    .jd{
        color: #28badbff;
        font-size: 10rem;
        font-weight: 600;
        margin-top: -5vh;
        margin-bottom: -7.5vh;
    }
    .mkt{
        color: #28badbff;
        font-size: 5rem;
        font-weight: 600;
        margin-bottom: -3.5vh;
    }
    .inbound{
        color: white;
        font-size: 3.4rem;
        margin-bottom: -3.6vh;
        line-height: 3.4rem;
        text-shadow: -2px 2px 5px rgb(112, 109, 109);
    }
    .mas-light{
        color: rgba(40, 186, 219, 0.507);
        font-size: 10.3rem;
        margin-bottom: -5.5vh;
    }
    .prospectos{
        color: #28badbff;
        font-size: 1.5rem;
        font-weight: 500;
    }
    /** Texto**/
    /** Form **/
    .margen{
        margin-top: 6.5vh;
    }
    .img-margen{
        margin-left: 10rem;
    }
    /** /Form**/
    .img-contac{
        width: 18rem;
    }
    .img-contac:hover{
        -webkit-transform:scale(1.05);
        transform:scale(1.05);
        opacity: 0.7;
    }
    /**** FIN PRIMER SLIDER DESKTOP ****/

    /**** COMO TRABAJAMOS DESKTOP ****/
    .fondo-1 {
        width: 100%;
        height: 38vh;
        object-fit: cover;
    }
    /**** FIN COMO TRABAJAMOS DESKTOP ****/

    /**** SESIÓN ESTRATÉGICA DESKTOP ****/
    .fondo-2 {
        width: 100%;
        height: 111vh;
        object-fit: cover;
        position: absolute;
    }
    .img-estrategia{
        margin-top: 76vh;
        margin-left: 39vw;
        margin-bottom: 13.2vh;
        width: 58%;
        position: relative;
    }
    .img-estrategia:hover{
        -webkit-transform:scale(1.02);
        transform:scale(1.02);
        opacity: 0.7;
    }
    /**** FIN SESIÓN ESTRATÉGICA DESKTOP ****/
    .c-trabajamos-titulo{
        background-color: #28badbff;
        color: white;
        font-size: 62px;
        font-family: Roboto;
    }
    .c-trabajamos .description{
        font-size: 23px;
        font-style:normal;
        /*** Color letra ***/
        color: #28badb;
        line-height: 40px;
        margin: 0;
    }
    .c-trabajamos-btn{
        background: #4c7eb6ff;
        color: white;
        font-style: oblique;
        font-size: 25px;
        border-radius: 10px;
        margin-top: 10px;
        margin: 40px;
        padding: 0.5rem 1.2rem;
    }
    
}