body {
    background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}
footer {
    padding-top: 4rem;
    background-color: #193e6d;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
}
footer h5{
    font-size: 1rem;
    font-weight: 300;
}
footer a {
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
footer a:hover,
footer .active {
    color: #049cf7;
}
footer .down-foot {
    background-color: #002a54;
    color: #fff!important;
}
footer .btn-social{
    background-color: #002a54;
    padding: 2px 10px 3px 10px;
    border-radius: 10px;
    color: #fff!important;
    font-size: 1.3rem;
}
footer .btn-social:hover{
    color: #002a54!important;
    background-color: #0074b9!important;
}
footer .navbar-brand img {
    width: 150px;
    padding: 0;
}
footer .pagos {
    max-width: 350px;
}
footer .titulo-foot {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
}
#info{
    background: url(../img/inicio/bg-blanco.svg) no-repeat right bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.input-sus{
    border-radius: 10px;
    height: 40px;
    border: none;
    padding: 10px;
}
.ico-serv{
    width: 30px;
}
.productos{
    border: none;
}
.bg-serv-inicio{
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(../img/inicio/bg-serv.svg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-top-serv{
    background: url(../img/inicio/bg-top-serv.svg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 120px;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.bg-down-serv{
    height: 120px;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;

    background: url(../img/inicio/bg-down-contacto.svg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gradient-banner {
    background: rgb(0 42 84 / 35%);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    opacity: .8;
    z-index: 0;
}
.on-img-noticias {
    border-radius: 0 0 4px 4px;
    bottom: 0;
    width: 100%;
    background: rgb(0 85 143);
    background: linear-gradient(90deg, rgb(31 31 31) 0%, rgb(38 38 38) 100%);
}
.top-noticias {
    background-color: #0074b9;
    border-radius: 5px;
    font-size: .75rem;
    padding: 4px 15px;
    font-weight: 300;
}
.img-noticia,
.img-noticia-lat {
    border-radius: 5px;
}
.forn-sus {
    display: block;
    width: 100%;
    height: 45px!important;
    padding: 0.5rem!important;
    font-size: 1rem!important;
    font-weight: 300!important;
    line-height: 1.5;
    color: #fff;
    background-color: #ffffff00!important;
    background-clip: padding-box;
    border: 2px solid #fff!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.forn-sus::placeholder{
    font-style: italic;
    color: #fff;
}
.card-desc{
    overflow: hidden;
}
.card-desc .flecha{
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    color: #fff;
    font-size: 2rem;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-desc:hover .flecha{
    right: 1rem;
}
.card-desc img{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-desc:hover img{
    transform: scale(1.1);
}
.carousel-indicators {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: inherit;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 1rem;
    margin-left: 5%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    position: relative;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 18px;
    height: 10px!important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ccc;
    background-clip: padding-box;
    border-radius: inherit!important;
    border: inherit;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-indicators [data-bs-target]:before{
    border-right: 9px solid transparent;
    border-bottom: 6px solid #ccc;
    border-left: 9px solid transparent;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: -6px;
    width: 0;
}
.carousel-indicators [data-bs-target]:after{
    border-top: 6px solid #ccc;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    bottom: -6px;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
}

.carousel-indicators .active {
    height: 10px;
    background: #0074b9;
    position: relative;
    width: 18px;
}
.carousel-indicators .active:before {
    border-right: 9px solid transparent;
    border-bottom: 6px solid #0074b9;
    border-left: 9px solid transparent;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: -6px;
    width: 0;
}
.carousel-indicators .active:after {
    border-top: 6px solid #0074b9;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    bottom: -6px;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
}
.top-titulo {
    color: #0074b9;
    font-size: .85rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bg-categoria {
    padding: 14rem 1rem 10rem 1rem;
    background-color: #153e69;
}
.bg-down-categoria {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 120px;
    background: url(../img/inicio/bg-down-categoria.svg) no-repeat right bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cont-categoria-inicio {
    height: 220px;
    background: url(../img/inicio/bg-categoria.svg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card-desc {
    border-radius: 0px;
    overflow: hidden;
    border: none;
}
.form-control-searsh {
    border: 1px solid #d8d8d8!important;
    height: 41px!important;
    border-radius: 25px;
    font-size: .9rem;
    font-weight: 300;
    padding-left: 10px;
    font-style: italic;
}
.btn-slide {
    background-color: #0074b9;
    border: #0074b9;
    color: #ffffff!important;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 15px;
    padding: 12px 30px;
    margin: auto;
}
.btn-slide-two {
    background-color: #f6360700;
    border: 2px solid #ff8c1e;
    color: #ffffff!important;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 25px;
    padding: 6px 30px;
    margin: auto;
}
.btn-slide:hover,
.btn-slide-two:hover{
	background-color: #032140!important;
    color: #fff!important;
}
.on-slide{

}
.img-slide-50 {
    position: absolute;
    height: 100%;
    right: 0;
    width: 61%;
}
.onda-slide {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../img/inicio/bg-slide.svg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.t-slide{
	max-width: 450px;
}
.cont-texto-s {
    margin: 8px 0 0 0;
    padding: 0;
    border-left: 3px solid #ff662f;
    height: 60px;
}
.cont-texto-small {
    position: relative;
    margin: 12px 15px 0 0;
    padding: 0;
    width: 3px;
    background: rgb(0,116,185);
    background: linear-gradient(180deg, rgba(0,116,185,1) 39%, rgba(0,116,185,0) 100%);
    height: 85px;
}
.cont-texto-small .circulo{
    width: 16px;
    height: 16px;
    top: -6px;
    left: -6px;
    background-color: #031029;
    border-radius: 50%;
    border: 3px solid #0074b9;
    position: absolute;
}
.cont-texto {
    position: relative;
    margin: 12px 15px 0 0;
    padding: 0;
    width: 3px;
    background: rgb(0,116,185);
    background: linear-gradient(180deg, rgba(0,116,185,1) 39%, rgba(0,116,185,0) 100%);
    height: 200px;
}
.cont-texto .circulo{
    width: 16px;
    height: 16px;
    top: -6px;
    left: -6px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #0074b9;
    position: absolute;
}
.linea-hori{
	margin-bottom: 25px;
	margin-top: 10px;
	border-top: 3px solid #0074b9;
	width: 150px;
}
.lines-one {
    height: 200px;
    right: -150px;
    top: -20px;
    z-index: -1;
}
.lines-two{
	height: 200px;
	left: -150px;
	bottom: -65px;
	z-index: -1;
}
.img-inicio{
	border-radius: 30px;
}
.col-equipo{
    padding-top: 200px;
}
.col-equipo .figure-equipo{
    left: 0;
    right: 0;
    bottom: 120px;
}
.offcanvas {
    position: fixed;
    bottom: 0;
    height: auto!important;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: #fff;
    visibility: hidden;
    background-color: #51b74a;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}
.offcanvas-body {
    overflow-y: inherit!important;
}
.img-canvas{
    left: 0;
    top: -100%;
}
.card-serv img{
	margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-serv:hover img{
	transform: scale(1.1);
}
.down-prod{
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 30px;

    background: url(../img/inicio/bg-prod.svg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.card-serv {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-serv .card-footer {
    background-color: #51b74a00!important;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}
.dropdown-menu {
    left: -45px!important;
}
.datos-noti {
    bottom: 0;
    background-color: #032140;
    width: 100%;
    padding: 15px 15px 0 15px;
}
.cont-mapa{
    margin-bottom: -6px;
    margin-top: -55px;
}
.card-news{
    border: inherit;
    margin: auto;
}
.figure-news {
    padding: 0;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
}
/*.figure-news .img-news{
    width: 196px;
    height: 175px;
    object-fit: cover;
    object-position: center;
}
*/
.cont-news-ini {
    background-color: #ff8c1e;
    border-radius: 0 20px 20px 0;
}
.social-foot {
    /* background-color: #fe662f; */
    /* border: 2px solid #fe662f; */
    color: #fff;
    border-radius: 50%;
    font-size: 1.2rem;
    padding: 10px 13px;
}
.social-index {
    background-color: #032140;
    border: 2px solid #032140;
    color: #fff;
    border-radius: 50%;
    font-size: 1.2rem;
    padding: 10px 13px;
}
.social-foot:hover {
    /* background-color: #032140;*/
    /* border: 2px solid #fe662f;*/
    color: #fe662f;
}
.social-index:hover {
    background-color: #f63607;
    border: 2px solid #032140;
    color: #fff;
}
.icono{
    z-index: -1;
    position: absolute;
    left: 4rem;
    bottom: 0;
    opacity: .075;
    width: 350px;
    height: 350px;

    background: url(../img/inicio/bg-ico.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.icono-two{
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    opacity: .075;
    margin: auto;
    top: 3rem;
    width: 350px;
    height: 350px;

    background: url(../img/inicio/bg-ico.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.icono-tres {
    z-index: 0;
    position: absolute;
    left: -3rem;
    margin: auto;
    top: 1rem;
    opacity: .075;
    width: 150px;
    height: 150px;
    background: url(../img/inicio/bg-ico.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-down-contacto{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 60px;

    background: url(../img/inicio/bg-down-contacto.svg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-up-contacto{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 200px;

    background: url(../img/inicio/bg-up-contacto.svg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-contacto {
    padding: 6rem 1rem;
    overflow: hidden;
    background-color: #0a78b8;

}
.bg-servicios {
    overflow: hidden;
    background-color: #f1f1f1;
    margin: 0 auto;
}

.accordion-button::after{
    display: none!important;
}
.accordion {
    overflow: hidden;
    border-radius: 25px!important;
}
.accordion-item{
   border: 1px solid rgb(1 40 82);
}
.accordion-button{
    background-color: #003268;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.accordion-button:hover {
    color: #ff8c1e;
}
.precio-oferta{
    font-size: .8rem;
    font-weight: 400;
    color: #fff!important;
}
.btn-lo-quiero{
    background-color: #f80402;
    border: 2px solid #f80402;
    color: #ffffff!important;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 15px;
    padding: 13px 15px;
}
.btn-lo-quiero:hover{
    background-color: #000;
    border:  2px solid #fff;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 1rem!important;
    padding-left: 0;
}
.card-carrusel .bg-gris{
    position: absolute;
    border-radius: 0 0 25px 25px;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 220px!important;
    height: 215px;
}
.card-carrusel{ 
    border: inherit;
}
.card-carrusel .sandwich{
    max-width: 90%;
    margin: auto;
}
.card-carrusel .card-body{
    padding-top: 120px;
    margin-top: -120px;
    border-radius: 25px;
    background-color: #000;
}
.card-carrusel .card-footer{
    border-radius: 0 0 25px 25px;
    background-color: #000;
}
.btn-close {
    box-sizing: content-box;
    width: 40px!important;
    margin-top: -25px!important;
    margin-right: -25px!important;
    box-shadow: 0 0 13px #000000a6;
    height: 40px!important;
    color: #ffffff!important;
    padding: 0.25em 0.25em!important;
    /* border: 1px solid #ff8c1e!important; */
    background: inherit!important;
    background-color: #032140!important;
    border-radius: 50%!important;
    opacity: 1!important;
}
.img-modal{
    position: absolute;
    left: -34px;
    max-width: 225px;
    bottom: -22px;
}
.img-modal-dos{
    position: absolute;
    max-width: 225px;
    right: -28px;
    bottom: -34px;
}
.bg-img{
    position: absolute;
    overflow: hidden;
    width: 65%;
    top: -28%;
    right: -5%;
}
.bg-img img{
    width: 100%;
}
.carousel-caption {
    right: 5%;
    left: 5%;
}
.cont-slide{

}
.img-slide{
    position: absolute;
    width: 55%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.btn-color-two {
    background-color: #f63607;
    /* border: 1px solid #f63607; */
    color: #ffffff!important;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 25px;
    padding: 8px 30px;
    margin: auto;
}
.btn-color-two:hover{
    background-color: #032140;
    color: #fff!important;
}
.carousel-inner {
}
.carrro{
    background-color: #fff;
    position: relative;
    color: #f80402;
    font-size: 1.3rem;
    border-radius: 50%;
}
}
.img-social{
    width: 30px;
    border-radius: 50%;
}

.list-searsh {
    position: absolute;
    top: 45px;
    border-radius: 20px;
    background-color: rgb(0 171 126 / 44%);
    border: border;
}
.list-searsh #results{
    list-style: none;
    padding: 10px;
}
.list-searsh #results li a{
    color: #fff;
    font-size: .9rem;
    text-decoration: none;
    font-weight: 200;
}
.list-searsh #results li a:hover{
    color: #141b28;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 15px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #04ac80;
    border-color: #04ac80;
}
.info-servicio {
    padding-top: 350px!important;
    background: rgb(31,40,57);
    background: linear-gradient(357deg, rgba(31,40,57,1) 17%, rgba(31,40,57,0) 65%);
    border: 2px solid #141a28;
    border-radius: 24px;
}
.cont-cat-serv{
        background-color: #21af85;
    border-radius: 20px;
    padding: 22px 18px
}
.bg-cli {
    background-color: #04ac80!important;
    margin-bottom: -95px;
    margin-top: -50px;
}
.bg-sus{
    background: rgb(255,112,47);
    background: linear-gradient(90deg, rgba(255,112,47,1) 0%, rgba(255,177,28,1) 100%);
}
.bg-oscuro{
    position: relative;
    overflow: hidden;
    background-color: #141a28;
}
.progress-bar {
    color: #41266b!important;
    background-color: #f1ca00!important;
}
.btn-float{
    position: absolute;
    left: 1rem;
    z-index: 2;
    top: 14rem;
}
.breadcrumb-item a {
    color: #6d3b9c!important;;
    text-decoration: underline!important;
}
.breadcrumb-item.active {
    color: #41266b!important;
}
.dash{
    border: 3px solid #f5f5f300!important;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dash:hover,
.dash-active{
    border: 3px solid #6d3b9c!important;
}
.btn-social i{
    color: #fff;
    font-size: 1.1rem;
}
.btn-social:hover i{
    color: #f80402;
}
.img-time{
    width: 100px!important;
    height: 100px;
    border-radius: 20px;
    box-shadow: 0px 3px 8px #6d3b9c4a;
    object-fit: cover;
    object-position: center;
}
.simply-countdown {
    overflow: hidden;
    display: table;
}
.simply-countdown > .simply-section {
     width: 90px;
    height: 90px;
    border-radius: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin: 7px;
    background: #fff;
    box-shadow: 0px 3px 8px #6d3b9c4a;
}
.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  text-align: center;
}
.cuadro-count{
    width: 90px;
    height: 90px;
    border-radius: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin: 7px;
    background: #fff;
    box-shadow: 0px 3px 8px #6d3b9c4a;
}
.simply-amount,
.numeros-reg{
    color: #41266b;
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 800;
}
.simply-word{
    color: #666;
    font-size: .95rem;
    font-weight: 300;
}
.bg-regresiva{
        border: none;
    border-radius: 25px;
    width: 100%;
    box-shadow: 0 8px 25px #6d3b9c52;
    z-index: 2;
    margin: -150px auto 0 auto;
}
.bg-app{
    padding-top: 150px;
    background: url(../img/inicio/bg-purple.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-app .ondas-top{
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    right: 0;
    top: 0;
     background: url("../img/inicio/bg-top.svg") repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-down{
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 115px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url(../img/inicio/bg-down.svg) repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-app .card{
    border: none;
    background-color: none;
    background-color: #f1ca00;
    border-radius: 25px;
}
.img-sus{
        margin-top: -25px;
    margin-bottom: -180px;
}
.bg-red{
    background-color: #e60128;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 1rem!important;
    padding-left: 0;
}
.owl-nav {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 80px;
    padding: 0;
}
.owl-nav .owl-prev{
    float: left;
    margin-left: 0px;
}
.owl-nav .owl-next{
    float: right;
    margin-right: 0px;
}
.owl-nav .owl-prev{
	border-radius: 15px 0 0 15px;
}
.owl-nav .owl-next{
	border-radius: 0 15px 15px 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    font: initial!important;
    line-height: .5rem!important;
    font-size: 30px!important;
    width: 40px;
    height: 30px;
    background-color: #ff8c1e!important;
    color: #ffffff!important;
    opacity: .8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
    opacity: 1;
}
.gradient-cat{
    position: absolute;
    height: 70%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 0 0 24px 24px;
    background: rgb(62,43,105);
    background: linear-gradient(2deg, rgba(62,43,105,0.9458158263305322) 7%, rgba(62,43,105,0) 93%);
}
.card-info-int{
    bottom: 10%;
    transform: translateY(-10%);
    position: absolute;
}
.card-cat{
    border-radius: 25px!important;
    border: 0px;
    height: 500px;
}
.casa-cat{
    width: 50%!important;
    position: absolute;
    bottom: -50px;
    right: 10px;
}
.card-prod{
    background-color: #000;
    border-radius: 25px!important;
    border: 0px;
}
.carousel {
    margin-top: 110px;
    position: relative;
}

.carousel-item {

    position: relative;
    height: 85vh;
    min-height: 400px;
    max-height: 850px;
}
.carousel-item .info-slide{
    position: absolute;
    width: 45%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    font-size: 3rem;
    opacity: .5;
    transition: opacity .15s ease;
}
.bg-top {
    color: #fff;
    background-color: #191919;
}
.wsp{
    color: #fff;
    background-color: #00e576;
    font-weight: 400;
    padding: .15rem .6rem!important;
    font-size: .7rem;
    border: 1px solid #00e576;
}
.img-opacidad{
    top: -1rem;
    left: -1rem;
    position: absolute;
    width: 100px;
}
.bg-withe .ico-prod{
    opacity: 0;
    background-color: rgb(0 0 0 / 0%);
    padding: 33%;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bg-withe:hover .ico-prod{
    opacity: 1;
    padding: 35%;
    background-color: rgb(0 0 0 / 10%);
}
.bg-withe,
.card-footer.bg-withe{
    padding: 1rem!important;
    border-top: 1px solid rgb(0 0 0 / 0%)!important;
    background-color: #300b58!important;
}
.bg-withe:hover .card-body,
.bg-withe:hover .card-footer.bg-withe{

}
.modal-content {
    border-radius: 2rem!important;
    background-color: #ff8c1e!important;
}
.gradient-slide{
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
}
.ico-wallet {
    border-radius: 26px;
    width: 60px;
    height: 60px;
    padding: 8px 0 5px 5px !important;
    text-align: center;
    border: 1px
 solid #6d3b9c;
    background-color: #6d3b9c!important;
}
.ico-wallet img{
    width: 40px!important;
}
.ico-cont {
    border-radius: 20px;
    width: 45px;
    height: 45px;
    padding-top: 7px;
    text-align: center;
    border: 1px solid #163f69;
    background-color: #163f69!important;
}
.ico-cont i{
    font-size: 1.2rem;
    color: #fff;
}
.coco{
    margin: -2rem auto -3.5rem auto;
}
.bg-hojas{
    background: url(../img/inicio/bg-hojas.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-blog{
    background-color: #e7aa20;
}
.bg-well{
    background-color: #f6f6f6;
}
.img-well{
    min-height: 300px;
}
.border-cuadro{
    border: 1px solid #fff;
    position: absolute;
    top: 5%;
    left: 2%;
    right: 2%;
    width: 96%;
    height: 90%;
}
.opacidad-slide{
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(2 152 145 / 25%);
}
.opacidad-banner{
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(2 152 145 / 45%);
}
.heart{
    width: 80px;
}
.logo-slide{
    width: 220px;
}
.cont-sociales{
    position: absolute;
    bottom: -1.35rem;
    z-index: 4;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}
.cont-sociales .btn-social{
    color: #fff;
    padding-top: .6rem;
    border-radius: 50%;
    margin: 0 5px;
    width: 2.7rem;
    height: 2.7rem;
    text-align: center;
    background-color: #c8621e;
    font-size: 1.2rem;
}
.cont-sociales .btn-social:hover{
    background-color: #e5ab1d;
}
.cont-buscar{
    width: 500px;
}
.cont-buscar .form-buscar{
        height: 41px!important;
    padding: 5px 10px;
    font-size: .9rem!important;
    font-style: italic;
    font-weight: 300!important;
    line-height: 1.2;
    color: #000000!important;
    background-color: rgb(255 255 255)!important;
    border: 1px solid #cdcdcd!important;
}
.cont-buscar .form-buscar::placeholder{
    color: #9c9c9c;
    padding-left: 10px!important;
    box-shadow: 0 0 0 0.25rem rgb(229 171 29 / 0%);
}

.cont-buscar .form-buscar:focus {
    color: #000!important;
    padding-left: 10px!important;
    background-color: #fff!important;
    border-color: #d54d3e!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(213 77 62 / 35%);
}
.cont-buscar .btn-buscar{
        display: inherit;
    background-color: #e60128;
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.cont-buscar .btn-buscar .bi-shop{
    margin-right: .5rem;
}
.cont-buscar:hover .btn-buscar{
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}
.btn-carro {
    padding: 8px 13px;
    font-size: 1.1rem;
    line-height: 0;
    background-color: #ff8c1e;
    position: relative;
    border-radius: 50%;
}
.btn-carro:hover {
    color: #000;
}
#navbar {
    /* overflow: hidden; */
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 35px;
    z-index: 99;
}
#navbar #logo {
    max-width: 300px;
    transition: 0.4s;
    opacity: 1;
}
#navbar .navbar-nav .nav-item{
    padding: 0 1rem;
}
#navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    padding: 0 6px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 400;
}
#navbar .navbar-nav .nav-item .nav-link:hover,
#navbar .navbar-nav .nav-item .active {
    color: #0073b8;
}
.gradient-news{
    height: 40%!important;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0);
    background: linear-gradient(0deg, rgb(0 0 0) 12%, rgb(32 0 75 / 0%) 75%);
}
.info-top-new{
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 15px;
    right: 15px;
    bottom: 0;
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: #0074b9!important;
    opacity: 1!important;
    transform: scale(.75) translateY(-0.5rem) translateX(0.15rem)!important;
}
.top-social{
    color: #025ea3;
}
.top-social:hover{
    color: #2488fe;
}
.navbar{
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    letter-spacing: .03rem;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fafb00;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}
.quantity {
    position: relative;
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
.alerta .alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 25px 15px;
    border: none;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}
.form-floating>label {
    position: absolute;
    top: -7px!important;
    left: 15px!important;
    height: 100%;
    font-style: italic;
    color: #163f69!important;
    font-weight: 300!important;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-control-sus:focus, .form-control:focus {
    color: #032140!important;
    padding-left: 15px!important;
    background-color: #ffffff!important;
    border-color: #163f69!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem hsl(202deg 100% 36% / 46%);
}
.form-control {
    display: block;
    width: 100%;
    height: 45px!important;
    padding: 0.5rem!important;
    font-size: 1rem!important;
    font-weight: 300!important;
    line-height: 1.5;
    color: #0d121e!important;
    background-color: #ffffff00!important;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-buscar{
    display: block;
    width: 100%;
    padding: 0 15px;
    font-style: italic;
    font-size: .8rem!important;
    font-weight: 300!important;
    line-height: 1.5;
    color: #ccc!important;
    background-color: #0f121e!important;
    background-clip: padding-box;
    border: 1px solid #10121e!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-buscar::placeholder{
    color: #04ac80;
}
.bg-yellow{
    background-color: #f9fc00;
}
.gradient-one,
.gradient-two,
.gradient-three{
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.gradient-one{
    background: rgb(0,0,0);
    background: linear-gradient(18deg, rgba(0,0,0,0.804359243697479) 6%, rgba(0,0,0,0) 46%);
}
.gradient-two{
    background: rgb(9,38,101);
    background: linear-gradient(18deg, rgba(9,38,101,0.9023984593837535) 6%, rgba(9,38,101,0) 46%);
}
.gradient-three{
    background: rgb(0,0,0);
    background: linear-gradient(18deg, rgba(0,0,0,0.804359243697479) 6%, rgba(0,0,0,0) 46%);
}
.cloud-one{
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 390px;
    height: 420px;
    background-image: url(../img/inicio/nube-uno.png);
}
.cloud-two{
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 390px;
    height: 420px;
    background-image: url(../img/inicio/nube-dos.png);
}
.cloud-three{
    background-image: url(../img/inicio/nube-tres.png);
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1320px;
    height: 382px;
}
.carousel-control-next{
    right: 0!important;
}
.carousel-control-prev {
    right: 50px!important;
}
.carousel-control-next:hover,
.carousel-control-prev:hover{
    opacity: 1!important;
}

.btn-down{
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    position: relative;
    animation: move 2s infinite;
}
@keyframes move{
    from {
        opacity: 1;
        top: 0px;
    }
    to {
        opacity: 0;
        top: 15px;
    }
}
.btn-inicia{
    background-color: #40266a!important;
    color: #fff!important;
    font-size: .8rem!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    border-radius: 14px!important;
    padding: 10px 25px!important;
}
.btn-inicia.active,
.btn-inicia:hover {
    background-color: #f1ca00!important;
    color: #40266a!important;
    font-size: .8rem;
    font-weight: 400;
    text-decoration: none!important;
}
.btn-color-searsh {
    background-color: #ff8c1e!important;
    border: 1px solid #ff8c1e;
    color: #ffffff!important;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 50%;
    padding: 8px 13px;
}
.btn-color {
    background-color: #0074b9!important;
    border: 2px solid #0074b9;
    color: #ffffff!important;
    font-size: .85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 15px;
    padding: 10px 25px;
}
.btn-color-black{
    background-color: #10121e!important;
    border: 2px solid #131a27;
    color: #ffffff!important;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 25px;
    padding: 8px 30px;
}
.btn-color-black:hover{
    background-color: #04ac80!important;
    border: 2px solid #131a27;
    color: #131a27!important;
    font-size: 1rem;
}
.btn-buscar{
    background-color: #04ac80!important;
    border: 2px solid #21af85;
    color: #ffffff!important;
    font-size: .8rem;
    font-weight: 600;
    border-radius: 25px;
    padding: 8px 12px;
}
.btn-color-sus{
    background-color: #e60128!important;
    color: #fff!important;
    border: 1px solid #fff;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-sus:hover{
    background-color: #000!important;
    border: 1px solid #000;
}
.btn-color-small{
    background-color: #163f69!important;
    border: 2px solid#163f69;
    color: #ffffff!important;
    font-size: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px;
    padding: 5px 5px 5px 10px;
}
.btn-color-line {
    background-color: rgb(231 170 32 / 0%);
    color: #ffffff;
    border: 2px solid #0074b9;
    font-size: .85rem;
    font-weight: 600;
    border-radius: 15px;
    padding: 10px 25px;
}
.btn-color-line-two {
    background-color: rgb(231 170 32 / 0%);
    color: #373737;
    border: 2px solid #0074b9;
    font-size: .85rem;
    font-weight: 700;
    border-radius: 15px;
    padding: 10px 30px;
}
.btn-color-line-two:hover{
    background-color: #0074b9!important;
    color: #fff!important;
    border: 2px solid #0074b9!important;
}
.btn-color-lines{
    background-color: rgb(231 170 32 / 0%);
    color: #fff;
    border: 1px solid #e60128;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-line-black{
    background-color: rgb(231 170 32 / 0%);
    color: #000;
    font-size: .8rem;
    font-weight: 400;
    border: 1px solid #000;
    /* text-transform: uppercase; */
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-line-black:hover,
.btn-color-line:hover,
.btn-color-lines:hover{
    color: #fff!important;
    background-color: #0074b9!important;
    border: 2px solid #0074b9!important;
}
.btn-color:hover,
.btn-color-small:hover {
    background-color: #1f1f1f!important;
    border: 2px solid #1f1f1f;
    color: #ffffff!important;
}
.btn-blue{
    background-color: #2488fe;
    color: #fff;
    font-size: .8rem;
    border: 2px solid #2488fe;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-blue:hover{
    background-color: #fafb00;
    color: #2488fe;
    border: 2px solid #2488fe;
}
.cont-img-doble{
    position: relative;
}
.cont-img-doble .marca-agua {
    position: absolute;
    color: #000000;
    line-height: 5rem;
    top: -10px;
    right: 25px;
    opacity: .05;
    font-size: 5rem;
    font-weight: 800;
}
.cont-img-doble .img-gris {
    width: 75%;
    margin-left: 0;
    border-radius: 35px;
    opacity: .5;
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cont-img-doble .img-color {
    width: 55%;
    border-radius: 25px;
    top: 15%;
    position: absolute;
    right: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cont-img-doble .cuadro {
    width: 150px;
    position: absolute;
    top: 0%;
    right: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cuadro-dos {
    border: 10px solid #fafb00;
    width: 120px;
    position: absolute;
    top: -70px;
    left: 2px;
    z-index: -1;
    height: 120px;
}
.cont-img-doble:hover .img-gris{
    margin-left: 5%;
}
.cont-img-doble:hover .img-color{
    width: 47%;
    top: 18%;
    right: 80px;
}
.cont-img-doble:hover .cuadro{
    width: 150px;
    right: 25px;
}
.quantity input {
    width: 50%!important;
    height: 50px;
    line-height: 1.65;
    float: left;
    font-weight: 300;
    display: block;
    padding: 0;
    margin: 0px 25px 0 0;
    border-radius: 15px;
    padding-left: 15px;
    border: 1px solid #eee;
}
.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 33px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ff8c1e;
    width: 21px;
    /* height: 21px; */
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    background-color: #ff8c1e;
    font-size: 16px;
    line-height: 1.2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
   position: absolute;
    height: 21px;
    top: 2px;
    border: 1px solid #ff8c1e;
}

.quantity-button.quantity-down {
   position: absolute;
    bottom: -15px;
    height: 21px;
}
/*CSS Icono Carro de Compras*/

/*CSS Icono Carro de Compras*/

.carousel-item {
    height: 75vh;
    min-height: 400px;
    max-height: 750px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-seccion {
    height: 30vh;
    margin-top: 95px;
    min-height: 300px;
    max-height: 300px;
}
.carousel-caption {
    bottom: inherit;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 50%;
    width: 45%;
    transform: translateY(-50%);
}

#mainNav {
    border: 0px!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #f1f1f1!important;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}
#mainNav .navbar-toggler {
    font-size: 18px;
    right: 0;
    /*padding: 10px 15px;*/
    /*color: white;*/
    /*border: 0;*/
    /*background-color: #098b2a;*/
}
#mainNav .navbar-brand {
    padding: 0;
}
#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fec503;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    color: #333;

}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    /*color: #28a745;*/
    text-decoration: underline;
}
.ios{

    max-width: 130px;
}
.android{

    max-width: 155px;
}
.texto-blanco-small{
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    line-height: .95rem;
}
.titulo-blanco-small{
    color:  #fff;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 800;
}
.texto-cat {
    color: #f1ca00;
    font-size: 1.1rem;
    line-height: 1rem;
    font-style: italic;
    font-weight: 400;
}
.titulo-cat {
    color: #fff;
    font-size: 3.1rem;
    line-height: 3.1rem;
    font-weight: 700;
    text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
}
.titulo-slide-small{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    max-width: 450px;
    text-shadow: 0px 1px 5px rgb(0 0 0 / 19%);
    /* line-height: 3.6rem; */
}
.texto-slide {
    color: #fff;
    max-width: 450px;
    font-size: .95rem;
    font-weight: 300;
    text-shadow: 0 0 3px #0f141e4a;
}
.texto-slide-small {
    color: #fff;
    text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
    font-size: 1.2rem;
    font-style: italic;
    max-width: 350px;
    font-weight: 300;
}
.texto-blanco {
    color: #fff;
    font-size: .85rem;
    line-height: 1.2rem;
    font-weight: 300;
}
.titulo-small-blanco{
    top: 1rem;
    color: #2f2f2f;
    position: absolute;
    padding: 0 1rem 0 2.4rem;
    border: 1px solid red;
    /* background-color: #fff; */
    font-size: 3rem;
    line-height: 3rem;
}
.titulo-heart{
    display: inline-block;
}
.titulo-oferta {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}
.valor-oferta{
    color: #fff;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
}
.titulo-slide {
    color: #ffffff;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 500px;
    /* margin: auto; */
    line-height: 2.6rem;
}
.titulo {
    color: #1a4768;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.6rem;
    max-width: 450px;
}
.max-titulo{
	max-width: 230px;
}
.titulo-blanco {
    z-index: 1;
    color: #fff;
    font-size: 2.7rem;
    font-weight: 600;
}
.linea-titulo {
    width: 100%;
    top: 0;
    border-top: 1px solid #bbb7b7
}
.titulo-small{
    color: #2f2f2f;
    font-size: 1.3rem;
    line-height: 1.3rem;
}
.subtitulo {
    color: #032140;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.subtitulo-two {
    color: #000;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5rem;
}
.valor-ticket {
    color: #f1ca00;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4rem;
}
.Nombre-prod{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6rem;
}
.subtitulo-small{
    color: #131a26;
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.texto-news {
    color: #0073b8;
    font-size: .85rem;
    font-weight: 300;
}
.subtitulo-blanco {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.date-autor{
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 3;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
}
.btn-news {
    text-transform: uppercase;
    color: #fff!important;
    background-color: #f80402;
    font-size: .75rem;
    border-radius: 15px;
    font-weight: 500;
    padding: 5px 20px;
}
.btn-news:hover{
    color: #fff!important;
    background-color: #000;
}
.btn-news-two {
    color: #fff!important;
    padding: 0 15px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #04ac80;
    font-size: .85rem;
    font-weight: 500;
}
.btn-news-two:hover{
    background-color: #141a28;
}
.btn-news-tress {
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #141a28;
    font-size: .85rem;
    font-weight: 500;
}
.btn-news-tress:hover{
    color: #04ac80;
    background-color: #141a28;
}
.valor{
    color: #333;
    font-size: 1.5rem;
    font-weight: 400;
}
.texto-prod {
    color: #797979;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 400;
}
.texto-oferta{
    color: #fe7128;
    font-size: .95rem;
    font-weight: 400;
}
.texto {
    color: #666;
    font-size: 1rem;
    font-weight: 300;
}
.texto-sm {
    color: #666;
    font-size: .85rem;
    font-weight: 300;
}
.texto-serv {
    color: #032140;
    font-size: .9rem;
    font-weight: 300;
}
.texto-small {
    color: #3d3d3d;
    font-size: .85rem;
    font-weight: 300;
}
.texto-blue{
    color: #1a476a;
    font-size: 1rem;
    font-weight: 300;
}
.texto strong{
    font-weight: 600;
    color: #333;
}
.texto-big{
    color: #000;
    font-size: 1.3rem;
    font-weight: 200;
}
.texto-inicia{
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
}
.texto-inicia i{
    font-size: .8rem;
    color: #fff;
}
.texto-inicia .bi-person-fill,
.texto-inicia .bi-person-check-fill,
.texto-registro .bi-person-fill,
.texto-registro .bi-person-check-fill{
    font-size: .9rem!important;
    color: #fff;
}
.texto-registro {
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
}
.texto-registro:hover{
    color: #51b74a;
}
.texto-underline{
    border-bottom: 1px dashed #ccc;
}

.precio-oferta{
    font-size: 14px;
    text-decoration: line-through;
}

/*Custom Radios Color - Tallas*/
    .select-color{
        width: 40px;
        height: 40px;
        margin-right: .3rem;
        margin-bottom: .4rem;
    }
    .select-tallas{
        width: 45px;
        min-height: 32px;
        margin-right: .3rem;
        margin-bottom: .4rem;
    }

    /* Hide the browser's default radio button */
    .select-color input,
    .select-tallas input{
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .select-color .cont-color{
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        width: 40px;
        padding: 4px;
        border:1px solid #e3e3e3;
        background-color: #fff;
    }
    .select-tallas .cont-talla{
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 0px;
        width: 45px;
        border: 1px solid #e3e3e3;
        font-size: 14px;
        background-color: #fff;
    }

    .select-color .cont-color .color{
        height: 100%;
        width: 100%;
    }

    /* On mouse-over */
    .select-color:hover input ~ label .cont-color,
    .select-tallas:hover input ~ .cont-talla{
        border-color: #80bdff;
        box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
        cursor: pointer;
    }

    /* Show the indicator when checked */
    .select-color input:checked ~ label .cont-color,
    .select-tallas input:checked ~ .cont-talla {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
    }

/*Fin Custom Radios Color - Tallas*/

.tabs-ganacoins .nav-item .nav-link{
    border-radius: 10px;
    color: #41266b;
    background-color: #f1f1f1;
}
.tabs-ganacoins .nav-item .nav-link.active{
    background-color: #6d3b9c;
    color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.list-docs .btn{
    border-radius: 10px;
    background-color: #f6f6f6;
    text-decoration: none;
    color: #666;
}
.list-docs .btn:is(:hover,:focus){
    background-color: #163f69;
    color: #fff;
}
.credencial{
    width: 9cm;
/*    aspect-ratio: .7;*/
/*    max-width: 350px;*/
}
.credencial .card-body{
    aspect-ratio: .8;
    background-image: url('../img/inicio/bg-blanco.svg');
    background-size: cover;
    background-position: right bottom;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 55px;
    height: 55px;
    bottom: 15px;
    left: 15px;
    background-color: #00e576;
    padding: 5px 12px 8px 12px;
    animation: 1s infinite alternate shimmy;
}
.whatsapp i {
   position: absolute;
    font-size: 2rem;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}
@media (max-width: 1199px) {
    .navbar-toggler {
	    padding: 0.3rem 0.5rem!important;
	    font-size: 1.25rem;
	    line-height: 1;
	    background-color: #0074b9!important;
	    border: 2px solid #013168!important;
	    border-radius: 0.6rem!important;
	    transition: box-shadow .15s ease-in-out;
	}

}

@media (max-width: 1024px) {

    .carousel {
        margin-top: 130px!important;
        position: relative;
    }
    .carousel-item .info-slide {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-60%);
    }
    .navbar-toggler {
	    padding: 0.3rem 0.5rem!important;
	    font-size: 1.25rem;
	    line-height: 1;
	    background-color: #0074b9!important;
	    border: 2px solid #013168!important;
	    border-radius: 0.6rem!important;
	    transition: box-shadow .15s ease-in-out;
	}
    #navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 0;
    }
}

@media (max-width: 991px){
	.bg-contacto {
	    padding: 4rem 0.75rem;
	}
    .carousel-item .info-slide {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-60%);
    }
    .carousel-item {
        height: 55vh;
        min-height: 400px;
        max-height: 550px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .banner-seccion {
        height: 20vh;
        min-height: 200px;
        max-height: 200px;
    }
    .btn-carro {
        margin-top: -10px;
    }
    #navbar{
        padding: 10px 0!important;
    }
    .navbar-brand {
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
    }
    #navbar #logo{
        opacity: 1!important;
        width: 120px!important;
    }
    .cont-buscar{
        max-width: 300px;
        margin: auto;
    }
    .btn-color,
    .btn-linea,
    .btn-color-line-black {
        font-size: .9rem;
        padding: 8px 20px;
    }
    .btn-color-small{
        font-size: .8rem;
        padding: 5px 15px;
    }
    .cont-img-doble .cuadro {
        width: 100px;
        position: absolute;
        top: 20%;
        right: 0;
    }
    .cont-img-doble .img-gris{
        width: 80%;
    }
    .cont-img-doble .img-color{
        width: 60%;
        top: 8%;
        position: absolute;
        right: 8%;
    }
    #mainNav .navbar-brand img {
        width: 170px;
    }
    .carousel-item {
    }
    .titulo-blanco,
    .titulo{
        font-size: 2rem;
        line-height: 2rem;
    }
    .titulo-blanco {
        margin-right: auto!important;
        margin-left: 0!important;
        font-size: 2rem;
        line-height: 2rem;
    }
    .titulo-slide{
	    font-size: 1.8rem;
	    max-width: 330px;
	    line-height: 2rem;
	}
    .heart{
        width: 60px;
    }
    .titulo{
        font-size: 2rem;
        line-height: 2rem;
    }
    .navbar .navbar-brand img {
        width: 130px;
    }
    .cont-carro{
        right: 70px!important;
        top: 0;
    }
}
@media (max-width: 768px){
    .carousel-caption {
        bottom: inherit;
        padding: 0;
        text-align: left;
        position: absolute;
        top: 45%;
        width: 40%;
        transform: translateY(-50%);
    }
	.onda-slide{
		position: absolute;
		height: 100%;
		width: 100%;

		background: url(../img/inicio/bg-slide-a.svg) no-repeat right;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
	.carousel {
	    margin-top: 98px!important;
	    position: relative;
	}
	.img-slide-50 {
        height: 75%;
        right: 0;
        width: 61%;
    }
    .img-canvas {
        left: -70px;
        top: inherit;
        bottom: -35px;
        width: 200px!important;
    }
    .bg-servicios {
        padding: 4rem 0.75rem;
    }
    .cont-mapa{
        margin-bottom: -6px;
        margin-top: -25px;
    }
    footer {
    }
    .bg-servicios {
	    padding: 4rem 0.75rem;
	}
    .bg-contacto {
	    padding: 4rem 0.75rem;
	}


    .bg-down {
        height: 70px;
    }
    .carousel-item{
        height: 100vh;
    }
    .simply-countdown > .simply-section {
        width: 80px;
        height: 80px;
    }
    .simply-amount,
    .numeros-reg {
        color: #41266b;
        font-size: 2.3rem;
        line-height: 2.3rem;
        font-weight: 800;
    }
    .card-cat {
        border-radius: 25px!important;
        border: 0px;
        height: 350px;
    }
    .titulo-cat {
        color: #fff;
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 700;
        text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
    }
    .texto-cat {
        color: #f1ca00;
        font-size: 1rem;
        line-height: 1rem;
        font-style: italic;
        font-weight: 400;
    }
}
@media (max-width: 767px){
    .t-slide {
        max-width: 310px;
    }
	.carousel-indicators {
	    display: none;
	}
	.carousel-caption {
	    width: 100%;
	    transform: translateY(15%);
	}
	.btn-slide,.btn-slide-two{
	    border-radius: 25px;
	    padding: 5px 20px;
	    margin: auto;
	}
	.onda-slide{
		position: absolute;
		height: 100%;
		width: 100%;

		background: url(../img/inicio/bg-slide-c.svg) no-repeat left;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
	.carousel {
	    margin-top: 98px!important;
	    position: relative;
	}
	.img-slide-50 {
        height: 52%;
        right: 0;
        width: 100%;
    }
    .card-cat {
        border-radius: 25px!important;
        border: 0px;
        height: 260px;
    }
    .titulo-cat {
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.8rem;
        font-weight: 700;
        text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
    }
    .texto-cat {
        color: #f1ca00;
        font-size: .7rem;
        line-height: .6rem;
        font-style: italic;
        font-weight: 400;
    }
    .bg-regresiva {
        border: none;
        border-radius: 25px;
        width: 100%;
        box-shadow: 0 8px 25px #6d3b9c52;
        z-index: 2;
        margin: -30px auto 0 auto;
    }
    .simply-countdown {
        overflow: hidden;
        margin: 0!important;
        display: table;
    }
    .simply-countdown > .simply-section {
        width: 65px;
        height: 65px;
    }
    .cuadro-count{
        width: 65px;
        height: 65px;
    }
    .bg-img {
        position: absolute;
        overflow: hidden;
        width: 110%;
        top: 0%;
        right: -14%;
    }
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
    }
    .cont-slide {
        position: absolute;
        width: 100%;
        left: -13%;
        top: 100%;
        transform: translateY(-100%);
    }
    .carousel-item .img-slide {
        position: absolute;
        width: 100%;
        right: -13%;
        top: 100%;
        transform: translateY(0%);
    }
    
    .banner-seccion {
        height: 20vh;
        min-height: 200px;
        max-height: 200px;
    }
    .navbar {
    }
    .menu-iniciar{
        float: inherit;
    }
}




