*
{
    margin: 0;
    padding: 0;
}

.slider-area
{
    z-index: 0;
}
.footer_area
{
    z-index: 0;
}


@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');



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


.move_content{
    right: 180px;
}



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



.nav_mod .select{
    color: white;
}

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



/*COVER*/

.cover{
    width: 100%;
    padding-bottom: 120px;
    font-family: 'Poppins', sans-serif;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
    margin-top: -100px;
}

/*WAVE INICIO*/

.bg_color{
    width: 100%;
    background: #2196f3;
    position: absolute;
    top: 0;
}

.wave{
    width: 6000px;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url(../img/olas/wd1.svg);
    background-position: bottom;
}

.w1{
    animation: w1 7s linear infinite;
}

.w2{
    animation: w2 7s linear -.125s infinite, desplazamiento 7s ease -.125s infinite;
    opacity: 0.5;
}

@keyframes w1 {
    0%{
        margin-left: 0;
    }
    100%{
        margin-left: -1600px;
    }
}

@keyframes w2 {
    0%{
        margin-left: 0;
    }
    100%{
        margin-left: -1600px;
    }
}

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

    50%{
        transform: translateY(10px);
    }
}
  /*WAVE FINAL*/

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

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


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



.container__vector{
    position: relative;
}

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

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






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

/*¡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;
}



/*       main 1    */
.main1
{
    width: 100%;
    padding-bottom: 20px;
}
.contenedor_main1
{
    width: 90%;
    margin: auto;
    max-width: 1500px;
}
.contenedor_col50
{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.img_foto
{
    width: 500px;
    height: 700px;
    object-fit: cover;
    
}
.contenedor_img_foto
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenido
{
    font-size: 20px;
    letter-spacing: 1.05px;
    text-align: justify;
}
.contenido::first-letter
{
    font-size: 3em;
    margin: 8px;
    float: left;
    font-weight: bold;
}
.autor
{
    font-weight: bold;
    font-size: 18px;
}
@media (min-width: 990px)
{
    .contenedor_col50
    {
        grid-template-columns: 1fr 1fr;
    }
}



/****** main 2 ***********/
.main2
{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f2f2f2;
}
.contenedor_main2
{
    width: 90%;
    margin: auto;
    max-width: 1500px;
}
.main2 .contenedor_col50
{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}
@media (min-width:990px)
{
    .main2 .contenedor_col50
    {
        grid-template-columns: 1fr 1fr;
    }
}

/**/


/*
https://www.hubspot.com/our-story?__hstc=95980867.5d3b2d3daf706511c4406d6cd8bea6fe.1649712186140.1649712186140.1649712186140.1&__hssc=95980867.1.1649712186140&__hsfp=2232861833
*/

























