@font-face {
  font-family: SanofiScript-Regular;
  src: url('../fuentes/SanofiScript-Regular.otf');
}
@font-face {
  font-family: AvanrGrade-Regular;
  src: url('../fuentes/ITCAvantGardeStd-Bk.otf');
}
body {
  height: auto;
  max-width: 414px;
  font-family: 'Montserrat', sans-serif;
  color: #444;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.naranja{
  color: #E76800;
}
.verde{
  color: #7AC943;
}
.grisoscuro{
  color: #4D4D4D;
}
.gris{
  color: #E6E6E6;
}
.grisclaro{
  color: #B3B3B3;
}

.h4{
    font-weight: 600;
}

/*** Header ****/

.portada{
    width: 100vw;
    max-height: 30vh;
}

.fa-user{
  color: #525ca3;
  font-size: 1.6rem;
  line-height: 2rem;
}
.lila{
  color: #525ca3;
}
h6 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
  font-family: AvanrGrade-Regular;
}
.empresa{
  font-size: 1.7rem;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 2rem;
}
.btnRealizarPedido, .btnSeguirPedido {
	box-shadow: 2px 3px 0px 0px #899599;
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	background-color:#ededed;
	border-radius:16px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#000000;
  font-family: SanofiScript-Regular;
	font-size: 1.4rem;
	font-weight:bold;
	padding:28px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
  margin-top: 10%;
  margin-bottom: 10%;
  width: 220px;
  height: 220px;
  align-items: center;
  justify-content: center;
}
.btnRealizarPedido:hover, .btnSeguirPedido:hover {
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	background-color:#bab1ba;
}
.btnRealizarPedido:active, .btnSeguirPedido:active {
	position:relative;
	top:1px;
}
a:hover {
  text-decoration: none;
  color: #525ca3;
}
.imgPedido{
  min-width: 6.5em;
  width: 6.5em;
}

.dropdown-item{
  font-size: 0.7rem;
  font-weight: 400;
  text-decoration: none;
}
.dropdown-item:hover{
  font-size: 0.7rem;
  color: #2e377a !important;
  font-weight: 600;
  text-decoration: none;
}
.dropdown-item:focus{
	color: #fff !important;
	background-color: #B3B3B3 !important;
}

.czr-link-hover-underline [class*=nav_menu] .nav-link-und:before{
  transform: translate3d(0,0,0) scaleX(0);
  transition: all .3s ease 0s;
}
.logo{
    max-width: 25%;
    margin-left: 8%;
}
.dropdown-toggle{
    max-width: 130px;
}
.misinput::placeholder { 
  color: red;
}

/**** Main ****/
main{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
    padding: 2.5%;
}
/*.busqueda{
    text-align: center;
    min-width: 450px;
    margin-right: 10px;
    margin-bottom: auto;
    padding: 1%; 
    text-decoration: none;
}*/
.text-warning{
    color: #E76800;
}
.profesional{
    border-radius: 50%;
    max-width: 6.1em;
    max-height: 6.1em;
}
.imgProf{
  border-radius: 50%;
  max-width: 4.5em;
  max-height: 4.5em;
}
a{
    text-decoration: none;
}
.nom_pro{
    font-size: 1rem;
	font-weight: 700;
}
.nom_plan{
    font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1.6px;
}
.honorario{
    margin-left: 0%;
	margin-top: -2%;
	margin-bottom: 0.3%;
}
.titulo_hon{
    font-size: 1rem;
	font-weight: 700;	
}
.honorarioPlan{
    margin-left: 25%;
}
.pro-width{
    font-size: 0.9rem;
	line-height: 1rem;
}
.plan-width{
    font-size: 0.9rem;
	line-height: 1rem;
}
.seg-renglon{
	margin-top: -8% !important;
}
.renglon-hon{
	font-size: 0.8rem;
	line-height: 0.9rem;
}
.seg-renglon-hon{
	margin-top: -1.5% !important;
}
.form_container{
	max-width: 470px;
}

.btnxl{
  background-color: #E76800;
    color: white;
    max-width: 320px;
    min-width: 300px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    padding: 1%
}
.btnxl:hover{
  background-color: rgba(231, 104, 0, 0.9);
    color: white;
}

.btncancel{
    background-color: #4D4D4D;
	border: solid 2px #4D4D4D;
    color: white;
}
.btncancel:hover{
  background-color: #fff;
  color: black;
  transform: scale(0.9);
  border: solid 2px #000;
}
.btnvolver{
    background-color: #fff;
	border: solid 2px #B3B3B3;
    color: black;
}
.btnvolver:hover{
  background-color: #B3B3B3;
  color: white;
  border: solid 2px #000;
  transform: scale(0.9);
}

.btnres{
    background-color: #4D4D4D;
	border: solid 2px #4D4D4D;
    color: white;
    max-width: 250px;
    min-width: 250px;
	max-height: 30px !important;
    min-height: 30px !important;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    padding: 1%;
/*	margin-top: 0.6%; */
}
.btnres:hover{
  background-color: #fff;
  color: black;
  transform: scale(0.9);
  border: solid 2px #000;
}

.btnlng{
    background-color: #4D4D4D;
	border: solid 2px #4D4D4D;
    color: white;
    max-width: 250px;
    min-width: 250px;
	max-height: 30px !important;
    min-height: 30px !important;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    padding: 1%;
	line-height: 0.8rem;
/*	margin-top: 0.6%; */
}
.btnlng:hover{
  background-color: #fff;
  color: black;
  transform: scale(0.9);
  border: solid 2px #000;
}
.btnlngreen{
  background-color: #7AC943;
  color: white;
  max-width: 320px;
  min-width: 300px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 1%;
}
.btnlngreen:hover{
background-color: rgb(122, 201, 67, 0.9);
color: black;
transform: scale(0.9);
}
.btnlngrey{
  background-color: #e6e6e6;
  color: black;
  font-size: 0.9rem;
  max-width: 250px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 2%;
}

.btndet{
    background-color: #fff;
	border: solid 2px #B3B3B3;
    color: #B3B3B3;
    min-width: 200px !important;
	max-width: 200px !important;
	max-height: 30px !important;
    min-height: 30px !important;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
	line-height: 1rem;
/*    padding: 1%;*/
/*	margin-top: -0.6%; */
}
.btndet:hover{
  background-color: #fff;
  color: black;
  border: solid 2px #000;
  transform: scale(0.9);
}
.btnhistory{
    background-color: #fff;
	border: solid 2px #B3B3B3;
    color: #B3B3B3;
    min-width: 200px !important;
/*	max-width: 200px !important;*/
/*	max-height: 30px !important;*/
    min-height: 40px !important;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
	line-height: 1rem;
/*    padding: 1%;*/
/*	margin-top: -0.6%; */
}
.btnhistory:hover{
  background-color: #fff;
  color: black;
  border: solid 2px #000;
  transform: scale(0.9);
}

.reservar:hover{
    background-color: #fff;
    color: black;
    transform: scale(0.9);
}
.btnFlecha{
    font-size: x-large;
    padding: 0px;
}
.seleccionado:hover{
  background-color: hsla(0, 0%, 70%, 0.4);
  line-height: 1.5;
  color:#7AC943;
  cursor: pointer;
}
.separador{
    color: #fff;
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
    border: solid 1px;    
}
.separador-gris{
    color: #4D4D4D;
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    border: solid 1px;    
}
.geo{
  font-size: 1rem;
  margin-right: 5px;
  color: #000;
}
.card-body{
  flex: 1 1 auto;
  padding: 1rem 1rem;
  justify-content: center;
}

.cardProfesionales{
  border-radius: 20px;
  background: url(../images/bg/bgProfesionales.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 300px;
  max-width: 450px;
  min-width: 320px;
  margin: 15px;
}
.cardPlanes{
  border-radius: 20px;
  background: url(../images/bg/bgPlanes.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 300px;
  min-width: 320px;
  margin: 15px;
}

.cardSeleccionado {
  transform: scale(1.2);
  box-shadow: 0px 10px 12px 0px solid rgba(231, 104, 0, 0.9);
}
.blackwhite{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.cardReserva{
  border-radius: 20px;
  background-color: #E6E6E6;
}
.cardIngresar{
  border-radius: 20px;
  background-color: #E6E6E6;
}


/*** footer ***/

  #footer {
  	height: 480px;
  	max-height: 480px;
    background: #4D4D4D;
    color: #fff;
    font-size: 0.8rem;
	align-items: center;
  }

   #footer .footer-top .footer-links {
	margin-top: 3.8%;
    padding-left: 4.5%;
	text-align: left;
  }

  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-top .footer-links .faq-links a {
    color: #fff;
    transition: 0.3s;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links .faq-links a:hover {
    color: #0095f6;
	text-decoration: underline;
  }

  #footer .footer-top .footer-links .faq-links li {
    padding: 3px 0;
    align-items: center;
  }

  #footer .footer-top .footer-links .faq-links li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links .social-links a {
    color: #fff;
  }

  #footer .footer-top .footer-links .social-links li i:first-child {
  	margin-top: 10%;
	position: relative;
  }

  #footer .footer-top .footer-links .social-links i {
    color: #fff;
    font-size: 1.4rem;
	margin-bottom: 3.5%;
  }
 
  #footer .footer-top .footer-links .social-links i:hover {
    color: #acacac;
  }

  .texto-link {
  	color: #fff;
  }
  .texto-link:hover {
    color: #acacac;
  }

  #footer .footer-top .footer-links .social-links label {
	margin-left: 3%;
	margin-bottom: 3.5%;
	/* font-weight: 500; */
	font-size: 0.8rem;
  }

  #footer .copyright {
    border-top: 1px solid #3e5050;
    text-align: left;
    padding-top: 30px;
    padding-left: 4.5%;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: left;
    font-size: 13px;
    color: #fff;
    padding-left: 4.5%;
  }
  #footer .credits .imglogo {
    height: 35px;
  }

  #footer .version {
    font-size: 10px;
    color: #B3B3B3;
  }

  ul {

	list-style:none

  }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  border-radius: 50%;
  padding: 1%;
  font-size: 1.8rem;
  line-height: 1.8rem;
  width: 3.2rem;
  height: 3.2rem;
  right: 15px;
  bottom: 15px;
  color: #B3B3B3;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 1.8rem;
  position: absolute;
  top: 8px;
  left: 11px;
}

.back-to-top:hover {
  background-color: #FFF;
  color: black;
  transition: background 0.2s ease-in-out;
}

/*** Modal calendar ****/

.modal-content{
  border: none;
}

.modal-footer{
  border: none;
}

.modal-header{
  background-color: #4D4D4D;
  border: 2px solid #4D4D4D;
  color: #E6E6E6;
}

#btnConfirma, #btnCerrar{
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.fechaSeleccionada{
  background-color: #64646477 !important;
}

/* MODAL VER PERFIL */

.modal-content-perfil{
  border-radius: 26px;
  padding: .5%;
  background-color: #e6e6e6;
}

.cardBodyModal{
  background-color: #e6e6e6;
  padding: 0.5%;
}

.bordeModal{
  border-radius: 26px;
  padding: 2%;
  border: 1px solid #acacac;
}

.modal-header-perfil{
  background-color: transparent;
  border: transparent;
}

.btn-close{
  width: .1em;
  height: .1em;
  background-color: red;
  margin-left: 96%;
  padding: 1.5%;
}

.profesionalModal{
  border-radius: 50%;
  max-width: 6em;
  max-height: 6em;
  z-index: 9999999;
}

.tituloModal {
  background-color: #B3B3B3;
  border: solid 2px #B3B3B3;
  color: #fff;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  padding: 1%;
  z-index: 9999777;
  margin-top: -70px;
}

.subtituloModal{
  color: #000;
  font-size: .9rem;
  line-height: 1rem;
  font-weight: bolder;
}

.honorarioModal{
  background-color: #CCCCCC;
  border: solid 2px #CCCCCC;
  color: #000;
  width: 100%;
  font-size: .9rem;
  line-height: .9rem;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  padding: 0.5%;
}

.especialidad{
  color: #000;
  font-size: .9rem;
  line-height: .9rem;
}

.parrafo{
  text-align:justify;
  font-size: .8rem;
  line-height: .8rem;
  margin-bottom: 0.5rem;
}

.imgTrayectoria{
  position: relative;
  left: 10%;
  width: 16em;
  height: 8em;
}

.iconosModal{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  line-height: 30rem;
  position: absolute;
}

.iconosModalDetPer{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
/*  justify-content: flex-end;*/
  align-items: flex-end;
  align-content: flex-end;
  position: relative;
  padding-left: 73%;
  padding-right: 5%;
}

.iconosModalDetMob{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
/*  justify-content: flex-end;*/
  align-items: flex-end;
  align-content: flex-end;
  position: relative;
  padding-left: 83%;
}

.redesModal{
  width: 2em;
  height: 2em;
  display: inline-block;
}

.imgEntrenamiento{
  position: relative;
  left: 0%;
  width: 16em;
  height: 8em;
}

.masXmenos{
  color: #000;
  font-size: .8rem;
  line-height: .8rem;
  font-weight: bolder;
  margin-bottom: 0.4rem;
}

.detalleHonorario{
  text-align:justify;
  font-size: .8rem;
  line-height: .8rem;
  margin-bottom: 0.4rem;
}

.nav-link-und:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1.8px;
  left: 50%;
  position: relative;
  background: #000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-link-und:hover:after { 
  height: 2px;
  width: 100%; 
  left: 0%; 
}

/* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 180px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
/*  text-decoration: none;*/
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #818181;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
  background-color: #B3B3B3;
  transition: all .3s ease 0s;
}


/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Tabla de Administraci�n */

.btn-gris {
  background-color: #4D4D4D;
  border-color: #4D4D4D;
  color: #FFFFFF;
}
.btn-lila:hover,
.btn-lila:focus,
.btn-lila:active,
.btn-lila.active,
.open .dropdown-toggle.btn-lila,
.btn-lila:active:focus,
.btn-lila:active:hover,
.btn-lila.active:hover,
.btn-lila.active:focus {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF;
  color: #000000;
}

.btn-cruz {
  background-color: #FFFFFF;
  border-color: #000000 !important;
  color: #000000;
}
.btn-cruz:hover,
.btn-cruz:focus,
.btn-cruz:active,
.btn-cruz.active,
.open .dropdown-toggle.btn-cruz,
.btn-cruz:active:focus,
.btn-cruz:active:hover,
.btn-cruz.active:hover,
.btn-cruz.active:focus {
  background-color: #4D4D4D;
  border-color: #4D4D4D !important;
  color: #FFFFFF;
}
