@charset "UTF-8";

/*!
 * Estilos Inspiracoop
 */
 body {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:1.2rem;
    background-color:#fff;
    color:#000;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
}
h1, h2, h3 {
    font-weight: 900;
}
a {
    text-decoration:underline;
    cursor: pointer;
    color:#fff;
}

p {
    line-height:1.5;
}
img {
    max-width:100%;
}
.negrita {
    font-weight:900;
}
.logo-cab {
    height:50px;
    margin-right:10px;
}
.verde-cab {
    font-size:1rem;
    color:#11d2a1;
    margin-top:10px;
    text-decoration:underline;
    text-decoration-color:#11d2a1;
}
.verde-cab:hover {
    color:#11d2a1;
    text-decoration:none;    
}
#texto-cab {
    margin-top:3rem;
    margin-right:50%;
}
#texto-cab h1 {
    color:#704ee7; 
    font-size:3rem;
    font-weight:400;
}
#texto-cab p {
    color:#11d2a1; 
    font-size:1rem;
}
.idiomas {
    margin-top:10px;
}
#banner-inspiracoop {
    margin-left:50%; 
    width:50%; 
    background-image:url('./img/banner-inspiracoop2.png'); 
    background-size:100%;
}
.boton-verde {
    background-color: transparent;
    border-radius:100px;
    justify-content: center;
    line-height: 20px;
    min-height: 40px;
    min-width: 300px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    color:#11d2a1;
    font-size:1.2rem;
}  
.boton-verde:hover {
    background-color: #11D2A1;
    color:#000;
}
#objetivos {
    font-size:0.8rem;
    font-weight:300;
    background-image:url('../img/lineas-numeros.png'); 
    background-repeat:no-repeat; 
    background-size:90%; 
    background-position:center top;
}
.numero-objetivos {
    font-size:5rem;
    font-weight:600;
    margin-bottom:0;
}
.numero-objetivos2 {
    font-size:1rem;
    font-weight:400;
    margin-bottom:0;
}
.linea-subrayado {
    background-image:url('../img/linea-subrayado.svg');
    background-repeat:no-repeat; 
    background-size:75px; 
    background-position:10px 17px;
}
#objetivos-col1 {
    padding-top:170px;
    max-width:520px;
}
#objetivos-col2 {
    padding-top:110px;
    max-width:520px;
}
#objetivos-col3 {
    padding-top:50px;
    max-width:520px;
}
.fotos-redondas p {
    text-align:center;
    color:#704ee8;
    font-size:0.9rem; 
    line-height:1.1 !important
}
.fotos-redondas img {
    width:100%;
    padding:7%;
    
}
#ventajas {
    padding:0 !important;
}

.boton-ir {
    background-color:#11d2a1;
    text-decoration:none;
    color:#704ee7;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    padding-left:2rem;
    padding-right:2rem;
    font-size:0.8rem;
    height:40px;
    border-radius:40px;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    
}
.enlace-pie {
    font-size:0.8rem;
    text-decoration:none;
    color:#000;
    cursor:pointer;
    display:block;
    line-height:1.4;
}
#pie {
    font-size:0.8rem;
    padding-bottom:3rem;
    font-weight:400;
    line-height:1.2;
}
#pie h3 {
    font-size:0.8rem;
    font-weight:300;
    color:#11d2a1;
}

.bocadillo_izq {
    width:100%; 
    position: relative;
    border-radius: 15px;
    padding:2rem;
    text-align: center;
    margin-bottom:3rem;
    border-bottom-left-radius:0 !important;
}
.bocadillo_izq::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 0;
    border-left: 0;
}
.bocadillo_der {
    width:100%; 
    position: relative;
    border-radius: 15px;
    padding:2rem;
    text-align: center;
    margin-bottom:3rem;
    border-bottom-right-radius:0 !important;
}
.bocadillo_der::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 0;
    border-right: 0;
}
#experiencia1 {
    background-color: #11D2A1;
}
#experiencia1::after {
    border-top-color: #11D2A1;
}
#experiencia2 {
    background-color: #704ee7;
   
}
#experiencia2::after {
    border-top-color: #704ee7;
}
#experiencia3 {
    background-color: #1f162e;
}
#experiencia3::after {
    border-top-color: #1f162e;
}
#experiencia4 {
    background-color: #11D2A1;
}
#experiencia4::after {
    border-top-color: #11D2A1;
}

.marquesina {
    background-color:#704ee7;
    padding-top:5px; 
    padding-bottom:7px; 
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    width:100%;
    
}
.marquesina-izquierda {
    display: inline-block;
    font-size: 20px;
    position: relative;
    left: 0%;
    animation: marquee-left 20s linear infinite;
    color:#fff;
}
.marquesina-derecha {
    display: inline-block;
    font-size: 20px;
    position: relative;
    left: -50%;
    animation: marquee-right 20s linear infinite;
    color:#fff;
}
@keyframes marquee-left {
    0%   { left: 0%; }
    100% { left: -50%; }
}
@keyframes marquee-right {
    0%   { left: -50%; }
    100% { left: 0%; }
}


.container222 {
    width:90%;
    margin-left:5%;
}

/* Estilos para pantallas grandes  */
@media (max-width:1400px) {

}


/* Estilos para pantallas medias */
@media (max-width:1200px) {
    #texto-cab {
        margin-right:0 !important;
    }
    .boton-verde {
        margin-left:80px;
        font-size:1.6rem;
        padding:1rem;
        border-width:4px;
    }
}


/* Estilos para pantallas medias */
@media (max-width:996px) {
    #banner-inspiracoop {
        margin-left:0% !important; 
        width:100% !important; 
    }
    #objetivos {
        background: none;
    }
    #objetivos-col1 {
        padding-top:0px;
    }
    #objetivos-col2 {
        padding-top:0px;
    }
    #objetivos-col3 {
        padding-top:0px;
    }
    .numero-objetivos {
        font-size:6rem;
        font-weight:600;
    }
    #celda-buscas-inspiracion {
        background-image:url('../img/estrella-inspiracion.png');
        background-repeat:no-repeat; 
        background-size:50px; 
        background-position:90% 90%;
    }
    
}

/* Estilos para dispositivos móviles y tabletas */
@media (max-width: 768px) {
    body {
        font-size: 1.3rem;
        overflow-x:hidden;
    }
    h1 {
        font-size:2rem !important;
    }       
    .boton-verde {
        font-size:1.2rem !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .verde-cab {
        display:none;
    }
    .idiomas {
        position:absolute;
        top:15px;
        right:10px;
    }
    #celda-buscas-inspiracion {
        background-image:url('../img/lineas-inspiracion-movil.png');
        background-repeat:no-repeat; 
        background-size:auto 100%; 
        background-position:center center
    }
    #flecha-recursos {
        transform: rotate(90deg);
    }
    #experiencia2 {
        background-size:120% 80% !important;
    }
    #experiencia3 {
        background-size:120% 80% !important;
    }
}
