/*
Theme Name: Ba-consultorios
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: hexod0
Author URI: 
Template: bootstrap-basic
*/

:root {
   /*fuente */
   --fuentePrincipal: : 'Montserrat', sans-serif;     
   /* colors */
   --blue: #2c4ccb;
   --pink: #d2397a;
   --gray: #e4e5e7;
}

body {
    font-family: 'Montserrat', sans-serif;    
}


img {
    max-width: 100%;
    height: auto;
}

a:hover,
a:focus,
a:active,
a:visited {
   text-decoration: none;  
}

.container-fluid {
    max-width: 1350px;
}

.logo-footer {
    max-width: 250px;
}

.center-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;    
    height: 100%;
}

.height-500 {
    height: 500px;
}

.text-right {
    text-align: right;
}

.display-none{
    display: none;
}

.display-flex {
    display: flex;
}

#map {
    height: 450px;
}

.justify-center{
    justify-content: center;
}

.aling-center {
    align-items: center;
}

.aling-end {
    align-items: flex-end;
}

.width-turnos {
    width: 50%;
    border-radius: 10px;
    padding: 30px;
    bottom: -50px;
}

.btn-gallery:hover {
    cursor: pointer;
}

.default-default {    
    color: #fff;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 5px;
    font-size: 15px;
    margin-right: 25px;
    padding: 1em 2em;    
    vertical-align: bottom;
}

.default-default:hover {
    background-color: #5771db;
    border: 1px solid #5771db;
}

.separator-p {
    width: 50px;
    background-color: var(--pink);
    height: 4px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.separator-p-b {
    width: 50px;
    background-color: var(--blue);
    height: 4px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.esp-card {
    padding: 25px 15px;
    border-radius: 8px;
    margin-left: 15px;
    margin-right: 15px;
    height: 470px;
    
}

.slick-slide img {
    display: inline-block !important;
}

.flex-w-100 {
    flex: 0 0 100%;
}

.flex-wrap {
    flex-flow: row wrap;
    height: 100%;    
}

.width-logos {
    width: 150px;
}

.width-especialidades {
    width: 180px;
}

.width-logos {
    width: 120px;
}

.width-flechas {
    width: 25px;
}

.top-310 {
    top: 160px;
}

.border-radius {
    border-radius: 10px;
}

.bottom-white-f {
    border: 1px solid #fff !important;
    color: #fff !important;

}

.box-date {
    box-shadow: 0px 7px 5px 0px rgba(222,214,214,0.75);
    -webkit-box-shadow: 0px 7px 5px 0px rgba(222,214,214,0.75);
    -moz-box-shadow: 0px 7px 5px 0px rgba(222,214,214,0.75);
}

.social {
	position: fixed; 
	right: -5px; 
	top: 300px; 
	z-index: 2000; 
}
 
.social ul {
		list-style: none;
}
 
.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
        padding: 12px 17px;
        border-radius: 7px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease;
}
 
.social ul li .icon-ws {background:#64ec68;} 
	
 
.social ul li a:hover {
		background: #84eb86; 
		padding: 13px 27px; 
}

/*Colors */

.color-white {
    color: #fff;
}

.color-blue {
    color: var(--blue);
}

.color-black {
    color: #211915;
}

.color-gray {
    color: #878686;
}

.color-pink {
    color: var(--pink)
}

/* Colors ends */



/* Backgrounds */

.bg-blue {
    background-color: #2c4ccb;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #222221;
}

.bg-especialidades {
    background: url('img/especialidades.png') no-repeat center;
    background-size: cover;       
}

.bg-estetica {
    background: url('img/fondo_estetica.png') no-repeat center;
    background-size: cover;       
}

.bg-news {
    background: url('img/news.png') no-repeat center;
    background-size: cover;       
}

.bg-quienes {
    background: url('img/quienes_fondo.png') no-repeat center;
    background-size: cover;
    height: 500px;       
}

.bg-pink {
    background-color: var(--pink);
}

.bg-gray {
    background-color: var(--gray);
}

.bg-gray-ligth {
    background-color: #3b3939;
}

/* Ends Backgrounds */


/*Fonts */

.font-300 {
    font-weight: 300;
}

.font-600 {
    font-weight: 600;
}

.font-800 {
    font-weight: 800;
}

.font-700 {
    font-weight: 700;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-xl {
    font-size: 50px;
 }

/*End Fonts*/


/* Padding and margins */

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-30 {
    padding: 30px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-75 {
    padding-top: 75px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-4 {
    padding: 4%;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-left-100 {
    padding-left: 100px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-50 {
    padding: 50px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-bottom-3 {
    margin-bottom: -3px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.p-r-0 {
    padding-right: 0px;
    
}

.p-l-0 {
    padding-left: 0px;

}

.margin-left-28 {
    margin-left: 28%;
}

.margin-right-0 {
    margin-right: 0px !important;
}

/* End Padding and margins*/

/* HEAD */

header ul li {
	list-style: none;	
	display: inline-block;
	padding: 0px !important;
}

header ul li a:hover {
    color: var(--blue) !important;
}

header ul li a {
	color: #000 !important;
	padding: 5px 12px 5px 12px;	
	font-weight: 600;
	font-size: 15px;
}

header ul {
	text-align: right;
	margin-top: 7px;
}

header {    
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.logo {
    width: 260px;
}

.navbar-default {		
	float: right;
	border: inherit !important;
	background: unset !important;
	box-shadow: unset !important;	
}

.navbar-toggle {
	float: unset;
	margin-right: 0px;
}


/* HEAD-END */


/* Naira button */
.default-ws {    
    color: #3150cc;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 35px;
}

.button--naira {
	padding: 0;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.button--naira::before {
	content: '';
	position: absolute;
	left: -50%;
	width: 200%;
	height: 200%;
	background: #3150cc;
	top: -50%;
	z-index: -1;
	-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
	transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}

.button--naira.button--inverted::before {
	background: #7986cb;
}

.button--naira-up::before {
	-webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
	transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}

.button--naira > span {
	display: block;
}

.button--naira .button__icon {
  position: absolute;
  top: -8px;
  width: 43%;
  left: 12px;
  font-size: 21px;
  color: #fff;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.button--naira-up .button__icon {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.button--naira > span,
.button--naira .button__icon {
	padding: 1em 2em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--naira:hover::before {
	-webkit-animation: anim-naira-1 0.3s forwards ease-in;
	animation: anim-naira-1 0.3s forwards ease-in;
}

.button--naira-up:hover::before {
	-webkit-animation: anim-naira-2 0.3s forwards ease-in;
	animation: anim-naira-2 0.3s forwards ease-in;
}

@-webkit-keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}

@-webkit-keyframes anim-naira-2 {
	50% {
		-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes anim-naira-2 {
	50% {
		-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}

.button--naira:hover {
	background-color: var(--azulCalafate);
	-webkit-transition: background-color 0s 0.3s;
	transition: background-color 0s 0.3s;
}

.button--naira.button--inverted:hover {
	background-color: #7986cb;
}

.button--naira:hover .button__icon {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.button--naira:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.button--naira-up:hover > span {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.button-home {	
  margin: 1.4em 1em 0em 0em;
  background: transparent;            
  color: #3150cc;
  border: solid 1px #2c4ccb;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.button-home:focus {
	outline: none;
}

.button-home > span {
	vertical-align: middle;
}

.button--naira2 {
	padding: 0;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

/*End Naira button */



/* 5 columnas bootstrap */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
 
/* 5 columnas bootstrap END */



/* SLIDER */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bottom {    
    bottom: 0;
}

.loading .flexslider,
.loading .carousel {
  visibility: hidden;
  opacity: 0;
  max-height: 450px;

}

.flexslider ul.slides,
.flexslider ol.flex-control-nav,
.carousel ul.slides,
.carousel ol.flex-control-nav {
  margin: 0;
  padding: 0;

}

.flexslider ol.flex-control-nav,
.carousel ol.flex-control-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
}

.flexslider ol.flex-control-nav{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.carousel ol.flex-control-nav {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
}

.flexslider ul li,
.carousel ul li {
 list-style: none;
 
}

.flexslider ol.flex-control-nav li a,
.carousel ol.flex-control-nav li a {
  background: #828898;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  display: block;
  margin: 10px 3px;

}

.flexslider ol.flex-control-nav li a:hover, 
.flexslider ol.flex-control-nav li a.flex-active,
.carousel ol.flex-control-nav li a:hover, 
.carousel ol.flex-control-nav li a.flex-active {
  background: #d1d0d8;
}

.flexslider ol.flex-control-nav li, 
.valign-center-before:before, 
.valign-center-before-padding:before, 
.valign-center, 
.flexslider ol.flex-control-nav li, 
.inline,
.carousel ol.flex-control-nav li, 
.valign-center-before:before, 
.valign-center-before-padding:before, 
.valign-center, 
.carousel ol.flex-control-nav li, 
.inline {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.flex-direction-nav {
	display: none !important;
}

/* SLIDER-END*/


/* Form */

.wpcf7-form-control-wrap input, 
.wpcf7-form-control-wrap select{
  background-color: #eeeeef;
  width: 100%;
  height: 42px;
  font-size: 13px;
  border: solid 1px #eeeeef;
  border-radius: 7px;
  color: #000;  
  padding-left: 7px;
  margin-bottom: 20px;  

}

.wpcf7-submit {
  background-color: var(--blue);
  padding: 11px 23px;  
  color: #fff;
  border: solid 2px var(--blue);
  border-radius: 7px;
  font-size: 14px; 
  font-weight: 600;  
}

.wpcf7-submit:hover {
  background-color: #526ddb;
  color: #fff; 
  border: solid 2px #526ddb;
}

button:focus, input:focus, textarea:focus, select:focus,
button:active, input:active, select:active, textarea:active,
button:hover, input:hover, select:hover, textarea:hover,
button:visited, input:visited, select:visited, textarea:visited{
	text-decoration: none !important;
	outline: inherit;
	outline-offset: 0px;
}

/*End Form*/

/*Foooter */

footer ul li {
	list-style: none;	
    display: block;
    margin-bottom: 25px; 
	padding: 0px !important;
}

footer ul li a {
	color: #fff;
    padding: 10px 0px 10px 0px;
    font-weight: 300;
	text-transform: uppercase;	
    font-size: 14px;     
    
}

footer ul li a:hover, 
.fa-shopping-cart:hover,
.fa-search:hover {
    color: #fff;
    text-decoration: none;    
}

footer ul {
    padding-inline-start: 0px;
	text-align: left;
	margin-top: 25px;
}

footer ul.sub-menu {
    display: none;
}

/*End Footer*/

@media all and (max-width: 1440px) {
    .top-310 {
        top: 120px;
    }
}


@media all and (max-width: 1366px) { 
    
    .container-fluid {
        width: 1250px;
    }

    .top-310 {
        top: 100px;
    }
     
    .font-size-xl {
        font-size: 40px;
    }

    .font-size-35 {
        font-size: 30px;
    }

    .default-ws {
        font-size: 13px;
    }

    .default-default {
        font-size: 13px;
    }

    .button--naira .button__icon {
        top: -13px;    
        left: 6px;
    }
 
}


@media all and (max-width: 1280px) { 
     
    .container-fluid {
        width: 1150px;
    }

    .top-310 {
        top: 100px;
    }
     
    .font-size-xl {
        font-size: 40px;
    }

    .font-size-35 {
        font-size: 30px;
    }

    .font-size-30 {
        font-size: 25px;
    }
    
    .width-turnos {      
        padding: 20px;
        bottom: -40px;
    }
    
    .default-ws {
        font-size: 13px;
    }
    
    ul.categorias li {
       padding: 25px 25px 25px 25px;
    }

    .default-default {
        font-size: 13px;
    }

    .button--naira .button__icon {
        top: -13px;    
        left: 6px;
    }

}



@media all and (max-width: 1024px) { 

    .container-fluid {
        width: 900px;
    }

    .top-310 {
        top: 80px;
    }
     
    .font-size-xl {
        font-size: 40px;
    }
    
    .font-size-30 {
        font-size: 22px;
    }

    .font-size-35 {
        font-size: 20px;
    }
        
    .font-size-16 {
        font-size: 12px;
    }
    
    .h2, h2 {
        font-size: 25px;
    }

    .button--naira .button__icon {
        top: -13px;    
        left: 6px;
    }
    
}
