@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
}
body {
        font-family: 'Muli','Roboto',sans-serif;
        color: #4e4e4e;
        background-color: #f8f9fc;
        font-size: 0.8rem;
    height: 100%;
}

header .jumbotron-fluid {
        background-position: center;
    background-size: cover;
        height: 250px;
}
h1 {
    font-size: 2rem;
    margin-top: 10px;
    color: #4e4e4e;
    font-weight: 600;
        line-height: 1.1;
}
p {
    line-height: 1.2;
}
h2 {
    font-size: 1.6rem;
    margin-top: 10px;
        color: #073182;
        font-weight: bold;
}
h3 {
    font-size: 1.4rem;
}
a {
    cursor: pointer;
}
a:hover {
        text-decoration: none;
}
.logo {
        position: relative;
        z-index: 9;
        padding-top: 200px;
}
.logo img{
        width: 120px;
    height: auto;
}
.custom-control-label::before {
    top: 0.1rem;
}
footer p{
    text-align: justify;
}
.box {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px;
    text-align: center;
    background-color: #f5f5f5;
    cursor: pointer;
}
.form-check-label {
    margin-bottom: 0;
    position: relative;
    top: 2px;
}
.btn-lg {
    font-size: 1.7rem;
        border-radius: 2rem;
}
.precio {
    font-size: 1rem;
    margin-top: 10px;
    color: #073182;
    margin-bottom: 0;
        text-align: center;
}
.iva{
    margin-bottom: .5rem;
        text-align: center;
}
.suscripcion{
    margin: 1rem auto;
    background-color: #29a744;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: 0 none;
    width: 100% !important;
}
.suscripcion:hover{
    background-color:#218637;
}
.suscripcion:focus, .suscripcion:active{
    background-color: #29a744;
}
.custom-control-label::before {
    top: 0.1rem;
}
footer p{
    text-align: justify;
}
.captcha-container{
    background-color: #333333;
    border: 1px solid #333333;
    margin: 10px 0;
    padding: 5px 0;
}
.captcha-container img{
    margin-top: 5px;
}
#captcha-input {
    margin-top:  10px;
}
.numero {
    margin: 0 auto;
}
.legal {
    padding: 0 .5rem;
}
.footer {
    background-color: #0f1476;
    color: #fff;
    padding-top: 1rem;
    margin-top: 1rem;
}
.header {
    padding: 0 0 1.5rem;
}
.zona {
        border-radius: .5rem;
        padding: 1rem;
}
.zona .form-check {
        font-size: .9rem;
}
.zona button{
        background: transparent;
        margin: 0 auto;
		min-width: fit-content;
}
.contenido {
        padding-top: 100px;
        margin-bottom: 30px;
}
.categorias {
        float: left;
}
.categorias p a{
        font-size: 0.8rem;
    background-color: #f1f1f1;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    display: inline-block;
}
.categorias button{
        display: none !important;
}
.btn{
        color: #ffffff;
}
.btn-lg {
    font-size: 1.7rem;
    border-radius: 2rem;
}
.descripcion-sm{
        padding-top: 15px;
}
footer{
        background-color: #073182;
        color: #ffffff;
        font-size: 0.8rem;
        margin-top: 40px;
        padding: 15px 0;
        position: relative;
}

/* Carrusel */
.MultiCarousel {
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
}
.MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
        float: left;
}
.MultiCarousel .MultiCarousel-inner img {
        width: 100px;
        height: auto;
}
.MultiCarousel .MultiCarousel-inner .item > div {
        text-align: center;
/*      padding: 10px;
        margin: 10px;*/
        color: #666;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
/*      border-radius: 50%;
        top: calc(50% - 20px);*/
}
.MultiCarousel .leftLst {
        left: 0;
}
.MultiCarousel .rightLst {
        right: 0;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
/*      pointer-events: none;
        background: #ccc;*/
}
.MultiCarousel .carousel-control-prev, .MultiCarousel .carousel-control-next{
        width:4%;
        opacity: 0.8;
}
.lead {
    line-height: 1.1;
    padding-top: 10px;
        text-align: center;
    font-size: 1rem;
        width: 100px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #073182 !important;
        width: 40px;
    height: 30px;
    background-size: 50% 50%;
        padding: 0 !important;
        margin: 0 !important;
}
.destacados .carousel-control-prev, .destacados .carousel-control-next{
        width:inherit;
        opacity: 0.8;
}
.form-control {
        background: #f7f7f7;
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-check-label{
        margin-bottom: 0.5rem;
    font-size: 0.8rem;
    position: relative;
}
.captcha{
        text-align: center;
    margin-bottom: 0.5rem;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    z-index: 9;
}
.slick-prev:before, .slick-next:before{
        font-size: 30px;
        color: #073182;
        position: relative;
    top: -20px;
    right: 10px;
}
.slick-next:before{
    right: 30px;
}
.autoplay .slick-prev:before, .autoplay .slick-next:before{
        font-size: 30px;
        color: #073182;
        position: relative;
    top: 0;
    right: 10px;
}
.autoplay .slick-next:before{
    right: 40px;
}
.autoplay .slick-prev:before{
    right: -32px;
}
.slick-slide img {
    display: block;
    width: 175px;
}
.slick-dots {
        display:none !important;
}

@media (max-width: 576px) {
        .contenido {
    max-width: inherit!important;
        }
.logo {
    float: left;
    margin-right: 0.5rem;
    width: 100%;
        display: flex;
        align-items: flex-start;
}
        h1{
        margin-top: 58px;
    margin-left: 10px;
        }
        h2 {
                margin-top:0;
        }
        .categorias {
                padding-top: 2rem !important;
        }
        .MultiCarousel .MultiCarousel-inner .item {
        float: left;
        width: 100px !important;
    margin: 0 10px;
}
        .MultiCarousel .carousel-control-prev, .MultiCarousel .carousel-control-next{
        width:8%;
}
        .suscripcion h2{
        float: none;
}
        .suscripcion small {
    position: relative;
    top: -6px;
    text-align: center;
    display: block;
        }
        .slick-prev, .slick-next{
                display: none !important;
        }
}
