@font-face{
    font-family: 'GothamRounded-book';
    src:url('../fonts/GothamRounded/GothamRounded-Book.otf') format('opentype'),
        url('../fonts/GothamRounded/GothamRoundedBook_21018.ttf') format('truetype');
}
@font-face{
    font-family: 'GothamRounded-bold';
    src:url('../fonts/GothamRounded/GothamRounded-Bold.otf') format('opentype'),
        url('../fonts/GothamRounded/GothamRoundedBold_21016.ttf') format('truetype');
}
@font-face{
    font-family: 'GothamRounded-light';
    src:url('../fonts/GothamRounded/GothamRounded-Light.otf') format('opentype'),
        url('../fonts/GothamRounded/GothamRoundedLight_21020.ttf') format('truetype');
}

@font-face{
    font-family: 'Montserrat-Regular';
    src:url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}
@font-face{
    font-family: 'Montserrat-Medium';
    src:url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
}
@font-face{
    font-family: 'Montserrat-Bold';
    src:url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}
@font-face{
    font-family: 'Montserrat-Light';
    src:url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}

body{
    font-family: 'GothamRounded-book';
}

:focus {
    outline: none;
}

.categories .slick-dots li.slick-active button:before {
    color: black;
}

.slick-dots li.slick-active button:before {
    color: #1CA6B1;
}

.font-title{
    font-family: 'GothamRounded-bold';
}

.font-montserrat{
    font-family: 'Montserrat-Regular';
}

.font-weight-600{
    font-weight: 600;
}

.font-weight-400{
    font-weight: 400;
}

.background-principal{
    background-color: #1CA6B1;
}

.color-principal{
    color: #2B9EA6;
}

.color-principal2{
    color: #9C9582;
}

a:hover{
    color: #828282;
    text-decoration: none;
}

.color-secundario{
    color: #828282;
}

.color-white{
    color: #ffffff;
}

.btn-principal {
    color: #2B9EA6;
    background-color: #fff;
    border-color: #2B9EA6;
}

.btn-principal2 {
    color: #fff;
    background-color: #2B9EA6;
    border-color: #F6F6F6;
}

.btn-dropdown{
    color: #9C9582;
    background-color: #fff;
    border-color: #9C9582;
}

.btn-principal:hover{
    color: #2B9EA6;
    background-color: #fff;
}

.cursor-pointer{
    cursor: pointer;
}

.border-right-principal{
    border-right: 1px solid #9C9582;
}

.flex-1{
    flex: 1;
}

.justify-content-center{
    justify-content: center;
}

.slick-prev,.slick-next{
    left: 0;
    display: none !important;
}

.form-control:focus,.btn:focus {
    box-shadow: none;
}

.breadcrumb-detail{
    padding-top: 20px;
    padding-bottom: 20px;
}

.breadcrumb-detail span{
    font-weight: bold;
    font-size: 16px;
    color: #828282;
}

.navbar-toggler{
    padding: inherit;
}

.navbar-dark .navbar-toggler-icon {
    background-image: none;
}

.navbar-dark .navbar-toggler-icon i{
    color: white;
    font-size: 1.5em;
}

.has-error .error-input{
    font-size: 12px;
    color: #dc3545;
}

/* begin compare */

.fixed-compare{
    /* height:150px;  */
    background-color:#37B4BB;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-left: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.fixed-compare .title,
.fixed-compare .title-principal{
    font-weight: bold;
    font-size: 22px;
}

.title-capitalize{
    text-transform: lowercase;
}

.title-capitalize:first-letter{
    text-transform: uppercase;
}

.fixed-compare .subtitle{
    font-size: 14px;
}

.fixed-compare .img-product{
    width: 140px;
    height: 140px;   
    margin-left: 17px;
    /* margin-bottom: 2rem; */
    background-size: cover;
    
}

.fixed-compare .img-product.active{
    cursor: pointer;
}

.fixed-compare .img-product.no-image{
    background-color: #2B9EA6;      
}

.fixed-compare .btn-compare{
    color: white;
    border: 1px solid #fff;
    padding: .375rem 1.4rem;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
}

.fixed-compare .btn-close{
    position: absolute;
    right: 28px;
    top: 2px;
    color: #F4F4F4;
    font-size: 23px;
}


.fixed-compare .company{
    line-height: 1;
}

.fixed-compare .active div.card-header-text{
    bottom: 8px; 
    padding-left:2px;
    line-height:9px
}

.fixed-compare .label-clear{
    font-size: 14px;
}

/* end compare */

/* begin login */



#modal-login .close{
    color: #E5E5E5;
    font-size: 2em;
}

#modal-login .logo img {
    height: 58px;
}

#modal-login .modal-header{
    border-bottom: 0px;
}

#modal-login .container{
    padding-top: 2.0em;
    padding-bottom: 2.4em;
}

#modal-login .modal-content,
#modal-sms .modal-content{
    border-radius: 25px;
}

#modal-login .form-login, 
#modal-sms .form-sms{
    margin-left: 9%;
    margin-right: 9%; 
    text-align:left;
    padding-top: 1.1em;
}

#modal-login .form-login input,
#modal-sms .form-sms input{
    padding-left: 2.5rem;
    padding: 1.5em 3.4rem;
    border-radius: 10px;
    color:#9C9582;
    font-size: 0.9rem;
}

#modal-login .form-login .icon-login,
#modal-sms .form-sms .icon-sms{
    top: 6px;
    left: 21px;
    font-size: 1.3em;
}

#modal-login .form-login .form-control:focus {
    outline: none;
    box-shadow: none;
    color: #9C9582;
    background-color: #fff;
    border-color: #9C9582;
}

#modal-login .recovery-pass{
    color: #2B9EA6;
    font-size: 14px;
    font-weight: 600;
}

#modal-login .form-login .btn:hover {
    color: #212529;
    /* color: #828282; */
    text-decoration: none;
}

#modal-login .social-login p{
    font-size: 14px;
    font-weight: 600;
}

#modal-login .btn-social{
    width: 90px;
    font-size: 25px;
    border-radius: 40px;
    color: white;
    padding: .1rem .75rem;
}

#modal-login .btn-google{
    background-color: #F34439;
    border-color: #F34439;
}

#modal-login .btn-facebook{
    background-color: #2196F3;
    border-color: #2196F3;
}

#modal-login .btn.btn-principal2:hover{
    color: #828282;
}

/* end login*/

/* begin modal city */

#modal-city .close {
    position: absolute;
    top: 17px;
    right: 15px;
}

#modal-city .content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#modal-city .content-select select{
	display: inline-block;
	width: 100%;
	cursor: pointer;
  	padding: 7px 24px;
  	height: 42px;
  	outline: 0; 
  	border: 0;
	border-radius: 0;
	background: #f0f0f0;
	color: #7b7b7b;
	font-size: 1em;
	color: #999;
	font-family: 
	'Quicksand', sans-serif;
	border:2px solid rgba(0,0,0,0.2);
    border-radius: 12px;
    position: relative;
    transition: all 0.25s ease;
}

#modal-city .content-select i{
	position: absolute;
	right: 20px;
    top: calc(50% - 9px);
    width: 12px;
    height: 12px;
	display: block;
	border-left:3px solid #1CA6B1;
	border-bottom:3px solid #1CA6B1;
	transform: rotate(-45deg); /* Giramos el cuadrado */
	transition: all 0.25s ease;
}

#modal-city .btn-confirm{
    margin-top: 1rem;
    border-radius: 28px;
    font-size: 15px;
}

#modal-city .btn-confirm:hover {
    color: #828282;
    text-decoration: none;
}

/* end modal city */


/* begin header  */

.header{
    height: 90px;
    
}

.logo{
    padding: 10px 20px;
    display: inline-block;
}

.logo img{
    height: 70px;
}

.container-right{
    float: right;
    /*width: 100px;*/
    margin-top: 27px;
    margin-right: 33px;
    /* margin-right: 64px; */
    display: flex;
    align-items: center;
}

.select-city .icon-map{
    font-size: 21px;
}

.select-city label{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
}

.select-city i{
    font-size: 12px;
}

.btn-login{
    font-size: 12px;
    border-radius: 2em;
    padding: 8px 18px;
}

.btn-login{
    margin-right: 24px ;
    margin-left: 15px;
    font-weight: bold;
}


.btn-login i{
    font-size: 20px;
}

/* .btn-cart div{
     top: -6px;
    right: -22px; 
} */

.btn-cart i{
    font-size: 30px;
}

.box-qty-cart{
    position: absolute;
    left: 13px;
    bottom: 14px;
    background-color: white;
    border-radius: 15px;
    padding: 0px 7px 0px 7px;
}

.box-qty-cart #Autocart-quantity {
    color: #2B9EA6!important;
    font-weight: bold;
}

/* end header  */

/* begin nav */

.navbar {
    background-color: #ffffff;
}

.navbar .menu .navbar-nav{
    background-color: #ffffff;
}

.navbar .menu .navbar-nav .nav-link{
    padding-right: 3rem;
    padding-left: 3rem;
    font-weight: bold;
}

.menu-mobile .nav-link{
    font-weight: bold;
}

.menu .nav-link, .menu-mobile .nav-link{
    color: #828282;
}

.menu .active .nav-link, .menu-mobile .active .nav-link{
    color: #2B9EA6;
}

.btn-nav-mobile:focus{
    outline: none;
}

/* end nav */



/* begin footer */

.footer {
    padding-bottom: 25px;
}

.footer .seccion1{
    padding-left: 50px;
}

.footer .logo-footer{
    padding: 10px 0;
}

.footer .social-network ul {
    list-style: none;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.footer .social-network li {
    display: inline-block;
    /* padding-left: 15px; */
    /* padding: 1px 9px; */
    padding-top: 2px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
}

.footer .link{
    padding-top: 15px;
    font-size: 14px;
}

.copyright{
    background-color: #828282;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}


/* end footer */

button.btn-add-cart{
    padding: 0.375rem 1.5rem;
    border-radius: 40px;
}

button.btn-add-cart i{
    font-size: 1.5rem;
}

.nav>li {
    position: relative;
    display: block;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-family: 'Montserrat-Regular';
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #2B9EA6;
   
    font-weight: 600;
    cursor: default;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
}

/* .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
} */

.d-none-desktop,.d-none-desktop2{
    display: none !important;
}

.collapse.d-block-footer{
    display: block;
}

@media screen and (max-width:1500px){

}



@media screen and (max-width:950px){

    .fixed-compare .container-text{
        padding-bottom: 4px;
    }

    .fixed-compare .active div.card-header-text{
        padding-left: 1px;
    }

    .fixed-compare .company {
        display: none;        
    }
    
    .fixed-compare .title {
        font-size: 18px;
    }
    /* .fixed-compare .subtitle {
        font-size: 11px;
    } */
    /* .fixed-compare .label-clear{
        display: block;
        
    } */

    /* .fixed-compare .btn-accion{
        text-align: center;
    } */
} 

@media screen and (max-width:770px){
    /* .fixed-compare .title {
        font-size: 14px;
    } */
    .fixed-compare .btn-accion {
        margin-top: 10px !important;
    }

    .fixed-compare .img-product.data-img-1{
        margin-left: 0px;
    }
} 

@media screen and (max-width:700px){
    .navbar .menu .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    

    .fixed-compare .company {
        font-size: 12px;
    }
    
} 

@media screen and (max-width:650px){
    .d-none-mobile{
        display: none;
    }

    .collapse.d-block-footer:not(.show){
        display: none;
    }

    .d-none-desktop{
        display: initial !important;
    }

    .d-none-desktop2{
        display: inherit !important;
    }

    .visibility-mobile{
        visibility: visible;
    }

    .btn-cart i {
        font-size: 21px;
    }

    .w-50-mobile{
        width: 50% !important;
    }

    .d-block-mobile{
        display: block !important;
    }

    .footer .container-footer{
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer .seccion1
    {
        text-align: center;
    }

    .footer .social-network{
        padding-top: 2em;
    }

    .footer .seccion1,.footer .seccion3 {
        padding-left: 15px;
    }

    .fixed-compare{
        padding-left: 1.5rem;
    }

    .fixed-compare .img-product{
        height: 100px;
    }

    .fixed-compare .title {
        margin-bottom: 0px;
    }
    
    

    .fixed-compare .active div.card-header-text {
        padding-left: 2px;
    }

    

    .fixed-compare .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media screen and (max-width:490px){
    .footer .font-title{
        font-size: 14px;
    }

    .fixed-compare {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .fixed-compare .img-product{
        margin-left: 8px;
    }

    .fixed-compare .btn-accion{
        text-align: right;
    }
}

@media screen and (min-width:768px) and  (max-width:950px){
    .fixed-compare .col-md-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fixed-compare .col-md-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width:650px) and (max-width:880px){
    .footer .container-footer .col-md-3,
    .footer .container-footer .col-sm-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer .seccion3{
        padding-left: 50px;
    }
     
}


@media (min-width: 576px){
    #modal-login .modal-dialog {
        max-width: 450px;
    }

    /* .footer .seccion3{
        padding-left: 50px;
    } */
}













