
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
}
html{
    scroll-behavior: smooth;
}
.resolucion {
    width: 99%;
}

/**Escritorio**/
@media (min-width: 1024px) {
    .tablet {
        display: none;
    }
    .movil {
        display: none;
    }
header {
    width: 100%;
    height: 90px;
    background-color: #feebd0;
}
.interior {
    max-width: 100%;
    padding: 0 10px;
    margin: auto;
}
.logo {
    float: left;
    padding: 0px 20px ;
}
.logo img {
    height: 90px;
}
.logo img:hover {
    transform: scale(1.1);
}
.navegacion {
    float: right;
    display: flex;
    align-items: center;
    min-height: 90px;
    z-index: 1000;
}
.navegacion ul {
    list-style: none;
    padding: 10px;
}
.navegacion ul li {
    display: inline-block;
    position: relative;
    transition: .3s linear;
    z-index: 1000;
}
.navegacion ul li:hover {
    transform: scale(1.1);
}
.navegacion ul li a {
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    padding: 12px 20px;
    transition: .3s linear;
}
.navegacion ul li a:hover {
    color: #ffffff;
}

#hero {
    min-height: 40vh;
    position: relative;
}

main {
    display: block;
}
.promo {
    width:  90%;
    padding-top: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    position: relative;
    z-index: 2;
}
.promo img{
    margin-top: 5px;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;    
    width: 70px;
}
.Fond {
    background-color: #A8BCC6;
    border-radius: 0 0 10px 10px;
    padding: 5px;
    margin: 0px;
    color: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}
video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.capa {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    mix-blend-mode: overlay;
    background: rgba(0, 0, 0, 0);

}




.encabezado-principal{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0;
}
.encabezado-principal h1{
    font-size: 50px;
}
.encabezado-principal h2{
    font-size: 30px;
}
.portada-nosotros{
    padding: 10px 100px;
    width: 100%;
    height: 300px;
}
.nos{
    width: 100%;
    height: 100%;
}
.fundacion{
    width: 100%;
    padding: 20px 20% 50px 20%;
    /* padding-left: 20%;
    padding-right: 20%; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.fundacion p{
    font-size: 30px;
    text-align: justify;
    line-height: 40px;
    margin: 10px 0 ;
}
.fundacion hr{
    text-align: center;
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
}
.encabezado-principal    hr {
    text-align: center;
    width: 30px;
    height: 4px;
    background-color: black;
    margin: 5px 0;
  }
  .val {
    width: 190px;
    height: 120px;
    background-color: #eee;
    text-align: center;
    border: 10px solid #eee;
    border-radius: 20px;
    -webkit-box-shadow: inset 5px 5px 10px #bbb, inset -5px -5px 10px #fff;
            box-shadow: inset 5px 5px 10px #bbb, inset -5px -5px 10px #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .val:hover {
    height: 254px;
  }
  
  .emoj {
    width: 60px;
    height: 60px;
    color: red;
    font-size: 30px;
    background-color: #eee;
    margin: 20px auto;
    padding: 5px;
    border-radius: 50%;
    -webkit-box-shadow: 8px 8px 10px #ddd, -8px -8px 10px #fff;
            box-shadow: 8px 8px 10px #ddd, -8px -8px 10px #fff;
  }
  
  .content {
    color: #999;
    background-color: #eee;
    padding: 10px;
    margin: 5px 20px;
    border-radius: 8px;
    -webkit-box-shadow: 8px 8px 10px #ddd, -8px -8px 10px #fff;
            box-shadow: 8px 8px 10px #ddd, -8px -8px 10px #fff;
    -webkit-transform: translateY(-80px) scale(0);
        -ms-transform: translateY(-80px) scale(0);
            transform: translateY(-80px) scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .val:hover .content {
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1)
  }
  
  .content h3 {
    text-shadow: 2px 2px 0px #fff;
  }

  .card-val {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-box-shadow: 0 0 0 5px #ffffff80;
            box-shadow: 0 0 0 5px #ffffff80;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .card-val svg {
    width: 80px;
    /* fill: #333; */
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .card-val:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 8px 16px rgba(255, 255, 255, 0.8);
            box-shadow: 0 8px 16px rgba(255, 255, 255, 0.8);
  }
  
  .card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f2f2f2;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .card-val:hover .card__content {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  
  .card__title {
    margin: 0;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
  }
  
  .card-val:hover svg {
    scale: 0;
  }
  
  .card__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
  }
  

  .flex-equipo{
	width: 100%;
	height: auto;
	margin: 10px auto;
	display:-webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-left: 5%;
    padding-right: 5%;
}
.flex-item{
	display: inherit;
	width:400px;
	height:500px;
	background-color:#ccc;
	margin:5px;
}
.team {
    display: inherit;
	width: 300px;
	height:300px;
	background-color:#ffffff;
	margin:5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
            box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
}
.flex-item p{
	width:100%; 
	text-align:center; 
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;  
	margin:0; }

.flex-container.nowrap{
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
}
.team img{
    width: 100%;
    height: 90%;    
    padding: 0 30px;
}
.perfil {
    width: 300px;
    height: 400px;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  
  .card-heredado {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.999s;
    transition: -webkit-transform 0.999s;
    transition: transform 0.999s;
    transition: transform 0.999s, -webkit-transform 0.999s;
  }
  
  .perfil:hover .card-heredado {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  
  .card-front,
  .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: inherit;
	width: 300px;
	height:400px;
	background-color:#ffffff;
	margin:5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
            box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }
  
  .card-front {
    
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.card-front img{
    width: 90%;
    height: 70%;
}
.linked{
    display: flex;
    flex-direction: row;
}
.card-back {
    background-color: #ffdbbb;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    padding: 20px;
  }

.valores{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #ffecdb;
}
.encabeza{
    width: 100%;
    height: auto;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}
.encabeza h2{
    font-size: 50px;
    color: #000000;
}
.cart {
    --bg: #ffffff;
    --hover-bg: #ffffff;
    --hover-text: #000000;
    width: 100px;
    height: 100px;
    text-align: center;
    background: var(--bg);
    padding: 15px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    transition: .3s cubic-bezier(.6,.4,0,1),transform .15s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
  }
  .cart > :not(span) {
    transition: .3s cubic-bezier(.6,.4,0,1);
  }
  
  .cart > strong {
    display: block;
    font-size: 1.4rem;
  }
  
  .cart span {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--hover-text);
    border-radius: 5px;
    font-weight: bold;
    top: 100%;
    transition: all .3s cubic-bezier(.6,.4,0,1);
  }
  
  .cart:hover span {
    top: 0;
    font-size: 1em;
  }
  
  .cart:hover {
    background: var(--hover-bg);
  }
  
  .cart:hover>div,.card:hover>strong {
    opacity: 0;
  }
.circulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.circulo p{
    display: flex;
    font-size: 25px;
    justify-content: center;
    color: #ffffff;
    /* align-items: center; */
}
.circulo svg{
    background-color: #ffffff;
    border-radius: 100%;
    padding: 30px;
}
.contenido{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.vision{
    width: 100%;
    height: 80vh;
    background-color: #ffdbbb;
    padding: 30px;
    margin: 20px 0;
}
.mis{
    width: 100%;
    height: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.alianzas{
    width: 100%;
    height: 350px;
    background-color: #ffecdb;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 50px 0;
}

.alianzas hr {
    text-align: center;
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
  }
.logos{
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.logos img{
    width: 150px;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.999s;
    transition: -webkit-transform 0.999s;
    transition: transform 0.999s;
    transition: transform 0.999s, -webkit-transform 0.999s;
}

.logos img:hover {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.confi{
    width: 100%;
    display: flex;
    justify-content: center;
}
.confi h2{
    font-size: 40px;
}
.enfo{
    width: 100%;
    display: flex;
    justify-content: center;
}
.enfo h2{
    font-size: 50px;
}
.enfoque{
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
}
.enfoques{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;

}
.enfoques img{
    width: 100%;
}
.enfoques p{
    font-size: 20px;
    margin-bottom: 30px;
}
.ade{    
    text-align: end;
}
.adentro{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.adentro h2{
    font-size: 30px;
    margin-left: 30px;
}
.afuera{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.afuera h2{
    font-size: 30px;
    margin-right: 30px;
}
.afu{
    text-align: start ;
}

footer {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}
.section {
    width: 20%;
    box-sizing: border-box;
}
.section img{
    max-width: 100%;
    margin-bottom: 1px;
}
.section svg{
    margin: 0 30px;
    cursor: pointer;
}
.section h2{
    font-size: 20px;
    margin: 0 0 20px 0;
}
.section li{
    font-size: 15px;
    list-style: none;
    color: #000000;
    margin: 10px 0;
    text-decoration: none;
}
.section a{
    text-decoration: none;
    color: #000000;
}


/*Footer de bolas GC*/   
.pie{    
    background-color: #de7f3700;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footeer{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(255, 255, 255);
    border-radius: 500px;    
    transition: transform 15s ease;
}
.foote1{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px #fa965894;
    border-radius: 50px;
}
.foote2{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgb(83, 83, 83);
    border-radius: 100px;
}
.foote3{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 64, 255, 0.607);
    border-radius: 100px;
}
.foote4{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(255, 0, 0, 0.436);
    border-radius: 100px;
}
.foote5{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(190, 108, 0);
    border-radius: 100px;
}.foote6{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(251, 0, 255, 0.436);
    border-radius: 100px;
}
.foote7{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 255, 30, 0.372);
    border-radius: 100px;
}
.foote8{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(9, 230, 255, 0.664);
    border-radius: 100px;
}
.grupo-2{
    /* background-color: #de7f377d; */
    padding: 0 10px 10px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
}
.grupo-3 small{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.grupo-3{
    width: 100%;
    background-color: #de7f377d;
    padding: 15px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
}

}


/* Inicio de Resolucion en Telefono */
@media (max-width: 767px) {
.desktop {
        display: none;
    }

    .tablet {
        display: none;
    }

    .navbar.desktop-list {
        display: none;
    }

    .mobile-list {
        display: block;
        color: whitesmoke;
        position: fixed;
        /* position:sticky; */
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: 100px;
        background-color: #ffdbbd;
        z-index: 10;
    }

    .navbar {
        padding: 10px 20px;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #ffff;
        z-index: 10;
        position: static;
    }

    .ctn {
        padding: 8px 20px;
        background-color: aquamarine;
    }

    .navbar ul li {
        display: inline-block;
        margin: 0 30px;
        color: #000;
    }

    a {
        text-decoration: none;
        font-size: 20px;
        color: #000;

    }

    .logo {
        width: 150px;
        color: aqua;
        display: flex;
        justify-content: center;
        align-items: center;
    }


#hero {
    min-height: 20vh;
    position: relative;
}

main {
    display: block;
}
.promo {
    width:  100%;
    padding-top: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    position: relative;
    z-index: 2;
}
.promo img{
    margin-top: 5px;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;    
    width: 100px;
}
.Fond {
    background-color: #A8BCC6;
    border-radius: 0 0 10px 10px;
    padding: 5px;
    margin: 0px;
    color: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}
video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.capa {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    mix-blend-mode: overlay;
    background: rgba(0, 0, 0, 0);

}




.encabezado-principal{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0;
}
.encabezado-principal h1{
    font-size: 30px;
}
.encabezado-principal h2{
    font-size: 18px;
}
.portada-nosotros{
    padding: 10px 10px;
    width: 100%;
    height: 200px;
}
.nos{
    width: 100%;
    height: 100%;
}
.fundacion{
    width: 100%;
    padding: 10px 5% 50px 5%;
    /* padding-left: 20%;
    padding-right: 20%; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.fundacion p{
    font-size: 20px;
    text-align: justify;
    /* line-height: 40px; */
    margin: 10px 0 ;
}
.fundacion hr{
    text-align: center;
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
}
.encabezado-principal    hr {
    text-align: center;
    width: 30px;
    height: 4px;
    background-color: black;
    margin: 5px 0;
  }
  .val {
    width: 190px;
    height: 120px;
    background-color: #eee;
    text-align: center;
    border: 10px solid #eee;
    border-radius: 20px;
    -webkit-box-shadow: inset 5px 5px 10px #bbb, inset -5px -5px 10px #fff;
            box-shadow: inset 5px 5px 10px #bbb, inset -5px -5px 10px #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .val:hover {
    height: 254px;
  }
  
  .emoj {
    width: 60px;
    height: 60px;
    color: red;
    font-size: 30px;
    background-color: #eee;
    margin: 20px auto;
    padding: 5px;
    border-radius: 50%;
    -webkit-box-shadow: 8px 8px 10px #ddd, -8px -8px 10px #fff;
            box-shadow: 8px 8px 10px #ddd, -8px -8px 10px #fff;
  }
  
  .content {
    color: #999;
    background-color: #eee;
    padding: 10px;
    margin: 5px 20px;
    border-radius: 8px;
    -webkit-box-shadow: 8px 8px 10px #ddd, -8px -8px 10px #fff;
            box-shadow: 8px 8px 10px #ddd, -8px -8px 10px #fff;
    -webkit-transform: translateY(-80px) scale(0);
        -ms-transform: translateY(-80px) scale(0);
            transform: translateY(-80px) scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .val:hover .content {
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1)
  }
  
  .content h3 {
    text-shadow: 2px 2px 0px #fff;
  }

  .card-val {
    position: relative;
    width: 40%;
    height: 200px;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-box-shadow: 0 0 0 5px #ffffff80;
            box-shadow: 0 0 0 5px #ffffff80;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .card-val svg {
    width: 80px;
    /* fill: #333; */
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .card-val:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 8px 16px rgba(255, 255, 255, 0.8);
            box-shadow: 0 8px 16px rgba(255, 255, 255, 0.8);
  }
  
  .card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffdbbb;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .card-val:hover .card__content {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  
  .card__title {
    margin: 0;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    text-align: center;
  }
  
  .card-val:hover svg {
    scale: 0;
  }
  
  .card__description {
    margin: 5px 0 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    text-align: justify;
  }
  

  .flex-equipo{
	width: 100%;
	height: auto;
	margin: 10px auto;
	display:-webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-left: 5%;
    padding-right: 5%;
}
.flex-item{
	display: inherit;
	width:400px;
	height:500px;
	background-color:#ccc;
	margin:5px;
}
.team {
    display: inherit;
	width: 300px;
	height:300px;
	background-color:#ffffff;
	margin:5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
            box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
}
.flex-item p{
	width:100%; 
	text-align:center; 
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;  
	margin:0; }

.flex-container.nowrap{
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
}
.team img{
    width: 100%;
    height: 90%;    
    padding: 0 30px;
}
.perfil {
    width: 300px;
    height: 400px;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  
  .card-heredado {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.999s;
    transition: -webkit-transform 0.999s;
    transition: transform 0.999s;
    transition: transform 0.999s, -webkit-transform 0.999s;
  }
  
  .perfil:hover .card-heredado {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  
  .card-front,
  .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: inherit;
	width: 300px;
	height:400px;
	background-color:#ffffff;
	margin:5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
            box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }
  
  .card-front {
    
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.card-front img{
    width: 90%;
    height: 70%;
}
.linked{
    display: flex;
    flex-direction: row;
}
.card-back {
    background-color: #ffdbbb;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    padding: 20px;
  }

.valores{
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* background-color: #ffecdb; */
}
.encabeza{
    width: 100%;
    height: auto;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}
.encabeza h2{
    font-size: 30px;
    color: #000000;
}
.cart {
    --bg: #ffffff;
    --hover-bg: #ffffff;
    --hover-text: #000000;
    width: 100px;
    height: 100px;
    text-align: center;
    background: var(--bg);
    padding: 15px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    transition: .3s cubic-bezier(.6,.4,0,1),transform .15s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
  }
  .cart > :not(span) {
    transition: .3s cubic-bezier(.6,.4,0,1);
  }
  
  .cart > strong {
    display: block;
    font-size: 1.4rem;
  }
  
  .cart span {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--hover-text);
    border-radius: 5px;
    font-weight: bold;
    top: 100%;
    transition: all .3s cubic-bezier(.6,.4,0,1);
  }
  
  .cart:hover span {
    top: 0;
    font-size: 1em;
  }
  
  .cart:hover {
    background: var(--hover-bg);
  }
  
  .cart:hover>div,.card:hover>strong {
    opacity: 0;
  }
.circulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.circulo p{
    display: flex;
    font-size: 25px;
    justify-content: center;
    color: #ffffff;
    /* align-items: center; */
}
.circulo svg{
    background-color: #ffffff;
    border-radius: 100%;
    padding: 30px;
}
.contenido{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 10px;
}
.vision{
    width: 100%;
    height: 30vh;
    background-color: #ffdbbb;
    padding: 10px;
    margin: 20px 0;
}
.mis{
    width: 100%;
    height: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
  }
.alianzas{
    width: 100%;
    height: 350px;
    background-color: #ffecdb;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    /* margin: 0 0 50px 0; */
}

.alianzas hr {
    text-align: center;
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
  }
.logos{
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.logos img{
    width: 80px;
    border-radius: 100%;
}
.confi{
    width: 100%;
    display: flex;
    justify-content: center;
}
.confi h2{
    font-size: 40px;
}
.enfo{
    width: 100%;
    display: flex;
    justify-content: center;
}
.enfo h2{
    font-size: 30px;
}
.enfoque{
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 2%;
    padding-right: 2%;
}
.enfoques{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5px;

}
.enfoques img{
    width: 100%;
}
.enfoque-image {
    width: 100%;
    object-fit: cover;
    height: 300px;
    
}
.enfoques p{
    font-size: 20px;
    margin-bottom: 10px;
}
.ade{    
    text-align: end;
}
.adentro{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.adentro h2{
    font-size: 20px;
    margin-left: 10px;
}
.afuera{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.afuera h2{
    font-size: 20px;
    margin-right: 10px;
}
.afu{
    text-align: start ;
}

footer {
    width: 100%;
    height: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 5px 0;
}
.section {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.section img{
    width: 100%;
    margin-bottom: 1px;
}
.section svg{
    margin: 0 60px;
    cursor: pointer;
}
.section h2{
    font-size: 20px;
    margin: 0 0 20px 0;
    width: 40%;
}
.section li{
    font-size: 15px;
    list-style: none;
    color: #000000;
    margin: 10px 0;
    text-decoration: none;
}
.section a{
    text-decoration: none;
    color: #000000;
}


/*Footer de bolas GC*/   
.pie{    
    background-color: #de7f3700;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footeer{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(255, 255, 255);
    border-radius: 500px;    
    transition: transform 15s ease;
}
.foote1{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px #fa965894;
    border-radius: 50px;
}
.foote2{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgb(83, 83, 83);
    border-radius: 100px;
}
.foote3{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 64, 255, 0.607);
    border-radius: 100px;
}
.foote4{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(255, 0, 0, 0.436);
    border-radius: 100px;
}
.foote5{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(190, 108, 0);
    border-radius: 100px;
}.foote6{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(251, 0, 255, 0.436);
    border-radius: 100px;
}
.foote7{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 255, 30, 0.372);
    border-radius: 100px;
}
.foote8{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(9, 230, 255, 0.664);
    border-radius: 100px;
}
.grupo-2{
    /* background-color: #de7f377d; */
    padding: 0 10px 10px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
}
.grupo-3 small{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.grupo-3{
    width: 100%;
    background-color: #de7f377d;
    padding: 15px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
}
}