body {
    font-family: 'Montserrat', sans-serif;
}
footer{
    background-color: #222221;
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
}
footer h5{
    font-size: 1rem;
    font-weight: 300;
}
footer a{
    text-decoration: none;
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
}
footer a:hover,
footer .active{
    color: #e24241;
}
footer .down-foot{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    background: url("../img/inicio/down-footer.svg") no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
footer .btn-social{
    color: #fff;
}
footer .btn-social:hover{
    color: #e24241;
}
footer .navbar-brand img {
    width: 170px;
    padding: 0;
}
.name-class{
    position: absolute;
    width: 100%;
    text-align: right;
    padding-top: 330px;
    height: 100%;
    bottom: 0;
}
.name-class h2{
    color: #fff;
    font-weight: 600;
}
.name-class-in{
    position: absolute;
    width: 100%;
    text-align: right;
    padding-top: 170px;
    height: 100%;
    bottom: 0;
}
.name-class-in h2{
    color: #fff;
    font-weight: 600;
}
.degradado{
    position: absolute;
    height: 120px;
    width: 100%;
    bottom: 0;
    right: 0;
    background: url(../img/inicio/bg-gradient.svg) no-repeat right bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cont-serv{
    overflow: hidden;
    border-radius: 2rem 0;
}
.serv{
    height: 400px;
}
.modal-content {
    z-index: -2;
}
.cont-noti{
    border: 1px solid #d4d3d3;
    padding: 1rem;
    border-radius: 0 25px;
    margin-bottom: 3rem;
}
.down-banner{
    background: url(../img/inicio/bg-banners.svg) no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 140px;
    bottom: 0;
}
.dropdown-menu-dark {
    color: #dee2e6;
    border-radius: 0px;
    padding: 0;
    margin: -1px 0 0 -1px;
    background-color: #43be8a;
    border-color: rgba(0,0,0,.15);
}
.dropdown-menu-dark .dropdown-item {
    color: #1c1c1b;
    font-size: .7rem;
    padding: 8px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #1c1c1b;
    background-color: #9cc144;
}

.btn-close{
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    /* left: 0; */
    /* margin: auto; */
    z-index: 9999;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #fff;
    color: #fff!important;
    background-color: #ffffff47;
}
.menu-desplegable{
    margin: 0!important;
    background-color: #000!important;
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: 0!important;
    padding: 0!important;
}
.menu-desplegable .dropdown-item{
    font-weight: 500!important;
    font-size: .75rem!important;
    color: #fff!important;
    padding: 8px 15px 8px 10px!important;
    background-color: #1c1c1b!important;
}
.menu-desplegable .dropdown-item:hover,
.menu-desplegable .dropdown-item:focus {
    color: #fff!important;
    background-color: #9cc144!important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 9px;
    top: 15px;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.figure-flex{
    margin-top: -15rem;
}
.info-pie{
    margin-top: -7rem;
}
.bg-contacto{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
    background: url("../img/inicio/bg-contacto.svg") no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-contacto-dos{
    position: absolute;
    width: 100%;
    height: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background: url("../img/inicio/bg-contacto-dos.svg") no-repeat right bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container-contacto{
    padding-top: 10rem;
    padding-bottom: 5rem;
}
.figure-img-one{
    background: url("../img/inicio/bg-one.svg") no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.figure-img-two{
    background: url("../img/inicio/bg-two.svg") no-repeat left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.info-center{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.color-small{
    position: absolute;
    width: 10%;
    height: 100%;
    left: 0;
    top: 0; 

    background: url("../img/inicio/bg-small.svg") no-repeat right bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.color-big{
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0; 
    background: url("../img/inicio/bg-big.svg") no-repeat left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-item {
    position: relative;
    height: 85vh;
    min-height: 400px;
    max-height: 850px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-item .info-slide{
    position: absolute;
    width: 45%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-item .img-slide{
    position: absolute;
    width: 45%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    font-size: 2rem!important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #1d1d1d!important;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1!important;
    transition: opacity .15s ease;
}
.carousel-indicators{
    left: 10%;
    margin-left: 0!important;
    right: inherit!important;
}
.carousel-indicators .active{
    background-color: #e24440!important;
    border: 1px solid #e24440!important;
    opacity: 1!important;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 13px!important;
    height: 13px!important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 50%!important;
    border: 1px solid #1d1d1d;
    opacity: 1;
    transition: opacity .6s ease;
}

.iniciar{
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
}
.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{
    margin-right: 60px;
}
.cont-buscar .form-buscar{
    height: 45px!important;
    padding: 5px 10px;
    font-size: 1rem!important;
    font-weight: 300!important;
    line-height: 1.2;
    color: #000000!important;
    background-color: rgb(255 255 255 / 0%)!important;
    border: 1px solid #fff!important;
}
.cont-buscar .form-buscar::placeholder{
    color: #fff;
    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: #e5ab1d!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(229 171 29 / 43%);
}
.cont-buscar .btn-buscar{
    font-size: 1.3rem;
    color: #fff;
    border-radius: 50%;
    background-color: rgb(229 171 29 / 0%)
}
.cont-buscar:hover .btn-buscar{
    color: #fff;
    background-color: #e5ab1d;
}
.btn-carro{
    padding: 0;
    color: #fff;
    font-size: 1.4rem;
}
.btn-carro .badge {
    padding: 5px 0;
    font-weight: 400;
    font-size: .9rem;
}
.btn-carro:hover{
    color: #e7aa20;
}
.menu-iniciar{
    margin-right: 1rem;
    float: right;
}
#navbar {
    transition: 0.4s;
    position: fixed;
    width: 100%;
    z-index: 99;
    background: rgb(14 50 45 / 0%);
    background: linear-gradient(0deg, rgba(85,158,143,0) 0%, rgba(85,158,143,0) 79%);
}
#navbar #logo{
    top: 0;
    left: 0;
    max-width: 230px;
    transition: 0.6s;
    opacity: 1;
}
#navbar .navbar-nav .nav-item{
    padding: 0 1rem;
}
#navbar .navbar-nav .nav-item .nav-link {
    color: #1d1c1c;
    font-size: .9rem;
    font-weight: 600;
}
#navbar .navbar-nav .nav-item .nav-link:hover,
#navbar .navbar-nav .nav-item .active{
    color: #e34342;
    text-decoration: none;
}
.gradient-news{
    height: 40%!important;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 119 94);
    background: linear-gradient(0deg, rgb(0 116 93) 12%, rgb(0 126 99 / 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 {
    opacity: .5!important;
    transform: scale(.75) translateY(-.5rem) translateX(.15rem)!important;
}
.top-social{
    color: #025ea3;
}
.top-social:hover{
    color: #2488fe;
}
.navbar{
    color: #fff;
}
.navbar .navbar-brand img {
    width: 200px;
    padding: 0;
}
.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%;
    color: #fff!important;
    font-weight: 300!important;
    padding: 1rem .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: #000!important;
    padding-left: 15px!important;
    background-color: hsl(0deg 0% 100% / 0%)!important;
    border-color: #f44336!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem hsl(36deg 100% 50% / 27%);
}
.form-control{
    display: block;
    width: 100%;
    height: 45px!important;
    padding: .5rem!important;
    font-size: .9rem!important;
    font-weight: 400!important;
    line-height: 1.5;
    color: #ccc!important;
    background-color: hsl(0deg 0% 100% / 0%)!important;
    background-clip: padding-box;
        border: 1px solid #ccc!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control::placeholder{
    color: #000;
}
.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;
    }
}
.mi-perfil{
    color: #fff;
    background-color: #1d1d1d;
    border-radius: 0px;
    margin-top: 5px;
    padding: 3px 13px;
    font-size: .7rem;
    font-weight: 600;
}
.mi-perfil:hover{
    color: #fff;
    background-color: #c24545;
    text-decoration: none;
}
.btn-inicia{
    font-family: 'Montserrat', sans-serif!important;
    background-color: #1d1d1d!important;
    color: #fff!important;
    font-size: .8rem!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    border-radius: 0px!important;
    padding: 10px 25px!important;
    position: relative;
}
.btn-inicia .tras{
    position: absolute;
    z-index: -1;
    left: -4px;
    bottom: -4px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #1d1d1d;
}
.btn-face{
    background-color: #3b5998!important;
    font-size: .65rem!important;
    font-weight: 700!important;
}
.btn-inicia.active,
.btn-inicia:hover{
    background-color: #c24545!important;
    color: #fff!important;
    text-decoration: none!important;
}
.btn-red{
    border: 1px solid #e24440;
    background-color: #e24440;
    color: #fff;
    font-size: 0.7rem;
    line-height: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 12px 25px 9px 25px;
}
.btn-red i{
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
}
.btn-red .tras{
    position: absolute;
    z-index: -1;
    left: -4px;
    bottom: -4px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #e24440;
}
.btn-slide{
    position: relative;
    border:  1px solid #1d1d1d;
    background-color: #1d1d1d;
    color: #fff;
    font-size: .8rem;
    line-height: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 16px 25px 12px 25px;
}
.btn-slide i{
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
}
.btn-slide .tras{
    position: absolute;
    z-index: -1;
    left: -4px;
    bottom: -4px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #1d1d1d;
}
.btn-slide:hover{
    background-color: #fff;
    color: #1d1d1d;
}
.btn-slide:hover i{
    color: #1d1d1d;
}
.btn-slide:hover .tras{
    background-color: #1d1d1d;
}

.btn-slide-dos{
    position: relative;
    border:  1px solid #1d1d1d;
    background-color: #fff;
    color: #1d1d1d;
    font-size: .8rem;
    line-height: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 16px 25px 12px 25px;
}
.btn-slide-dos i{
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
}
.btn-slide-dos .tras{
    position: absolute;
    z-index: -1;
    left: -4px;
    bottom: -4px;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    border: 1px solid #1d1d1d;
}
.btn-slide-dos:hover{
    background-color: #1d1d1d;
    color: #fff;
}
.btn-slide-dos:hover i{
    color: #fff;
}
.btn-slide-dos:hover .tras{
    background-color: #fff;
}
.cont-img-doble{
    position: relative;
}
.cont-img-doble .marca-agua{
    position: absolute;
    color: #025ea3;
    line-height: 6rem;
    top: -10px;
    right: 25px;
    opacity: .25;
    font-size: 8rem;
    font-weight: 800;
}
.cont-img-doble .img-gris{
    width: 70%;
    margin-left: 0;
    border: 8px solid #2488fe;
    -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: 45%;
    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{
    border: 12px solid #fafb00;
    width: 150px;
    position: absolute;
    top: 20%;
    right: 15px;
    height: 150px;
    -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: 85%;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0px 25px 0 0;
    border-radius: 20px;
    padding-left: 15px;
    border: 1px solid #eee;
}
.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 22px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background-color: #e5ab1d;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -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: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}
/*CSS Icono Carro de Compras*/

/*CSS Icono Carro de Compras*/
.banner-seccion {
    height: 25vh;
    min-height: 250px;
    max-height: 250px;
}
.carousel-caption{
    left: 5%;
    right: 5%;
    bottom: inherit;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    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;
}
.card-prod{
    border-radius: 0px!important;
    border: 0!important;
}
.titulo-slide {
    font-size: 2.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1d1d1d;
    line-height: 3.1rem;
}
.texto-slide {
    color: #1d1d1d;
    max-width: 600px;
    font-size: .95rem;
    font-weight: 400;
}
.texto-blanco{
    color: #fff;
    max-width: 600px;
    font-size: .95rem;
    font-weight: 300;
}
.texto-blanco i{
    color: #1d1d1d;
}
.top-titulo{
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #e34a46;
    line-height: .9rem;
}
.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 {
    top: 1rem;
    color: #2f2f2f;
    padding: 0 1rem 0 2.3rem;
    font-size: 3rem;
    margin-top: -3.5rem;
    line-height: 3rem;
}
.titulo-blanco{
    top: 1rem;
    color: #fff;
    padding: 0 1rem 0 2.3rem;
    font-size: 3rem;
    margin-top: -3.5rem;
    line-height: 3rem;
}
.linea-titulo {
    width: 100%;
    top: 0;
    margin-top: -2rem;
    border-top: 1px solid #bbb7b7
}
.titulo-small{
    color: #2f2f2f;
    font-size: 1.3rem;
    line-height: 1.3rem;
}
.subtitulo{
    font-size: 1.5rem;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #1d1d1d;
    line-height: 1.6rem;
}
.subtitulo-blanco {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.valor{
    color: #333;
    font-size: 1.5rem;
    font-weight: 400;
}
.texto{
    color: #666;
    font-size: 1rem;
    font-weight: 300;
}
.texto-small{
    color: #999;
    font-size: .75rem;
    font-weight: 300;
}
.texto-blue{
    color: #1a476a;
    font-size: 1rem;
    font-weight: 300;
}
.texto strong{
    font-weight: 600;
    color: #333;
}
.texto-big{
    font-size: .9rem;
    font-weight: 300;
    color: #333;
}
.texto-big i{
    font-size: .7rem;
    color: #000;
}
.texto-big .bi-person-fill,
.texto-big .bi-person-check-fill{
    font-size: .9rem!important;
    color: #000;
}
.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*/

.productos .card img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 50px;
    height: 52px;
    bottom: 15px;
    left: 15px;
    background-color: #00e576;
    padding: 3px 9px;
    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: 1024px) {
    .navbar-toggler {
        padding: 0.3rem 0.5rem!important;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #e34342!important;
        border: 2px solid #e34342!important;
        border-radius: 0rem!important;
        transition: box-shadow .15s ease-in-out;
    }
    .figure-flex{
        margin-top: -10rem;
    }
}

@media (max-width: 991px){
    .figure-flex{
        margin-top: -8rem;
    }
    .carousel-item {
        height: 65vh;
        min-height: 400px;
        max-height: 650px;
    }
    .iniciar{
        position: absolute;
        top: 20px;
        right: 60px;
        width: 160px;
    }
    .btn-carro {
        margin-top: -10px;
    }
    #navbar{
        padding: 15px 0;
        background: rgb(255 255 255)!important;
        background: linear-gradient(
    0deg, #ffffff 0%, rgb(255 255 255) 79%)!important;
    }
    #navbar #logo{
        width: 200px!important;
        left: 1rem;
    }
    .cont-buscar{
        margin-right: 0px;
    }
    .btn-color,
    .btn-linea{
        font-size: .7rem;
        padding: 5px 15px;
    }
    .btn-color-small{
        font-size: .5rem;
        padding: 5px 15px;
    }
    .cont-img-doble .cuadro {
        border: 8px solid #fafb00;
        width: 100px;
        position: absolute;
        top: 20%;
        right: 0;
        height: 100px;
    }
    .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 {
        margin-top: 60px;
    }
    .titulo-slide,
    .titulo-blanco,
    .titulo{
        font-size: 2rem;
        line-height: 2rem;
    }

    .heart{
        width: 60px;
    }
    .titulo{
        font-size: 2rem;
        line-height: 2rem;
        color: #2f2f2f;
        padding: 0 1rem 0 2.3rem;
        margin-top: -2.5rem;
    }
}

@media (max-width: 767px){
    .figure-flex{
        margin-top: -5rem;
    }
    .texto-contacto{
        color: #1d1d1d!important;
    }
    .info-center{
        position: inherit;
        top: inherit;
        transform:  inherit;
    }
    .banner-seccion{
        height: 25vh!important;
        min-height: 250px!important;
        max-height: 250px!important;
    }
    .carousel-item {
        height: 93vh;
        min-height: 400px;
        max-height: 670px;
    }
    .carousel-item .info-slide {
        width: 75%;
        left: 0;
        top: 80%;
        z-index: 1;
        transform: translateY(-10%);
    }
    .carousel-item .img-slide {
        position: absolute;
        width: 100%;
        right: -45%;
        top: 50%;
        transform: translateY(-50%);
    }
    .carousel-item .img-slide img{
        overflow: hidden;
    }
    .carousel-control-next, .carousel-control-prev {
        color: #fff!important;
        height: 5%;
        top: inherit;
        bottom: 5%;
        width: 5%;
    }
    .carousel-control-next{
        left: inherit!important;
        right: 4%!important;
    }
    .carousel-control-prev{
        left: inherit!important;
        right: 12%!important;
    }
    .btn-slide, .btn-slide-dos {
        font-size: .6rem;
        line-height: .6rem;
        padding: 9px 15px 6px 15px;
    }
    .menu-iniciar{
        float: inherit;
    }
}




