@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.container__all{
    position: relative;
    right: 0;
    transition: all 300ms;
}

header{
    width: 100%;
    height: 100px;
    font-family: 'Poppins', sans-serif;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;

    transition: all 300ms;
}


.move_content{
    right: 180px;
}

.container__header{
    max-width: 1200px;
    height: 100%;  
    display: flex;
    justify-content: space-between; 
    margin: auto;
    padding: 0px 20px;
}

header .logo{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img{
    width: 120px;
}

.logo1 {
    text-align: center;
}

.logo1 img{
    width: 150px;
}

.container__nav{
    position: relative;
    height: 100%;
}

nav{
    height: 100%;
}

nav ul{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li{
    margin: 0px 20px;
    list-style: none;
}

nav ul li a{
    color: #373737;
    font-size: 14px;
}

.select{
    background: #0caf1ad7;
    padding: 10px 30px;
    color: white;
    border-radius: 20px;
}

.nav_mod{
    height: 70px;
    box-shadow: 1px 1px 10px 0px #00000010;
    background: white;
}

.btn__menu{
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background 300ms;
    display: none;
}

.btn__menu:hover{
    background: #f5f5f5;
}


.team-content{
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, auto));
	align-items: center;
	gap: 2rem;
	text-align: center;
	margin-top: 4rem;
}
.team-content img{
	width: 100%;
	height: auto;
	border-radius: 15px;
	margin-bottom: 15px;
}
.center h1{
	color: #000;
	font-size: 3rem;
	text-align: center;
    font-family: 'Poppins', sans-serif;
}
.box{
	padding: 16px;
	background: #373737;
	border-radius: 15px;
	transition: all .38s ease;
}
.box h3{
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
}
.box h5{
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.icons i{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin: 0 8px;
	transition: all .38s ease;
}
.icons i:hover{
	transform: scale(1.2);
}
.box:hover{
	transform: translateY(-10px);
	cursor: pointer;
}

@media(max-width: 1240px){
	.team{
		width: 100%;
		height: auto;
		padding: 50px 2%;
	}
	.center h1{
		font-size: 3.2rem;
	}
}

/*BOTON FLOTANTE

.contenedor {
    height: 300px;
    width: 300px;
    margin: 0px 0 80px 0;
    position: fixed;
    justify-content: center;
    top: 30%;
    z-index: 3;
}

.iconos {
    margin-left: 0;
    width: 70%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
}

.icono {
    position: relative;
    transform: translateX(-90px);
    background: rgba(0,0,0,0.8);
    list-style: none;
    padding: 10px 0;
    margin: 6px 0;
    transition: .5s;
    width: 150px;
    border-radius: 0 200px 200px 0;
}

.icono:hover:nth-child(1) {
    background: #0caf1ad7;
}

.icono:hover:nth-child(2) {
    background: #0caf1ad7;
}

.icono:hover:nth-child(3) {
    background: #0caf1ad7;
}

.icono:hover:nth-child(4) {
    background: #0caf1ad7;
}

.icono:hover{
    transform: translateX(0);
}

.ico_1 {
    font-weight: bold;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    padding-left: 10px;
}

i {
    margin-left: 15px;
    padding: 10px 10px;
    border-radius: 50%;
    color: #000;
    background: #fff;
}

.icon {
    font-size: 15px;
}

.gmail {
    position: relative;
    left: 30px;
}

.twitter {
    position: relative;
    left: 20px;
}

.youtube {
    position: relative;
    left: 6px;
}

.instagram {
    position: relative;
    left: -7px;
} */

/*BOTON FLOTANTE


.container-icons{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 500;
}

.icon-circle-with-plus{
    font-size: 70px;
    transition: all 300ms;
    color: #0caf1ad7;
}

.container-icons:hover .icon-circle-with-plus{
    transform: rotate(180deg);
}

.row-icon{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    transition: all 300ms;
    opacity: 1;
    padding: 5px;
}

.container-icons:hover .row-icon{
    opacity: 1;
}

.row-icon h4{
    transform: translate(-10px, 10px);
    background: rgba(0,0,0,0.6);
    height: 20px;
    font-weight: 300;
    padding: 2px 2px;
    color: white;
    border-radius: 5px;
}

.row-icon label{
    font-size: 40px;
}



.icon1{
    transform: translate(-100px, -40px) scale(0);
}

.icon2{
    transform: translate(-0px, -90px) scale(0);
}

.icon3{
    transform: translate(-96px, -180px) scale(0);
}

.icon4{
    transform: translate(-10px, -250px) scale(0);
}



.container-icons:hover .icon1{
    transform: translate(-66px, -50px) scale(1);
}

.container-icons:hover .icon2{
    transform: translate(-56px, -100px) scale(1);
}

.container-icons:hover .icon3{
    transform: translate(-70px, -150px) scale(1);
}

.container-icons:hover .icon4{
    transform: translate(-46px, -200px) scale(1);
}



.label1{
    color: #4862A3;
}

.label2{
    color: #AB3838;
}

.label3{
    color: #D32681;
}

.label4{
    color: #1DA0F2;
} */




/*Sobre nosotros*/

.sobreNosotros {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 2.5rem;
    align-items: center;
}

.sobreN-img img{
    max-width: 100%;
    width: 480px;
    height: auto;
}

.sobreN-txt h2{
    font-size: 50px;
    font-weight: 900;
    color: #000000;
    margin-top: -30px;
    font-family: 'Poppins', sans-serif;
}

.sobreN-txt .antecedente{
    font-size: 36px;
    font-weight: 900;
    color: #000000;
    margin-top: -30px;
    font-family: 'Poppins', sans-serif;
}

.sobreN-txt .conf{
    font-size: 45px;
    font-weight: 900;
    color: #0caf1ad7;
    margin-top: -30px;
    font-family: 'Poppins', sans-serif;
}

.sobreN-txt p{
    margin-top: 10px;
    color: #373737;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

@media (max-width: 720px) {
    
    header {
        padding: 10px 16px;
    }

    .inicio,
    .sobreNosotros {
        grid-template-columns: 1fr;
        text-align: center;

    }

    .sobreN-img {
        order: 2;
    }

    section {
        padding: 10px 7%;
    }

    .sobreN-txt .conf{
        font-size: 35px;
    }
}

.video {
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.video::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}

.esdacode_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tit2 {
    text-align: center;
    font-size: 40px;
    color: #373737;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    max-width: 1200px;
    display: flex;
    margin: auto;
}


/*tajetass*/

.container_tarjeta {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px 50px;
    padding: 60px 50px;
    font-family: 'Poppins', sans-serif;
}

.container_tarjeta .card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    height: 300px;
    background: #373737;
    border-radius: 20px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
}

.container_tarjeta .card:hover {
    height: 400px;
}

.container_tarjeta .card .imgBx {
    position: absolute;
    top: 20px;
    width: 300px;
    height: 220px;
    background-color: #EFF3F5;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}

.container_tarjeta .card:hover .imgBx {
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}

.container_tarjeta .card .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container_tarjeta .card .content {
    position: absolute;
    top: 252px;
    width: 100%;
    padding: 0 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
}

.container_tarjeta .card .content1 {
    position: absolute;
    top: 252px;
    width: 100%;
    padding: 0 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
}

.container_tarjeta .card:hover .content {
    top: 120px;
    height: 250px;
}

.container_tarjeta .card:hover .content1 {
    top: 120px;
    height: 250px;
}

.container_tarjeta .card .content h2 {
    font-size: 1.5em;
    font-weight: 900;
    color: #ffffff;
}

.container_tarjeta .card .content1 h2 {
    font-size: 1.2em;
    font-weight: 900;
    color: #ffffff;
}

.container_tarjeta .card .content p {
    color: #ffffff;
    font-size: 0.95em;
    font-weight: 600;
}

.container_tarjeta .card .content1 p {
    color: #ffffff;
    font-size: 0.80em;
    font-weight: 600;
}

.container_tarjeta .card .content a {
    position: relative;
    top: 15px;
    display: inline-block;
    padding: 12px 25px;
    background: var(--clr);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
}

.container_tarjeta .card .content1 a {
    position: relative;
    top: 15px;
    display: inline-block;
    padding: 12px 25px;
    background: var(--clr);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
}

.tit2 {
    text-align: center;
    font-size: 40px;
    color: #373737;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    max-width: fit-content;
    display: flex;
    margin: auto;
}

/*Iconos de las redes sociales*/

.container-redes{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-redes a{
    margin-top: 4px;
}

.container-redes img{
    width: 60px;
    padding: 4px;
    background: rgba(0,0,0,0.0);
    cursor: pointer;
    border-radius: 100%;
    transition: all 300ms;
    z-index: 0;
}

.container-redes a:hover img{
    background: rgba(0,0,0,0.10);
}

/*COVER*/

.cover{
    width: 100%;
    padding-bottom: 60px;
    font-family: 'Poppins', sans-serif;
    margin-top: 100px;
}

.container__cover{
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;

    background-image: url(../images/background-cover.svg);
    background-size: cover;
    background-position: bottom;
}

.cover .container__info{
    max-width: 400px;
    margin-top: 40px;
    z-index: 2;
}

.cover h1{
    max-width: 400px;
    font-size: 55px;
    font-weight: 900;
    color: #373737;
}

.cover h2{
    font-size: 55px;
    font-weight: 900;
    color: #0caf1ad7;
    margin-top: -30px;
}

.cover p{
    margin-top: 10px;
    color: #373737;
}

.cover input[type="button"]{
    padding: 10px 40px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    color: white;
    background: #0caf1ad7;
    border-radius: 20px;
    box-shadow: 1px 1px 30px -5px #20202049;
    cursor: pointer;
    transition: box-shadow 500ms;
}

.cover input[type="button"]:hover{
    box-shadow: 1px 1px 30px -5px #20202085;
}


.container__vector{
    position: relative;
}

.container__vector img{
    position: absolute;
    bottom: -65px;
    right: 0px;
    width: 600px;
    animation: move_vector 6s ease-in-out infinite;
    transition: all 300ms;
}

@keyframes move_vector {
    0%{
        transform: translateY(10px);
    }
    25%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(10px);
    }
}

@media screen and (max-width: 920px){
    .container__vector img{
        width: 500px;
    }
}


@media screen and (max-width: 760px){

    .container__nav{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn__menu{
        display: flex;
    }

    nav{
        height: 100%;
        background: #F1FAFF;
        position: fixed;
        top: 0;
        right: -180px;
        padding: 0 20px;
        transition: all 300ms;
        z-index: 3;
    }

    .move_nav{
        right: 0px;
    }

    nav ul{
        flex-direction: column;
    }

    nav ul li{
        margin: 20px 0px;
    }

    .container__vector img{
        transform: scale(0);
        animation: none;
    }

    .tit2 {
        text-align: center;
        font-size: 30px;
        color: #373737;
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        max-width: fit-content;
        display: flex;
        margin: auto;
    }
    
    .video {
        width: 85%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    .container_tarjeta .card .content h2 {
        font-size: 22px;
    }

    .container_tarjeta .card .content p {
        font-size: 14px;
    }
}


/****************************/

/*¡NO TOCAR CODIGO DE AQUÍ DEBAJO!*/


/*MUESTRA*/


@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

:root{
    --color-esqueleto:#EFF3F5;
}


.container__article{
    max-width: 1000px;
    padding: 0px 20px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container__article .box__article{
    width: 200px;
    height: 250px;
    background: var(--color-esqueleto);
    margin: 20px;
}


/*footer nuevo*/

footer {
    position: relative;
    width: 100%;
    background: #0caf1ad7;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    margin-top: 120px;
    z-index: -1;
}

footer .social_icon,
footer .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

footer .social_icon li,
footer .menu li {
    list-style: none;
    
}

footer .social_icon li a {
    font-size: 2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}

footer .social_icon li a:hover {
    transform: translateY(-10px);
}

footer .menu li a {
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: 0.75;
    font-size: 1.1em;
    font-weight: 600;
}

footer .menu li a:hover {
    opacity: 1;
}

footer p {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1em;
}

footer .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../images/wave.png");
    background-size: 1000px 100px;
}

.box__footer{
    display: flex;
    flex-direction: column;
    
}

.box__footer .logo img{
    width: 180px;
}

footer .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;

}

footer .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWave_02 4s linear infinite;

}

footer .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWave 3s linear infinite;

}

footer .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
    0% {
        background-position-x: 1000px;
    }
    100% {
        background-position-x: 0px;
    }
}

@keyframes animateWave_02 {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: 1000px;
    }
}


/*AQUI COMIENZA EL FOOTER


footer{
    width: 100%;
    padding: 50px 0px;
    font-family: 'Nunito', sans-serif;
    *background-color: var(--color-esqueleto);
    background-image: url("../Images/background-footer.svg");
    background-size: cover;

    /*webkit-mask-image: url("../Images/background-footer.svg");
    mask-image: url("../Images/background-footer.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

.container__footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding-top: 100px;
}

.box__footer{
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.box__footer .logo img{
    width: 180px;
}

.box__footer .terms{
    max-width: 350px;
    margin-top: 20px;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;

}

.box__footer h2{
    margin-bottom: 30px;
    color: #242424;
    font-weight: 700;
}

.box__footer a{
    margin-top: 10px;
    color: #ffffff;
    font-weight: 600;
}

.box__footer a:hover{
    opacity: 0.8;
}

.box__footer a .fab{
    font-size: 20px;
}

.box__copyright{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 40px;
}

.box__copyright p{
    margin-top: 20px;
    color: #ffffff;
}

.box__copyright hr{
    border: none;
    height: 1px;
    background-color: #ffffff;
}
*/