/*
 * Custom code goes here.
 */
@import "../fonts/circular/circular.css";
@import "../fonts/fontawesome/css/all.min.css";
/*Helpers*/

:root {
    /* Colors: */
    --primary-color: #006d4e;
    --ligth-primary-color: #4ed176;
    --secundary-color: #079def;
    --ligth-secundary-color: #52deff;
    --third-color: #ff7150;
    --ligth-third-color: #ff9c9c;
    --fourth-color: #ff9fcf;
    --ligth-fourth-color: #ffbdde;

    --skyblue-color: #2ab5df;
    --wet-asphalt-color: #40516f;
    --light-color: #f0f6fd;
    --white-smoke-color: #f1f2f7;
}
p {
    font-size: 1.1em;
    margin-bottom: 5px !important;
}
body {
    color: #4f4f4f;
    font-family: "Circular", "Arial", sans-serif;
}
.center{
    text-align: center;
}
.align-right {
    text-align: right;
}
.marginFluid {
    margin-left: 15px;
    margin-right: 15px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.vertical-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.verticalFull {
    height: 100vh;
}

/*Helpers*/

.text-primary,
.hover\:text-primary:hover {
    color: var(--primary-color);
}
.bg-primary,
.hover\:bg-primary:hover {
    background-color: var(--primary-color);
}
.border-primary,
.hover\:border-primary:hover {
    border-color: var(--primary-color);
}

.text-ligth-primary,
.hover\:text-ligth-primary:hover {
    color: var(--ligth-primary-color);
}
.bg-ligth-primary,
.hover\:bg-ligth-primary:hover {
    background-color: var(--ligth-primary-color);
}
.border-ligth-primary,
.hover\:border-ligth-primary:hover {
    border-color: var(--ligth-primary-color);
}

.text-secundary,
.hover\:text-secundary:hover {
    color: var(--secundary-color);
}
.bg-secundary,
.hover\:bg-secundary:hover {
    background-color: var(--secundary-color);
}
.border-secundary,
.hover\:border-secundary:hover {
    border-color: var(--secundary-color);
}

.text-ligth-secundary,
.hover\:text-ligth-secundary:hover {
    color: var(--ligth-secundary-color);
}
.bg-ligth-secundary,
.hover\:bg-ligth-secundary:hover {
    background-color: var(--ligth-secundary-color);
}
.border-ligth-secundary,
.hover\:border-ligth-secundary:hover {
    border-color: var(--ligth-secundary-color);
}

.text-third,
.hover\:text-third:hover {
    color: var(--third-color);
}
.bg-third,
.hover\:bg-third:hover {
    background-color: var(--third-color);
}
.border-third,
.hover\:border-third:hover {
    border-color: var(--third-color);
}

.text-ligth-third,
.hover\:text-ligth-third:hover {
    color: var(--ligth-third-color);
}
.bg-ligth-third,
.hover\:bg-ligth-third:hover {
    background-color: var(--ligth-third-color);
}
.border-ligth-third,
.hover\:border-ligth-third:hover {
    border-color: var(--ligth-third-color);
}

.text-fourth,
.hover\:text-fourth:hover {
    color: var(--fourth-color);
}
.bg-fourth,
.hover\:bg-fourth:hover {
    background-color: var(--fourth-color);
}
.border-fourth,
.hover\:border-fourth:hover {
    border-color: var(--fourth-color);
}

.text-ligth-fourth,
.hover\:text-ligth-fourth:hover {
    color: var(--ligth-fourth-color);
}
.bg-ligth-fourth,
.hover\:bg-ligth-fourth:hover {
    background-color: var(--ligth-fourth-color);
}
.border-ligth-fourth,
.hover\:border-ligth-fourth:hover {
    border-color: var(--ligth-fourth-color);
}

.text-skyblue,
.hover\:text-skyblue:hover {
    color: var(--skyblue-color);
}
.bg-skyblue,
.hover\:bg-skyblue:hover {
    background-color: var(--skyblue-color);
}
.border-skyblue,
.hover\:border-skyblue:hover {
    border-color: var(--skyblue-color);
}

.text-wet-asphalt,
.hover\:text-wet-asphalt:hover {
    color: var(--wet-asphalt-color);
}
.bg-wet-asphalt,
.hover\:bg-wet-asphalt:hover {
    background-color: var(--wet-asphalt-color);
}
.border-wet-asphalt,
.hover\:border-wet-asphalt:hover {
    border-color: var(--wet-asphalt-color);
}

.text-light,
.hover\:text-light:hover {
    color: var(--light-color);
}
.bg-light,
.hover\:bg-light:hover {
    background-color: var(--light-color);
}
.border-light,
.hover\:border-light:hover {
    border-color: var(--light-color);
}

.text-white-smoke,
.hover\:text-white-smoke:hover {
    color: var(--white-smoke-color);
}
.bg-white-smoke,
.hover\:bg-white-smoke:hover {
    background-color: var(--white-smoke-color);
}
.border-white-smoke,
.hover\:border-white-smoke:hover {
    border-color: var(--white-smoke-color);
}

/* MENU */
.new-submenu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    min-height: 100vh;
    min-height: calc(100vh - 82px);
    min-height: calc(100vh - 55px);
}

.new-submenu .Menu:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 23.5%;
    border-width: 0px 10px 12px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
}

.new-submenu .Menu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: var(--primary-color);
    background: #fff;
    border-radius: 20px;
}

.new-submenu .Menu .title {
    color: #333;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px 17.66px 25px;
    border-radius: 20px 20px 0px 0px;
}

.new-submenu .Menu ul > li:first-child {
    font-weight: bold;
    margin-bottom: 15px;
}

.new-submenu a {
    color: var(--primary-color);
}

/* HOME */
.list-sinergia li {
    display: flex;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.list-sinergia li::before {
    content: "";
    flex: none;
    width: 1.5em;
    height: 1em;
    background-image: url("../img/favicon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    right: 0.5em;
}

/* GENERAL  */
.main-content p,
.main-content ul,
.main-content ol {
    margin-bottom: 1em;
}

.herramientas-digitales {
    padding-top: 120px;
    padding-bottom: 20px;
}

.herramientas-digitales > div {
    padding-top: 30px;
    padding-bottom: 30px;
}

.herramientas-digitales a {
    display: block;
    transition: all ease-in-out 0.3s;
    border-radius: 30px;
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    padding: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.herramientas-digitales a:hover {
    transform: translateY(-10px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.herramientas-digitales h4 {
    color: var(--secundary-color);
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.15;
    margin: 25px 0 15px;
}

.herramientas-digitales figure {
    margin: 0;
}

.herramientas-digitales figure img {
    border-radius: 20px;
}

.product-description-blocks ul {
    margin-left: 3.5rem;
    list-style: none;
}

.product-description-blocks p{
    margin-left: 3.5rem;
}

.product-description-blocks ul li {
    position: relative;
}

.product-description-blocks ul li:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: -0.75rem;
    background: var(--primary-color);
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.product-description-blocks > div h3,
.product-description-blocks > div h2 {
    color: var(--primary-color) !important;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.5rem;
}

.product-description-blocks > div h3:before,
.product-description-blocks > div h2:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 1rem;
}

.product-description-blocks > div:nth-child(4n + 2) h3:before,
.product-description-blocks > div:nth-child(4n + 2) h2:before {
    background: var(--ligth-secundary-color);
    border-bottom-left-radius: 99999px;
}

.product-description-blocks > div:nth-child(4n + 3) h3:before,
.product-description-blocks > div:nth-child(4n + 3) h2:before {
    background: var(--ligth-primary-color);
    border-top-left-radius: 99999px;
}
.product-description-blocks > div:nth-child(4n + 4) h3:before,
.product-description-blocks > div:nth-child(4n + 4) h2:before {
    background: var(--ligth-third-color);
    border-bottom-left-radius: 99999px;
}
.product-description-blocks > div:nth-child(4n + 1) h3:before,
.product-description-blocks > div:nth-child(4n + 1) h2:before {
    background: var(--third-color);
    border-top-left-radius: 99999px;
}

#aside_menu {
    overflow-y: scroll;
    overflow-x: hidden;
}

/* width */
#aside_menu::-webkit-scrollbar {
    width: 6px;
}

/* Track */
#aside_menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* Handle */
#aside_menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
#aside_menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/**SOC**/

/****HOME*****/
.slideBanner {
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.3);
    height: 95vh !important;
    background-position: top;
}
.tituloSlider {
    color: white;
    font-size: 2.5em;
    text-align: left;
    line-height: 1;
    padding-left: 25vh;
}
.tituloSlider strong {
    font-size: 1.5em;
}
.contentGif {
    background-color: #fff;
    border:1px solid #f9f9f9;
    border-radius: 10px;
    position: fixed;
    height: 380px;
    width: 350px;
    bottom: 0;
    right: 0px;
    z-index: 100;
    font-size: 12px;
    line-height: 1.2;
    font-size: #4d4d4d;
}
.contentGif strong {
    color: var(--primary-color);
    font-weight: 600;
}
.espacioContentGif{
    padding: 20px;
}
.controlesSimulador{
    background: #4ed176;
    border: 1px solid  #4ed176;
    color: white;
    font-weight: 600;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    display: inline-block;
    text-align: right;
    width: 100%;
}
.controlesSimulador span{
    float: left;
}
.minimizar{
    cursor: pointer;
    display: inline-block;
    width: 15px;
}
.cerrar{
    cursor: pointer;
    display: inline-block;
    width: 15px;
    margin-left: 10px;
}
.plecaBlanca {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    height: 10vh;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.botonSimulacion {
    background-color: var(--ligth-primary-color);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}
.botonSimulacion2 {
    background-color: #f1fcf3;
    border-radius: 10px;
    color: var(--ligth-primary-color);
    font-weight: 600;
    padding: 10px;
    text-align: center;
}
.imgSmall {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin: 30px auto 20px;
    animation: bounce 5s infinite;
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(0);
    }
    70% {
        transform: translateY(-3px);
    }
}
.sectionVideo {
    background-color: #f9f9f9;
}
.bgMockup {
    background: url(../img/laptop.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 850px;
    height: 500px;
    display: flex;
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    position: relative;
    margin: 0 auto;
}
.videoMockup {
    background: black;
    width: 645px;
    height: 425px;
}
.cardAsesorias {
    padding: 0px;
    border-radius: 10px;
}
.contentCard {
    background-color: #fcfcfc;
    border: 1px solid #fcfcfc;
    border-radius: 10px;
    color: var(--primary-color);
    position: relative;
    margin-top: -10px;
    padding: 20px 0px 0 0px !important;
    height: 245px;
}
.contentCard p {
    max-width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 10px;
}
.verMas {
    background-color: var(--ligth-primary-color);
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    padding: 10px;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
/*    border-top-left-radius: 10px;*/
/*    border-bottom-right-radius: 10px;*/
    border-radius: 9999px;
    transition: all 300ms cubic-bezier(0.5, 0.25, 0.5, 0.75);
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75);
    position: absolute;
    bottom: 0;
}
.verMas:hover {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
    transition: all 300ms cubic-bezier(0.5, 0.25, 0.5, 0.75);
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75);
}
.verMas a {
    text-decoration: none;
}
.plecaEffecto {
    background-color: var(--primary-color);
    border-top-right-radius: 40px;
    color: #ffffff;
    font-weight: 600;
    font-size: 25px;
    width: 55%;
    padding: 50px 100px;
    transition: all 300ms cubic-bezier(0.5, 0.25, 0.5, 0.75);
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75);
}
.cardSimulador {
    background: rgb(7, 95, 70);
    background: -moz-linear-gradient(
        180deg,
        rgba(7, 95, 70, 1) 0%,
        rgba(77, 209, 118, 1) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(7, 95, 70, 1) 0%,
        rgba(77, 209, 118, 1) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(7, 95, 70, 1) 0%,
        rgba(77, 209, 118, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#075f46",endColorstr="#4dd176",GradientType=1);
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    position: relative;
    padding: 5px;
    line-height: 1.2;
    margin-top: 30px;
}
.esfera {
    width: 70px;
    margin: 10px auto;
}
.topSimula{
    margin-top: -100px;
}
#map{
    border-radius: 20px;
    height: 250px;
}

@media screen and (min-width: 768px) {
    #map{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        height: 500px;
    }
}

.cardMap{
    background-color: #006d4e;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 300px;
}
.tituloMap{
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    line-height: 1.2;
}
.asistente{
    margin: 0 auto;
}
.asistente img{
    width: 180px;
}
.botonBuscar{
    background-color: white;
    border-radius: 5px;
    color: #006d4e;
    font-weight: 800;
    padding: 10px 30px;
}
.contentBuscar{
    margin: 20px auto;
    text-align: center;
}
.logoGris img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    opacity: 0.35;
    transition: all 300ms cubic-bezier(0.5, 0.25, 0.5, 0.75);
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75); 
}

.logoGris img:hover {
    filter: grayscale(0%); 
    transition: all 300ms cubic-bezier(0.5, 0.25, 0.5, 0.75);
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75);
    opacity: 1;
}
.slider-reverse img {
    filter: grayscale(100%);
    transition: filter 0.3s ease; 
    opacity: 0.35;
    transition: all 300ms cubic-bezier(0.5, 0.25, 0.5, 0.75);
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75);
}

.slider-reverse img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transition: all 300ms cubic-bezier(0.5, 0.25, 0.5, 0.75);
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75);
}


/****NOSOTROS*****/
.imagenSlide {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.bgSlide {
    background: url(../img/quienes/Foto-grupal-sin-branding.webp);
    background-size: cover;
    height: 95vh;
}
.titulo {
    color: var(--primary-color);
    font-size: 2.5em;
    font-weight: 800;
}
.titulo2 {
    color: var(--primary-color);
    font-size: 2em;
    font-weight: 800;
}
.textoSoc {
    font-size: 1.2em;
}
.coverVideo {
    border-radius: 20px;
}
.plecaReproducir {
    background-color: rgba(0, 0, 0, 0.65);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 50px;
    width: 95%;
}
.plecaReproducir img {
    vertical-align: middle;
    display: inline;
    margin-right: 10px;
    width: 30px;
}
.plecaReproducir p {
    color: white;
    display: inline;
}
.listSoc {
    color: var(--primary-color);
    font-weight: 700;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    justify-content: center;
    border: 1px solid #f9f9f9;
    border-radius: 15px;
    text-align: center;
    margin: 10px 0;
    height: 150px;
    transition: all 300ms cubic-bezier(0.5, 0.25, 0.5, 0.75);
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75);
}

@media screen and (min-width:768px) {
    .listSoc{
        margin: 50px 0 0;
    }
}

.listSoc:hover {
    box-shadow: 0px 0px 6px #e9e9e9;
    transition: all 300ms cubic-bezier(0.5, 0.25, 0.5, 0.75); /* custom */
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75); /* custom */
}
.iconoList {
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 10px;
    width: 40px;
    margin: 10px auto;
}
.bgGris {
    background: #fdfdfd;
}
.smallCard {
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    border-radius: 15px;
    font-size: 1.1em;
    font-weight: 400;
}
.largeCard {
    background-color: #fdfdfd;
    border: 1px solid #f3f3f3;
    border-radius: 15px;
    font-weight: 400;
}

#faqs ul{
    margin-bottom: 1em;
    padding-left: 1.25em;
    list-style-type: disc;
}

.footerSoc {
    background: #fdfdfd;
    border: 1px solid #f3f3f3;
}
.menuFooter ul{
    font-size: 1em;
    display: none;
}

.footer-toggle{
    position: relative;
}

.footer-toggle:after{
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    color: var(--primary-color);
    display: inline-block;
    position: absolute;
    font-weight: 600;
    right: 16px;
}

@media screen and (min-width:768px){
    .menuFooter ul{
        display: block;
    }

    .footer-toggle:after{
        display: none; 
    }
}

.menuFooter strong {
    color: var(--primary-color);
    font-weight: 600;
}
.logoFooter {
    width: 15vw;
}
.logoFooter2 {
    width: 10vw;
}
.listFooter {
    text-align: center;
}
.listFooter li {
    color: var(--primary-color);
    font-weight: 600;
    display: inline-block;
    padding: 10px;
}
.copy {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 0 5px;
}
.copy p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 10px 0px 0px;
}
.listSociales li {
    display: inline-block;
    padding: 5px 10px 0;
    text-align: right;
}
.listSociales li img {
    background-color: white;
    border-radius: 5px;
    width: 30px;
    padding: 2px;
}


.flip-card{
    position: relative;
    min-height:250px; }

.flip-card > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}

.flip-card .front {
  transform: rotateY(0deg);
}

.flip-card .back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
}

.flip-card:hover .front {
  transform: rotateY(-180deg);
}

.flip-card:hover .back {
  transform: rotateY(0deg);
}

#main-slider-wrapper{
    max-width: 100% !important;
}