.elementor-2695 .elementor-element.elementor-element-ac41236{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-25b89ed */@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Book.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Ultra.otf');
    font-weight: 900;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham Italic.otf');
    font-style: italic;
}
    
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.flipbox {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-family: "Gotham", sans-serif;
    padding: 40px 20px;
}


.cards-grid {
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 35px;
}

.container {
    min-width: auto;
    min-height: 450px;
    border-radius: 20px;
    position: relative;
    transition: 1.5s ease-in-out;
    transform-style: preserve-3d;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
     }
}

@media (max-width: 600px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }
}

.copyright.show {
  display: none !important;
}

.side {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    color: #002547;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    border-radius: 20px 0px 20px 0px;
    border: solid 2px;
}

.container1{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    height: 450px;
}

.container1 h1{
    color: #0234a5;
    font-weight: 900;
    font-style: italic;
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 43px;

}

.container1 p {
    font-size: 15px;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif;
  }

.content {
  line-height: 1.5em;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.linea-encuentro {
    width: 100px !important;
    height: 3px !important;
    background-color: #0234a5 !important;
    border: none !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.content h1 {
    position: relative;
    font-size: 1.3rem;
}

.content p {
    margin-top: 30px;
    line-height: 1.6em;
}

.content .titulo {
    margin-top: 30px;
    line-height: 23px;
    font-size: 22px;
    font-weight: bolder;
    padding-left: 20px;
    padding-right: 20px;
}

.content .icon {
    width: 30%;
}
.content h2:before {
    content: "";
    position: absolute;
    bottom: 60px;
    height: 3px;
    background-color: #0234a5;
    width: 110px;
    left: 50%;
    transform: translate(-50%, -100px);
}


.front.side .touch {
    position: absolute;
    bottom: 20px;  
    right: 25px;   
    width: 35px;   
    height: auto;
}

.front {
    z-index: 2;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back {
    background-color: #222;
    transform: rotateY(180deg);
    z-index: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.container:hover {
    transform: rotateY(180deg);
}

        
.cards .front {
  background-image: url('https://encuentrosostenibilidad.cedia.edu.ec/wp-content/uploads/2026/06/fondo-1.svg');
  background-color: #f8fffe;

  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat;
}

.cards .back { background-image: url('https://encuentrosostenibilidad.cedia.edu.ec/wp-content/uploads/2026/06/fondo-2.svg'); background-color: #f8fffe; }

.back .content p {
    margin-top: 20px;
    font-size: 15px;
    text-align: start;
    padding-left: 20px;
    padding-right: 20px;
}

.back .content li {
    margin-top: 20px;
    font-size: 15px;
    text-align: start;
}


.back .content ul {
    padding-left: 40px;
    padding-right: 40px;
}

.content.id_6 img {
  width: 35px;
}

.content.id_7 img {
  width: 56px;
}

.content.id_2 img {
  width: 54px;
}

.back h1 {
    margin: 0;
    font-size: 2.3rem;
    font-weight: bolder;
    line-height: 1.6;
}/* End custom CSS */