.busqueda {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #c4c4c4;
    padding: 10px 0;
    font-style: italic;	
}

.viewForm {
	width: 50%;
	margin-left: auto;
}

/* For Mobile */
@media screen and (max-width: 540px) {
    .viewForm {
        width: 100%;
		margin-left: 0px;
    }
}

/* For Tablets */
@media screen and (min-width: 540px) and (max-width: 780px) {
    .viewForm {
        width: 100%;
		margin-left: 0px;
    }
}

.bannerXsHome {
    margin: 100px 0 55px 0;    
}

.colProd {
    width: 394.66px;
    height: 192.81px;
}

.imgProd {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /* border-radius: 20px; */
    border: 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.Footer {    
    background-color: #1A1E21;
}



@media screen and (min-width: 1020px) {
    .FooterTop {
        padding: 27px 0 0 0;
    }
}

.FooterTop {
    padding: 20px 0;    
}

@media screen and (min-width: 1060px) {
    .Container, .HomeSldr .slick-dots {
        max-width: 1313px;
    }
}

@media screen and (min-width: 1020px) {
    .Container {
        max-width: 1000px;
    }
}

@media screen and (min-width: 769px) {
    .Container {
        max-width: 769px;
    }
}

.Container {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 360px;
}

.rowFooter {
    margin-right: -15px;
    margin-left: -15px;
}

.txtFooter {
    font-size: 15px;
    color:#fff;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    text-transform: uppercase;
}

@media screen and (min-width: 769px) {
    .txtFooter {
        display: inline-block;
        line-height: 30px;
        vertical-align: top;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 1020px) {
    .AbUsTpo, .NavFt {
        padding-bottom: 50px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1020px) {
    .AbUsTpo {        
        /* padding-right: 100px; */
        padding: 8px;
        display: table-cell;
        text-align: left;               
        vertical-align: top;
        /* font-style: italic; */
    }
}
.AbUsTpo {
    text-align: center;
    margin-bottom: 30px;
}

.BrdCol {
    border-right: 1px solid white;
    margin-bottom: 30px;    
}

.Title {
    font-size: 25px;
    margin-top: 90px;
    font-family: 'Font Awesome 5 Free';
    line-height: 1!important;
    /* font-size: 18px;
    margin-bottom: 20px;
    color: white;
    list-style-type: none;  */
    /* font-size: 15px;
    margin-top: 90px; */
    /* color: black; */
}

.listColor {
    color: white;
}

.listColor>a {
    color: white;
}
/* Clases de la sección ofertas */
.HomeProducts {
    padding: 40px 0 0 0;
}

.Prod:hover {
    border: 3px solid #6352ca;
}

.HomeProducts div.Title {
    margin: 0 30px 30px 30px;
    position: relative;
}

.HomeProducts div.Title>span {
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 16px 0;
    font-size: 20px;
    overflow: hidden;
    min-width: 186px;
}

.HomeProducts div.Title>span:after {
    content: "";
    position: absolute;
    background-color: #131312;
    height: 6px;
    width: 186px;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    bottom: 0;
    left: -6px;
}

.HomeProducts div.Title:not(.titleInstagram) a {
    position: absolute;
    top: 8px;
    right: 0;
    font-style: italic;        
}

.ListProds.Rows {
    margin-left: 0;
    margin-right: 0;
}
.ListProds {
    margin-bottom: 20px;
}

[class*='List'], [class*='Row'] {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ClFx:before, .ClFx:after, .Rows:before, .Rows:after, .Container:after, .Container:before {
    content: '';
    display: table;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.ClFx:after, .Rows:after, .Container:after {
    clear: both;
}
.ClFx:before, .ClFx:after, .Rows:before, .Rows:after, .Container:after, .Container:before {
    content: '';
    display: table;
}

.ListProds.Rows>li {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 1020px) {
    .Column.C03, .Rows.C03>* {
        width: 25%;
    }
}

/* @media screen and (min-width: 769px) {
    .Column.B04, .Rows.B04>* {
        width: 33.33%;
    }
} */

@media screen and (min-width: 769px) {
    .BF.Rows>* {
        float: left;
    }
}

[class*='Row']>* {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 0;
}

.ListProds.Rows>li>.Prod {
    margin-left: auto;
    margin-right: auto;
}
.Prod {
    padding: 50px 24px 32px;
    transition: .2s;
    text-align: center;
    position: relative;
}

.icon-gft {
    font-weight: bold;
    color: #fff;
    background: #000;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 59px;
    height: 62px;
    position: absolute;
    top: 35px;
    left: 10px;
    z-index: 1;
    font-size: 7px;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: -.2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

a[class*="AAIcon-"], span[class*="AAIcon-"], i[class*="AAIcon-"] {
    display: inline-block;
    vertical-align: top;
}

[class*='AAIcon-']:before, .Menu .Submenu>a>span:after, .ListBrnds a:before, .MenuTabCnt ul a:before, .MenuTabNav li:before {
    font-family: 'tu-peluqueria-online';
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: inherit;
    line-height: inherit;
    vertical-align: top;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
}

.ftbl {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.Prod .frsh.noflsh {
    top: 20px;
}
.Prod .frsh {
    position: relative;
    background: #a3d357;
    font-weight: 900;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
    z-index: 2;
}

.Prod .Image {
    height: 220px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.Prod .Description {
    display: none;
}

p {
    font-size: inherit;
    margin-top: 0;
    margin-bottom: 15px;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.Prod .Bot {
    position: relative;
    text-align: center;
}

.ListProds .Prod .prwght {
    opacity: 0;
    bottom: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.Prod .prwght {
    font-family: "Montserrat";
    font-style: italic;
    color: #b0afaf;
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    bottom: -20px;
    right: 13px;
}

.Prod .Bot .Price {
    margin-bottom: 10px;
    left: 0;
    top: 80px;
    right: 0;
    z-index: 1;
    text-align: center;
}

.Prod .Bot .Price span {
    display: block;
    line-height: 40px;
    font-size: 30px;
}

.Prod .Bot .Fav {
    line-height: 40px;
    width: 20px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    position: relative;
    z-index: 2;
    color: #131312;
    z-index: 1;
    font-size: 20px;
}

.AAIcon-crzn:before {
    content: "\e903";
}

.Prod .Bot .Button {
    margin: 0 0 10px;
    display: inline-block;
    width: 141px;
    vertical-align: top;
    opacity: 0;
    position: relative;
    z-index: 1;
}
.Button.Buy {
    background-color: #a3d357 !important;
    line-height: 48px;
    height: 48px;
    padding: 0;
    text-transform: uppercase;
    font-size: 15px;
}
.Button, a.Button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    color: #fff;
}

.Sltd>span {
    -ms-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    display: inline-block;
    vertical-align: top;
}

.Button>span, button>span {
    white-space: nowrap;
}

.icon-gft i:before {
    font-size: 29px;
    line-height: 28px;
}
.AAIcon-gift:before {
    content: "\e899";
}

.btnComprar {
    color: white;
    /* background-color: #a3d357; */
    width: 100px;
    height: 40px;
    font-weight: 900;
    background-color: #6352ca;
    border-color: #5d4dbe;    
}

.spanColor {
    background: #f1f1f1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    margin-right: 15px;
    text-align: center;
    color: #00aef0;
}

.aColor {
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.5px;
}

.aColor2 {
    color: #00aef0 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.5px;
}

.containerRow {
    padding-top: 25px;
    padding-bottom: 25px;
}

.colCenter {
    text-align: center;
}

.botonColor {
    background-color: #00aef0;
    color: white !important;
    padding: 10px 20px !important;
    border: none;
    float: right;
    font-weight: 700;        
    font-size: 15px;
    border-radius: 3px;
    margin: 5px 0;
}

@media screen and (max-width: 600px) {
    .ulDiv {
      visibility: hidden;
      clear: both;
      float: left;
      margin: 10px auto 5px 20px;
      width: 28%;
      display: none;
    }
}

@media screen and (max-width: 800px) {
    .ulDiv {
      visibility: hidden;
      clear: both;
      float: left;
      margin: 10px auto 5px 20px;
      width: 28%;
      display: none;
    }
}

.makebooking {
    padding: 10px 20px !important;
    border: none;
    float: right;
    font-weight: 700;
    background: #028bbf;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    margin: 5px 0;
}

.spanColor2 {
    font-family: 'Poppins', Roboto;
    color: #ffffff;
    font-size: 17px;
}

.btnPagoMatricula {
    color: white !important;
    background-color: #00ce69;
    border-radius: 5px;    
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;    
}
.widget {
    text-align: center;
}

.widget-left {
    text-align: left;
    padding-left: 10%;
}

.widget-title {
    color: white;
    font-size: 25px;;
}
.btnBuscaMedico {
    background-color: #5bc0de;
    color: white;
    font-size: 18px;
    padding: 20px 40px;
}

/* corregir modal */
.modal.fade.in {
	opacity: 1;
}
.modal.in .modal-dialog {
	transform: translate(0, 0);
}
.modal-backdrop.in {
	opacity: 0.5;
	/* opacity: $modal-backdrop-opacity; (SCSS) */
}
.btnClose {
    border: 0px;
    background-color: transparent;
    font-size: 20px;
    font-weight: 900;
}