
/* general */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

/* colors */
:root {
    --pls-red: #D93743;
    --pls-yellow: #F0CA30;
    --pls-orange: #CA7645;
    --pls-blue: #8199CF;
    --pls-grape: #A080C7;
}

/* body fonts */
body {
    .montserrat-font {
    font-family: "Montserrat", sans-serif;
}
}

/* paragraph font */
p {
    font-size: 22px;
}

/* colores bg rlc*/
.bg-pls-red {
    background: #D93743;
}
.bg-pls-yellow {
    background: #F0CA30;
}
.bg-pls-orange {
    background: #CA7645;
}
.bg-pls-blue {
    background: #8199CF;
}
.bg-pls-grape {
    background: #A080C7;
}
.bg-gradient {
    /*background: #2A7B9B;
    background: linear-gradient(90deg,rgba(42, 123, 155, 1) 50%, rgba(87, 199, 133, 1) 50%);
    background: linear-gradient(90deg in oklab, #A080C7, #8199CF);
    background: linear-gradient(rgba(150, 195, 232, 1.5), rgba(231, 184, 211, 0.7)), url("../img/kindnesstreeIMG.png");
    background: linear-gradient(#e66465, #9198e5);
    background: linear-gradient(in oklab, blue, red);*/
    background: linear-gradient(90deg in oklab, blue, red);
}

/* colores text rlc*/
.text-pls-red {
    color: #D93743;
}
.text-pls-yellow {
    color: #F0CA30;
}
.text-pls-orange {
    color: #CA7645;
}
.text-pls-blue {
    color: #8199CF;
}
.text-pls-grape {
    color: #A080C7;
}


/* transp bg text */
.transp {
    background: rgba(255, 255, 255, 0.5);
}

/* transpdark bg text */
.transpdark {
    background: rgba(255, 255, 255, 0.8);
}
/*
.fondo-construc {
  background: linear-gradient(rgba(150, 195, 232, 1.5), rgba(231, 184, 211, 0.7)), url("../img/kindnesstreeIMG.png");
  background-size: cover;

  background-repeat: no-repeat;

  padding-top: 500px;

}
*/

@media only screen and (max-width:786px) {
 .fondo-construc {
   width: 100%;
 }  
 .fondo-construc {
   height: 70px;
 }
}


/* text around img */
.alinetext {
    text-align: justify;
}

.centrado {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical {
    display: flex;
    align-items: center;
}


.textaround img{
    display: flex;
    width: 40%;
    height: 40%;
    float: left;
    margin-right: 15px;
}

/* barra de redes sociales */
.social {
    position: fixed;
    top: 200px;
    z-index: 9999;
    left: 0;
}

#facebook a {
    background: rgba(59, 89, 152, 0.6);
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    width: 55px;
    transition: .4s ease all;
}
#facebook a:hover {
    background: #f9aaca;
    padding: 8px 23px;
}
#instagram a {
    background: rgba(195, 42, 163, 0.6);
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    width: 55px;
    transition: .4s ease all;
}
#instagram a:hover {
    background: #8ecd95;
    padding: 8px 23px;
}
#youtube a {
    background: rgba(196, 48, 43, 0.6);
    padding: 8px 17.5px;
    color: #fff;
    text-decoration: none;
    width: 55px;
    transition: .4s ease all;
}
#youtube a:hover {
    background: #f9aaca;
    padding: 8px 20.5px;
}
#whatsapp a {
    background: rgba(0, 187, 45, 0.6);
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    width: 55px;
    transition: .4s ease all;
}
#whatsapp a:hover {
    background: #8ecd95;
    padding: 8px 23px;
}
#email a {
    background: rgba(219, 74, 59, 0.6);
    padding: 8px 19px;
    color: #fff;
    text-decoration: none;
    width: 55px;
    transition: .4s ease all;
}
#email a:hover {
    background: #f9aaca;
    padding: 8px 22px;
}

.boton-menu {
    background: #BC1785;
    border-width: 2px;
    border-radius: 10px;
    border-color: #fff;
    color: #fff;
}

.boton-menu:hover {
    background: #fff;
    border-width: 2px;
    border-radius: 10px;
    border-color: #fff;
    color: #BC1785;
}

.boton-programa1 {
    background: #fff;
    border-width: 2px;
    border-radius: 10px;
    border-color: #333399;
    color: #333399;
}

.boton-programa1:hover {
    background: #333399;
    border-width: 2px;
    border-radius: 10px;
    border-color: #333399;
    color: #fff;
}

.boton-programa4 {
    background: #333399;
    border-width: 2px;
    border-radius: 10px;
    border-color: #333399;
    color: #fff;
}

.boton-programa4:hover {
    background: #fff;
    border-width: 2px;
    border-radius: 10px;
    border-color: #333399;
    color: #333399;
}

.boton-programa3 {
    background: #fff;
    border-width: 2px;
    border-radius: 10px;
    border-color: #BC1785;
    color: #BC1785;
}

.boton-programa3:hover {
    background: #BC1785;
    border-width: 2px;
    border-radius: 10px;
    border-color: #BC1785;
    color: #fff;
}

.boton-programa2 {
    background: #BC1785;
    border-width: 2px;
    border-radius: 10px;
    border-color: #BC1785;
    color: #fff;
}

.boton-programa2:hover {
    background: #fff;
    border-width: 2px;
    border-radius: 10px;
    border-color: #BC1785;
    color: #BC1785;
}

.boton-grande {
    background: #6B6B6B;
    border-width: 2px;
    border-radius: 10px;
    border-color: #6B6B6B;
    color: #fff;
}

.boton-grande:hover {
    background: #fff;
    border-width: 2px;
    border-radius: 10px;
    border-color: #6B6B6B;
    color: #6B6B6B;
}

/* trabajando header */
.trabajando-header {
    width: 100%;
    height: 105vh;
    background-image: url(../img/todosparauno2.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


/* contenido header */
.contenido-header {
    width: 100%;
    height: 80vh;
    background-image: url(../img/todosparauno2.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.contenido-header .fondo {
    width: 0%;
    height: 120%;
    max-width: 100%;
    background-image: url(../img/bienvenidos3.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;

}


/* Navbar */
.menu {
    background-color: var(--purple-medium);
    width: 100%;
    position: sticky;
    top: 0;
    padding: 5px;
    z-index: 999;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    margin-bottom: 60px;
}

.menu a{
    display: inline-block;
    padding: 10px 30px;
    font-size: 26px;
    background-color: var(--puerple-medium);
    margin: 0 10px;
    transition: .5s ease all;
    color: var(--gray-light);
    text-decoration: none;
}

.menu a:hover {
    transform: translateY(18px);
    background-color: var(--purple-light);
}

/* Nosotros */
.nosotros {
    margin-bottom: 60px;
}

.subtitulo {
    font-size: 20px;
    color: var(--grape);
    /*font-family: "Noto Serif", serif;*/
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
    /*margin-bottom: 20px;*/
}

.subtitulo span {
    background-color: #BC1785;
    /*padding: 0 15px;*/
    z-index: 99;
    position: relative;
}

.subtitulo::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 100%;
    background: #4db2e3;
    position: relative;
    top: -29px;
    z-index: 1;
}

.nosotros .titulo {
    width: 70%;
    font-size: 44px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 50px;
}

.nosotros .enlace {
    display: inline-block;
    margin-top: 40px;
    color: var(--purple-light);
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: .3s ease all;
}

.nosotros .enlace:hover {
    text-decoration: none;
    letter-spacing: 3px;
    border-bottom: 1px solid var(--purple-light);
}

/*productos */
.productos {
    background: var(--gray-light);
    padding: 20px;
    margin-bottom: 60px;
}

.productos .titulo {
    width: 70%;
    font-size: 44px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 50px;
}

.productos .producto {
    position: relative;
    width: 100%;
}

.productos .overlay {
    width: 0%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--purple-light);
    overflow: hidden;
    transition: .5s ease;
}

.productos .producto:hover .overlay {
    width: 100%;
    opacity: .8;
}

.productos .producto .overlay-texto {
    top: 50%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    color: var(--white);
    font-size: 18px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.productos .btn-productos {
    background-color: var(--purple-light);
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid transparent;
    transition: .3s ease;
}

.productos .btn-productos:hover {
    background-color: transparent;
    border: 2px solid var(--purple-light);
    color: var(--purple-light);
}

/* separador */
.separador {
    width: 100%;
    height: 250px;
    background-image: url(../img/marazul.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 60px;
}

.separador p {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /*font-family: 'Noto Serif', serif;*/
    padding: 10px;
}

/* separador2 */
.separador2 {
    width: 100%;
    height: 250px;
    background-image: url(../img/disfrutartrabajo.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 60px;
}

.separador2 p {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /*font-family: 'Noto Serif', serif;*/
    padding: 10px;
}

/* fondocontacto */
.fondocontacto {
    width: 90%;
    height: 100%;
    background-image: url(../img/bg_formularioEVL2023.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 10px;
}

/* fijar textarea */
textarea {
    min-height: 100px;
    max-height: 158px;
}


/* media screen fondocontacto (xs <576px, sm ≥576px, md ≥768px, lg ≥992px, xl ≥1200px, xxl ≥1400px) */

/*
@media (max-width: 767px) {
    .fondocontacto {
        height: 100%;
    }

}
*/


/* acerca de */
.acerca-de {
    margin-bottom: 60px;
}

/* galeria */
.galeria {
    margin-bottom: 60px;
}

.galeria img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contacto {
    margin-bottom: 60px;
}

.redes-sociales {
    padding: 10px;
    background-color: var(--purple-light);

}

.redes-sociales svg {
    padding: 5px;
    border-radius: 100%;
    width: 50px;
    transition: .3s ease all;
}

.redes-sociales svg:hover {
    transform: scale(1.2);
}

.nav div li:hover {
    transform: scale(1.2);
    color: #blue;
}

/* media query */
@media screen and max-width 992px {
    p {
        font-size: 18px;
    }
    .contenido-header .texto {
        font-size: 60px;
    }
    .menu a {
        font-size: 20px;
    }
    .nosotros .titulo,
    .productos .titulo {
        font-size: 30px;
    }
}



/* tarjetas equipo */
.card-pos {
    /*position: relative;*/
    transition: all ease .5s;
    transform-style: preserve-3d;
    transform: perspective(600px) rotateY(0deg);
}

.card-pos:hover  {
    -webkit-transform: perspective(600px) rotateY(180deg);
    -ms-transform: perspective(600px) rotateY(180deg);
    -o-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);

}

.card-pos .frontal, .card-pos .trasera {
    width: 100%;
    height: 100%;
    transition: all ease .5s;
}

.card-pos .frontal {
    display: block;
   backface-visibility: hidden;
}

.card-pos .trasera {
    /*position: absolute;*/
    transform: perspective(600px) rotateY(180deg);
    backface-visibility: hidden;
    /*overflow: auto;*/
}



/*  Tarjeta 3d modelo */
.contenedor {
    height: 370px;
    width: 270px;
    margin: auto;
    -webkit-perspective: 700;
}

.carta {
    height: 100%;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: .5s;
}

.carta:hover {
    transform: rotateY(180deg);
}

.Lado {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: absolute;
}

.frente {
    /*background: crimson;*/
}

.atras {
    /*background: green;*/
    transform: rotateY(180deg);
}

.img-equipo {
    width: 100%;
    height: 100%;
}

/* imagenes en programas */

.programa_diario {
    display: flex;
    width: 100%;
    max-height: 175px;
    justify-content: space-around;
    background-image: url(../img/uni/programa_diario.jpg);
    flex-wrap: wrap;
    object-fit: contain;

}

.card-wrapper {
    height:350px;
    width: 280px;
    border-radius: 10%;
    background-color: #fff;
    position:relative;
    margin: auto;
    border-color: blue;
    top: -70px;
    -webkit-perspective: 600px;
}

.content {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    transition: transform 0.3s;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-wrapper:hover .content {
    transform: rotateY(180deg);
    transition: 0.3s;
}

.face-front, .face-back {
    position: absolute;
    width: 92%;
    height: 92%;
    border-radius: 10%;
    background-color: #fff;
    color: black;
    backface-visibility: hidden;
}

.face-back {
    transform: rotateY(180deg);
}

