*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: local('../fonts/ProximaNova-Regular'), format('TrueType');
}

p, h1, h2, h3, a{
    margin: 0;
    font-family: 'Proxima Nova Lt'!important;
}

:root{
    --black: #1A1A1A;
    --texto-black: #22262A;
    --color-red: #FF4858;
    --color-red-strong: #CA2B2C;
    --color-azul: #33A0FF;
}

.nova14SB{
    margin: 0;
    font-size: 14px;
    font-weight: 700;   
}
.nova18SB{
    margin: 0;
    font-size: 18px;
    font-weight: 700;   
}

.f-c{
    display: flex;
    justify-content: center;
    align-items: center;
}
header{
    background: #F2F2F2;
}

.header-info{
    height: 30px;
    display: flex;
    background: var(--black);
    color: white;
}
.redes-header{
    position: absolute;
    right: 0;
}
.header-info p{
    font-family: 'Source Sans Pro', sans-serif!important;
    margin: 0 20px 0 0;
    font-size: 12px;
}
.nav-config{
    width: 720px;
    height: 40px;
    justify-content: space-around;
}
.nav-config a{
    transition: all 100ms ease;
    color: var(--text-black)!important;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
}

.nav-link:hover, .section-options p:hover{
    color: var(--color-azul)!important;
    border-bottom: 3px solid var(--color-azul);
}

.navbar h1{
    margin-top: 10px;
    font-size: 58px;
    font-weight: 900;
    color: var(--color-red);
}

.s1-home{
    height: 900px;
}

.section-info{
    min-height: 605px;
    height: auto;
}

.section-titles{
    flex-direction: column;
    margin-top: 22px;
    height: auto;
    margin-bottom: 70px;
}
.section-titles h2{
    color: var(--texto-black);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px;
}

.title-selected{
    border-bottom: 3px solid var(--color-azul);
    padding-bottom: 23px;
}
.section-options{
    height: 30px;
    margin-bottom: 43px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.section-options p{
    margin: 0 25px;
    cursor: pointer;
}

.section-grid{
    width: 100%;
    display: grid;
    height: auto;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));

    
}
.section-grid > div{
    height: 350px;
    margin-bottom: 30px;
    text-align: center;
    border: 3px solid #F6F7F8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.ver-mas{
    width: 225px;
    height: 60px;
    border: 1px solid #707070;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-top: 61px;
    font-weight: 500;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.card-img{
    height: 70%;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 28px;
}
.card-img img{
    width: 100%;
}
.img1{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.price{
    color: var(--color-red);
    font-size: 18px;
    font-weight: 700;
}

footer{
    height: auto;
    background: #F2F2F2;
    padding-top: 41px;
}

.footer1 .img h1{
    /* height: 50px; */
    /* width:  270px; */
    margin-top: 0px;
    font-size: 68px;
    font-weight: 900;
    color: var(--color-red);
}

.contact{
    margin: 10px 0;
}
.contact p{
    color: #6A6A69;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif!important;
}
.contact i{
    color: var(--color-red-strong);
} 

.redes-icons > div{
    color: var(--color-red-strong);
    width: 39px;
    height: 39px;
    border: 1px solid var(--color-red);
    border-radius: 100%;
}

.footer-opcion {
    display: flex;
}
.footer-opcion p{
    margin-right: 93px;
    color: var(--color-red-strong);
    font-weight: 800;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    font-family: 'Source Sans Pro', sans-serif!important;
    font-size: 14px;
}
.footer-opcion p span {
    width: 25px;
    height: 4px;
    background: var(--color-red-strong);
    margin-top: 10px;
}

.footer-info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 20px;
}
.footer-info .info{
    width: 270px;
    height: 133px;
    display: flex;
    justify-content: space-between;
}
.footer-info .info ul{
    list-style: none;
    padding: 0;
    line-height: 25px;
}
.footer-info .info ul li{
    font-size: 12px;
    font-weight: 700;
    color: black;
    font-family: 'Source Sans Pro', sans-serif!important;;
}
.footer-info .info ul li div{
    width: 120px;
    height: 25px;
    background: var(--color-red-strong);
    color: white;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.search {
    padding-top: 25px;
}

footer .search input{
    background: #F2F2F2;
    width: 379px;
    height: 45px;
    border: 1px solid var(--color-red-strong);
    text-indent: 15px;
    border-radius: 5px;
    font-size: 12px;
    user-select: none;
    outline: none;
}

.btn-suscribir{
    position: absolute;
    right: 0;
    top: 25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100px;
    height: 45px;
    background: var(--color-red-strong);
    color: white;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: bold;
}

.copyright{
    background: black;
    text-align: center;
    color: white;
    height: 30px;
    font-size: 12px;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif !important;
    margin-top: 30px;
    font-weight: 600;
}

@media screen and (max-width: 800px) {
    .section-options p{
        margin: 7px;
    }
    .section-titles h2{
        text-align: center;
    }
    .footer-opcion{
        margin-top: 40px;
    }
    .footer-opcion p{
        margin-right: 30px;
    }
    footer .search input{
        width: 100%;
    }   
    .redes-header{
        right: 10px;
    }
    .movil{
        justify-content: start;
    }
    .search {
        width: 100%;
    }
    .footer-info{
        padding-right: 0;
    }
    .navbar h1{
        position: absolute;
        top: 0;
        margin: 0;
    }
    .navbar-nav{
        text-align: center;
        margin-top: 20px;
    }
    .nav-config{
        width: unset;
        height: unset;
        justify-content: space-around;
    }
    .header-info p{
        font-size: 10px;
        margin: 0;
    }
    .header-info .container{
        justify-content: space-between;
    }
}