*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Helvetica Neue', sans-serif;
}

:root{
    --color_text-primary: #fff;
    --color_text-secundary: #898989;
    --color_texto-tertiary: black;
    --main_color-primary: #7e2e8b;
    --main_color_secundary: #f0a0f8;
    --main_color_tertiary: #f1baf2;
    --main_color_cuarto: #edc3ef;
    --main_color_quinto: #fbf6fb;
    --main_color_sexto: ;
    --backgronund-color: ;
    --lowText--font-size: 16px;
    --text_size_title: 40px;
    --text_title_card: 24px;
    --text_title_cardv2: 20px;
    --text_paragraph: 16px;
    --box_shadow-primary: 0px 6px 50px -20px black (0,0,0,0.2);
    --max-width: 1200px;
}

html{
    scroll-behavior: smooth;
}

::-webkit-scrollbar{
    width: 1.3rem;
}
  
::-webkit-scrollbar-thumb{
    border-radius: 1rem;
    background: #797979;
    transition: all 0.5s ease-in-out;
}
  
::-webkit-scrollbar-thumb:hover{
    background: #222224;
}
  
::-webkit-scrollbar-track{
    background: #f9f9f9;
}

/*prelooder*/

/*prelooder*/

header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 25px -22px black;
    z-index: 4;
}

.header-content{
    max-width: 2000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.LOGOTIPO{
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LOGOTIPO img{
    height: px;
    width: 199px;
    margin-top: 17px;
}

.menu{
    height: 80px;
}

.menu nav{
    height: 100%;
}

.menu nav ul{
    height: 100%;
    display: flex;
    list-style: none;
}
.menu nav ul li{
    height: 100%;
    margin: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.menu-selected:before{
    content: '';
    width: 100%;
    height: 4PX;
    background: #f0a0f8;
    position: absolute;
    top: 0;
    left: 0;

}
.menu nav ul li a:hover{
    color: #f0a0f8;
}

.menu nav ul li a{
    color: #898989;
    font-size: 18px;
    transition: color 300ms;
}

.menu nav ul li .text-menu-selected{
    color: #f0a0f8;
}

.menu nav ul li a i{
    display: none;
}

#icono-menu{
width: 50px;
height: 50px;
right: 20px;
top: 16px;
font-size: 27px;
background: #7e2e8b;
border-radius: 100%;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
display: none;
}

.fi-rr-menu-burger{
    margin-bottom: -6px;
    z-index: 2;
}

#icono-menu:hover{
    opacity: 0.8;
}

.header-cover{
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  center/cover no-repeat fixed;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    border-radius: 40px;
}

.banner{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.banner .container video{
    z-index: -4;
}
.banner-title{
    font-size: 3rem; 
    line-height: 1.2;
    z-index: 10;
}
.banner-title span{
    color: var(--exDark);
}
.banner p{
    padding: 1rem 0 2rem 0;
    font-size: 1.2rem;
    font-weight: 300;
    word-spacing: 0px;
}
/*inicio -portada*/

.container__cover{
    padding-top: 112px;
    padding-bottom: 15px;
  
}

.cover{
    max-width: 1200px;
    margin: auto;
    margin-top: 60px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.text__cover{
    width: 100%;
    padding: 30px;
    text-align: center;
    position: relative;
    margin-top: 35px;
    z-index: 2;
}

.container .text__cover h1{
    font-size:var(--text_size_title);
    color: var(--color_text-primary);
    word-wrap: break-word;
}

.container .text__cover p{
    font-size: 16px;
    margin: 25px;
    color: var(--color_text-primary);
    word-wrap: break-word;
}
.button{
    display: block;
    width: 150px;
    margin-top: 50px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 500;
    color: white;
    background: var(--main_color-primary);
    box-shadow: 1px 1px 30px -5px #9b64b0;
    border-radius: 40px;
    transition: box-shadow 600ms;
}

.button{
    margin: 0 auto;
}

.button:hover{
    box-shadow: 1px 1px 30px 0px #f0a0f8;
}

#container__cover{
    min-height: 100vh;
    position: relative;
}

video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100vh;
    margin-bottom: 90px;
    border-radius: 40px;
}


/*inicio -portada*/

/*estios generales card*/
.container__card-primary{
    padding-top: 110px;
}

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

.text__card-primary{
    max-width: 800px;
    margin: auto;
}

.text__card-primary p{
    color: var(--color_text-secundary);
    letter-spacing: 4px;
    font-size: var(--text_paragraph);
    font-weight: 500;
}

.text__card-primary h1{
    font-size: var(--text_size_title);
    font-weight: 600;
    color: var(--main_color_secundary);
}

.container__box-cardPrimary{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.box__card-primary{
    max-width: 380px;
    height: auto;
    width: calc(100% / 3.5);
    padding: 40px 20px;
    border: 1px solid #e8bcc3;
    border-radius: 20px;
    margin: 14px;
    transition: all 300ms;
}

.box__card-primary:hover{
    border: 1px solid transparent;
    box-shadow: var(--box_shadow-primary);
}

.card__trust box__card-primary img{
    width: 50px;
    height: 50px;
}

.box__card-primary h2{
    /*font-size: var(--text_title_card);*/
    margin-top: 40px;
    font-weight: 500;
    font-size: 4vw;
}

.box__card-primary p{
    margin-bottom: 20px;
    hyphens: auto;
}

.button_cursos{
    display: block;
    width: 150px;
    margin-top: 30px;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    color: var(--color_text-secundary);
    background-image: -o-linear-gradient(to right, #7e2e8d 0%, #f0a0f8 50%, #edc3ef 100%);
    border-radius: 35px;
    border: 2px solid #f1baf2;
    cursor: pointer;
    transition: all 300ms;
}
/*estilo generales de cards*/

/*slider- cursos*/
.container{
    max-width: 124rem;
    padding: 0 1rem;
    margin: 0 auto;
}
  
.text-center{
    text-align: center;
    color: var(--color_text-secundary);
    
}
  
.section-heading{
    font-size: 40px;
    color: var(--main_color_secundary);
    padding: 2rem 0;
}
  
#tranding{
    padding: 4rem 0;
}
  
@media (max-width:1440px) {
    #tranding {
        padding: 7rem 0;
    }
}
  
@media (max-width:1202px) {
    .tranding-slide .tranding-slide-img img{
        width: 23rem;
        height: 32rem;
    }
    .text__cover h1{
        font-size: var(--text_title_card);
    }
}

#tranding .tranding-slider {
    height: 52rem;
    padding: 2rem 0;
    position: relative;
}
  
@media (max-width:500px) {
    #tranding .tranding-slider{
        height: 45rem;
    }
}
  
    .tranding-slide {
        width: 28rem;
        height: 34rem;
        position: relative;
        /* Elimina márgenes y padding */
        margin: 0;
        padding: 0;
}
  
@media (max-width:518px) {
    .tranding-slide {
      width: 26rem !important;
      height: 33rem !important;
    }
    .tranding-slide .tranding-slide-img img {
      width: 26rem !important;
      height: 33rem !important;
    }
    .tranding-slider-control{
        bottom: 13rem;
    }
}

@media (max-width:400px) {
    .tranding-slide {
      width: 18rem !important;
      height: 25rem !important;
    }
    .tranding-slide .tranding-slide-img img {
      width: 18rem !important;
      height: 25rem !important;
    }
}

.tranding-slide .tranding-slide-img img{
    width: 28rem;
    height: 33rem;
    border-radius: 2rem;
    object-fit: cover;
}
  
.tranding-slide .tranding-slide-content{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.slide-link {
    text-decoration: none; /* Quita el subrayado por defecto */
    color: inherit; /* Hereda el color del texto */
}

.slide-link:hover {
    text-decoration: underline; /* Subraya al pasar el mouse */
    color: #f0a0f8; /* Cambia el color al pasar el mouse */
}

.tranding-slide-content .food-price{
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: var(--color_text-primary);
}
  
.tranding-slide-content .tranding-slide-content-bottom{
    position: absolute;
    bottom: 4rem;
    left: 1rem;
    color: var(--color_text-primary);
}

.tranding-slide-content .tranding-slide-content-bottom h2 a{
    cursor: pointer;
    z-index: 10;
}

.food-rating{
    padding-top: 1rem;
    display: flex;
    gap: 1rem;
}
  
.rating ion-icon{
    color: var(--primary);
}
  
.swiper-slide-shadow-left,
.swiper-slide-shadow-right{
    display: none;
}
  
.tranding-slider-control{
    position: relative;
    bottom: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.tranding-slider-control .swiper-button-next{
    left: 58% !important;
    transform: translateX(-58%) !important;
}
  
@media (max-width:990px){
    .tranding-slider-control .swiper-button-next{
        left: 70% !important;
        transform: translateX(-70%) !important;
    }
}
  
@media (max-width:450px){
    .tranding-slider-control .swiper-button-next{
        left: 80% !important;
        transform: translateX(-80%) !important;
    }
}
  
@media (max-width:990px){
    .tranding-slider-control .swiper-button-prev{
        left: 30% !important;
        transform: translateX(-30%) !important;
    }
}
  
@media (max-width:450px){
    .tranding-slider-control .swiper-button-prev{
        left: 20% !important;
        transform: translateX(-20%) !important;
    }
}
  
.tranding-slider-control .slider-arrow{
    background: var(--white);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    left: 42%;
    transform: translateX(-42%);
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}
  
.tranding-slider-control .slider-arrow ion-icon{
    font-size: 2rem;
    color: #222224;
}
  
.tranding-slider-control .slider-arrow::after{
    content: '';
}
  
.tranding-slider-control .swiper-pagination{
    position: relative;
    width: 15rem;
    bottom: 1rem;
}
  
.tranding-slider-control .swiper-pagination .swiper-pagination-bullet{
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}
  
.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--primary);
}
/*slider- cursos*/

/*sobre mi*/
.section {
    background-color: #fae8fa;
    margin-top: -175px;
}
  
.section__container {
    min-height: 100vh;
    max-width: var(--max-width);
    margin: auto;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}
  
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subtitle {
    letter-spacing: 4px;
    color: var(--color_text-secundary);
    font-weight: 500;
    margin-bottom: 0.5rem;
}
  
.title {
    font-size: var(--text_size_title);
    font-weight: 600;
    line-height: 3rem;
    color: var(--main_color-primary);
    margin-bottom: 1rem;
}
  
.title span {
    font-weight: 650;
}
  
.description {
    font-size: var(--text_paragraph);
    line-height: 1.5rem;
    color: var(--color_text-secundary);
    margin-bottom: 2rem;
    text-align: justify;
    word-spacing: 1px;
}
  
.action__btns {
    display: flex;
    gap: 1rem;
}
  
.action__btns button {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 1rem 2rem;
    outline: none;
    border: 2px solid var(--primary-color);
    border-radius: 40px;
    transition: 0.3s;
    cursor: pointer;
}
  
.hire__me {
    background-color: var(--main_color-primary);
    color: #ffffff;
}
  
.hire__me:hover {
    background: linear-gradient(to right, #7e2e8b 0%, #f0a0f8) 100%;
}
  
.portfolio {
    background-color: var(--main_color-primary);
    color: #fff;
}
  
.portfolio:hover {
    background: linear-gradient(to right, #7e2e8b 0%, #f0a0f8) 100%;
    color: #ffffff;
}
  
.image {
    display: grid;
    place-items: center;
}
  
.image img {
    width: min(25rem, 90%);
    border-radius: 100%;
}

@media (width < 750px){
    .section__container {
        padding: 10rem 1rem 5rem 1rem;
        text-align: center;
        grid-template-columns: repeat(1, 1fr);
    }
    
    .image {
        grid-area: 1/1/2/2;
    }
    
    .action__btns {
        margin: auto;
    }
}
/*sobre mi*/


/*prueba testimonio*/

.container-testimonials{
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
    
}
.fondo-testimonials{
    background: linear-gradient(0deg, rgba(255,255,255,1) 
    0%, rgba(247,202,251,0.8533788515406162) 
    30%, rgba(240,160,248,0.8645833333333334) 
    54%, rgba(247,203,251,0.8477766106442577) 
    75%, rgba(255,255,255,1) 100%);
}
.testimonials{
    padding: 71px 0;
}
.testimonials-item{
    background-color: hsl(0, 0%, 100%);
    padding: 30px;
    border-radius: 30px;
}
.testimonials-item .info{
    display: flex;
    align-items: center;
}
.testimonials-item img{
    max-width: 80px;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
}
.testimonials-item .name{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: hsl(0, 0%, 0%);
    line-height: 1.2;
}
.testimonials-item .job{
    text-transform: capitalize;
    color: hsl(0, 0%, 40%);
}
.testimonials-item p{
    margin-top: 20px;
    color: var(--color_text-secundary);
}
.testimonials-item .rating{
    margin-top: 15px;
    font-size: 14px;
    color: var(--main_color-primary);
}
.testimonials .swiper-pagination{
    position: relative;
    margin-top: 40px;
    bottom: auto;
}
.testimonials .swiper-pagination-bullet{
    height: 12px;
    width: 12px;
    background-color: var(--main_color-primary);
}
/*prueba testimonio*/


/*servicios 2.0*/
.container__servicios {
    width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 35px;
}
  
@media (max-width: 340px) {
    .container__servicios .servicios {
      width: 100%;
    }
}
  
.container__servicios .servicios {
    position: relative;
    width: 320px;
    height: 250px;
    background-color: #fbf6fb;
    padding: 100px 40px 60px;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    overflow: hidden;
    margin: 15px;
}

.container__servicios .servicios::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#7e2e8d, #f0a0f8);
    transform: scaleY(0);
    transition: transform .5s;
    transform-origin: top;
}

.container__servicios .servicios:hover:before{
    transform: scaleY(1);
    transition: transform .5s;
    transform-origin: bottom;
}

.container__servicios .servicios h2{
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3em;
    color: rgba(0,0,0,0.1);
    transition: .5s;
}
.container__servicios .servicios:hover h2{
    color: #fff;
    top: 20px;
    font-size: 4em;
}

.container__servicios .servicios span h3{
    color: var(--color_text-secundary);
    font-size: 1.3em;
    text-transform: capitalize;
    position: relative;
    transition: .5s;
    z-index: 2;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.container__servicios .servicios p{
    color: var(--color_text-secundary);
    font-size: 14px;
    transition: .5s;
    position: relative;
}

.container__servicios .servicios:hover p,
.container__servicios .servicios:hover span h3{
    color: #fff;
}

/*articulo de Blog */

.container__card{
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card__father{
    margin: 20px;
    perspective: 1000px;
}

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

.card{
    width: 350px;
    height: 400px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 600ms;
}

.card__front{
    background-size: cover;
    background-position: center;
}

.card__front,
.card__back{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 20px;
}

.card__back{
    transform: rotateY(180deg);
    background: white;
}

.body__card_front{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: translateZ(60px);
}

.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    border-radius: 20px;
}

.body__card_back{
    padding: 40px;
    text-align: center;
    transform: translateZ(60px);
}

.body__card_back p{
    margin-top: 30px;
    font-size: 18px;
}

.body__card_back a .button{
    padding: 10px 40px;
    margin-top: 30px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: white;
    background: #f0a0f8;
    box-shadow: 1px 1px 30px -5px #e8bcc3;
    border-radius: 40px;
    transition: box-shadow 600ms;
}

.body__card_back a .button:hover{
    box-shadow: 1px 1px 30px 0px #f0a0f8;
}

/*articulo de Blog */

/*footer - pie de pagina*/

.container-footer{
    width: 100%;
    padding: 40px;
    background: #fcfcfc38;
    margin-top: 50px;
}

.container-footer footer{
    max-width: 1200px;
    margin: auto; 
}

.container-footer footer .logo-footer{
    text-align: center;
}

.container-footer footer .logo-footer img{
    width: 180px;
    height: auto;
}

.container-footer footer .redes-footer{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.container-footer footer .redes-footer .icon-redes-footer{
    font-size: 20px;
    margin: 20px;
    background: #d3d3d3;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff
}

footer .redes-footer .fi-brands-instagram:hover{
    background: linear-gradient(to top right, #fcde30, #e9712a, #d2313b, #ae4198, #7540a1, #5443a8);
    color: #fff ;
}

footer .redes-footer .fi-brands-whatsapp:hover{
    background: linear-gradient(to top left,  #dcf8c6, #25d366, #11b66467);
    color: #ffffff;
}
footer .redes-footer .fi-brands-telegram:hover{
    background:linear-gradient(to top right,#0088cc, #23a7e9) ;
    color: #ffffff;
} 

footer .redes-footer .fi-brands-facebook:hover{
    background: linear-gradient(360deg, #3b5998,#6d84b4,#afbdd4,#d8dfea,#ffffff);                                                                                         
    color: #fff;
}

footer .redes-footer .fi-brands-linkedin:hover{
    background: linear-gradient(360deg, #0072b1,#ffffff);
    color: #fff;
}

footer .redes-footer .fi-brands-tik-tok:hover{
    background: linear-gradient(90deg, #00f2ea,#000000,#ff0050);                                                                                                                                                                             
    color: #fff;
}

footer .redes-footer .fi-brands-youtube:hover{
    background: linear-gradient(339deg, #c4302b,#c4302b,#f4b8b8);
    color: #fff;                            
}

.container-footer footer hr{
    margin-top: 20px;
    border: none;
    height: 2px;
    background: #a8a8a87a;
}

.container-footer h4{
    text-align: center;
    margin-top: 40px;
    color: #dfdfdf;
    font-weight: 500;
}
/*footer - pie de pagina*/


/*responsive*/

/*slider - cursos*/
@media (min-width: 1440px) {
    html {
      zoom: 1.5;
    }
}
  
@media (min-width: 2560px) {
    html {
      zoom: 1.7;
    }
}
  
@media (min-width: 3860px) {
    html {
      zoom: 2.5;
    }
}

/*testimonios*/

@media(max-widht:1060px){
    .testimonio-box{
        width: 45%;
        padding: 10px;
    }
}

@media(max-width:790px){
    .testimonio-box{
        width: 100%;
    }
    .testimonio-heading h1{
        font-size: 1.4rem;
    }
}

@media(max-width:727px){
    .cover{
        padding: 54px 20px;
    }
}

@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}

/*testimonios*/


@media screen and (max-width: 1220px){
    
    .header-content,
    .container-content,
    .container-footer footer{
        max-width: 2000px;
        padding: 0 20px;
    }

}

@media screen and (max-width: 1020px){
    .container-content{
        width: 100%;
        flex-direction: column;
    }
    .text__cover{
        margin-top: -86px;
    }
}

@media screen and (max-width: 800px){
    
    body{
        overflow-x: hidden ;
    }

    .container-all{
        transition: all 300ms cubic-bezier(1,0,0,1);
    }

    .move-container-all{
        transform: translateX(165px);
    }

    .video__cover{
        display: none;
    }

    .text__cover p{
        color: #ffffff;
    }

    .menu{
        width: 0px;
        height: 100vh;
        position: fixed;
        top: 80px;
        left: 0;
        background: #fff;
        overflow: hidden;
        transform: translateX(-165px);
        box-shadow: 10px 0 20px -25px black;
        transition: all 300ms cubic-bezier(1,0,0,1);
    }

    .show-lateral{
        width: 165px;
        transform: translateX(0px);
    }

    .menu nav ul{
        flex-direction: column;
    }

    .menu nav ul li{
        max-width: 200px;
        height: 50px;
        justify-content: flex-start;
    }

    .menu-selected:before{
        width: 0;
    }

    .menu nav ul li a{
        margin-top: 40px;
        color: #898989;
    }

    .menu nav ul li a i{
        width: 20px;
        display: inline-block;
        margin-right: 10px;
        color: #7e2e8b;
    }

    #icono-menu{
        display: flex;
        margin-top: 15px;
    }

    .container-aside{
        flex-wrap: wrap;
    }

    .text__cover{
        padding: 15px;
    }

    .text__cover h1{
        font-size: 30px;
    }
  
    .text__cover p{
        font-size: 15px;
    }
}
@media screen and (max-width: 542px){

    .text__cover{
        max-width: 600px;  
    }
}

@media (min-width: 350px){
    .card{
        width: 300px;
        height: 390px;  
    }    

    .text__cover{
        padding-top: 150px;
    }


    video{
        height: 85%;
    }

    .container-footer footer .redes-footer .icon-redes-footer {
        font-size: 16px; 
        margin: 10px;
    }
    .text__card-primary h1{
        font-weight: 550;
        font-size: 35px;
        
    }

    .text__titulos text__card-primary{
        margin-top: 30px;
    }
    .container__card{
        margin-top: 35px;
    }
    .cover{
        margin-top: 37px;
    }
    
}