/* cyrillic-ext */
@font-face {
  font-display: fallback;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-display: fallback;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-display: fallback;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-display: fallback;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: fallback;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body, html{
  font-family: "Montserrat", sans-serif;
}
.bg-style-1 {
  background-color: rgba(199, 209, 223, 0.349) !important;
}
.btn-ubicadoc{
  color: #FFFFFF;
  background-color: #071982;
  border-color: #071982;
}
.btn-ubicadoc:hover{
  color: #000000;
  background-color: #6676d1;
  border-color: #071982;
}
.formulario-contacto{
  display: none;
}

.foot-link{
  color: #58dbf5;
}

.foot-link:hover{
  color: #FFFFFF;
}

.badge-foot-ubicadoc {
  color: #58dbf5 !important;
  background-color: #011727 !important;
}

.badge-info{
  color: #FFFFFF!important;
}

.badge-foot-ubicadoc:hover{
  background-color: white!important;
}

.list-aviso label{
  position: initial;
  color:#212529;
}

.redes-sociales:hover {
  padding-bottom: 5%;
  border-bottom: 2px solid #FFFFFF;
}

/* NAV STYLES */  
a.bg-style-1:hover, a.bg-style-1:focus,
button.bg-style-1:hover,
button.bg-style-1:focus {
  background-color: #3751a88c !important;
}
/* NAV STYLES */  
/* COOKIES STYLES */  
.modal-dialog {
  margin-top: 0rem;
  max-width: 100%;
}
.modal-dialog .modal-content {
  border-radius: 0rem;
}
/* COOKIES STYLES */  
/* ALIVEAN STYLES */  
.div-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.div-img .img{
    display:block;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    width: 70px;
    height: 70px;
    /*border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;   */
    transform:translate(0px);
    -ms-transform:translate(0px); /* IE 9 */
    -moz-transform:translate(0px); /* Firefox */
    -webkit-transform:translate(0px); /* Safari and Chrome */
    -o-transform:translate(0px); /* Opera */
    -webkit-transition: all 500ms ease-in-out; /* IE 9*/
    -moz-transition: all 500ms ease-in-out; /* Firefox*/
    -ms-transition: all 500ms ease-in-out; /* Safari and Chrome */
    -o-transition: all 500ms ease-in-out; /* Opera    */
}      
.div-img .text{
    font-family: 'Montserrat', sans-serif;
    position:absolute;
    z-index: -1;
    height: 50%;
    top:20%;
    right:0;
    padding-right:20%;
    text-align: left;
    display: none;
}
.div-img:hover .img{
        transform:translate(-70px,0px);
        -ms-transform:translate(-70px,0px); /* IE 9 */
        -moz-transform:translate(-70px,0px); /* Firefox */
        -webkit-transform:translate(-70px,0px); /* Safari and Chrome */
        -o-transform:translate(-70px,0px); /* Opera*/
} 
.div-img:hover .text{
  display:block;
}
/* ALIVEAN STYLES */  
/* INPUTS TEXT STYLES*/
/* form starting stylings ------------------------------- */
.group 			  { 
  position:relative; 
  margin-bottom:10px; 
}
input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width: 100%;
  border:none;
  border-bottom:1px solid #757575;
}
input:focus{ outline:none; }

/* LABEL ======================================= */
label 				 {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.bar	{ 
  position:relative; 
  display:block; 
  width: 100%; 
}
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
/* INPUTS TEXT STYLES*/
/* SELECT STYLES*/
select {
  margin-top: 1em;
  padding: .25em;
  border: 0;
  border-bottom: 2px solid currentcolor; 
  font-weight: bold;
  border-radius: 0;
  width: 98%;
  opacity:0.5;
  color: black;
  background-color: white;
}
select:focus, select:active {
  outline: 0;
  border-bottom-color: #5264AE;
}
/* SELECT STYLES*/
/* BUTTON SEARCH */
.btn10{
  padding: 15px 100px;
  margin:10px 4px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
}
.transition{
  position: absolute;
  top: -10%;
  left: 0%;
  width: 100%;
  height: 0%;
  background: #80ffd3;
  z-index:-1;
/*     -ms-transform: skewX(-50deg); 
  -webkit-transform: skewX(-50deg); 
  transform: skewX(-50deg); */
}
.btn10{
  /*top: 40px;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase!important;
  letter-spacing: 2px;
  color: #000;
  cursor: hand;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid rgb(118, 171, 202);
  border-radius:50px;
  position: relative;
  overflow: hidden!important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent!important;
  z-index:10;
  
}


.btn10:hover{
  border: 1px solid #071982;
  color: #80ffd3!important;
}
.btn10::before {
  content: '';
  width: 0%;
  height: 100%;
  display: block;
  background: #071982;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg); 
  transform: skewX(-20deg);   
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
-o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
-webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
   box-shadow:2px 0px 14px rgba(0,0,0,.6);
} 

.btn10::after {
  content: '';
  width: 0%;
  height: 100%;
  display: block;
  background: #80ffd3;
  position: absolute;
-ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg); 
  transform: skewX(-20deg);   
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
  -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
  -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
  transition: all .4s cubic-bezier(.2,.95,.57,.99);
  box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn10:hover::before, .btn1O:hover::before{
opacity:1;
width: 116%;
}
.btn10:hover::after, .btn1O:hover::after{
opacity:1;
width: 120%;
}
/* BUTTON SEARCH */

/*ERRORES STYLES*/
#error{
  color: red;
}
/*ERRORES STYLES*/

/*LISTA DE RESULTADOS*/
.loading img{
  width: 50px;
}
#result-list{
  display: none;
}
  /*PAGINACION*/
    #contentm-page-result #flip-container{
      -webkit-perspective: 1000px;
      perspective: 1000px;
      /*padding: 20px;*/
      position: relative;
      margin: 10px auto;
      width: 100%;
      /*width: 500px;*/
    }
    #contentm-page-result .card {
      position: relative;
      width: 100%;
      /*width: 500px;*/
      height: 100px;
      transition: 0.6s;
      transform-style: preserve-3d;
      transform-origin: 100% 25px;
      /*margin: 5px;*/
      border: none !important;
      /*font-size: 12px;*/
      margin-bottom: 50px !important;
    }
    #contentm-page-result .card.flip{
      transform: rotateX(180deg);
    }
    #contentm-page-result .front, .back{
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      text-align: left;
      padding: 5px;
    }
    #contentm-page-result .front{
      transform: rotateX(0deg);
      z-index: 2;
      /*background-color: #e93e29;*/
      /*color: #FFF;*/
      font: 1em/1.8em Arial;
      display: flex;
      align-items: left;
      justify-content: left;
    }
    #contentm-page-result .back{
      transform: rotateX(180deg);
      background: repeating-linear-gradient(
        -45deg,
        #ececec,
        #ececec 10px,
        #dedede 10px,
        #dedede 20px
      );
    }
    #contentm-page-result #controls{
      position: relative;
      margin: 10px auto;
      text-align: center;
    }
    #contentm-page-result .disabled {
      color: #ccc;
    }
    #contentm-page-result button{
      width: 25px;
      height: 25px;
    }
    #contentm-page-result .pag{
      font: 0.8em/1.2em Arial; 
      padding-top: 10px;
    }
    #fmedico_info{
      color: #1b817c;
    }
    #fmedico_info:hover {
      cursor: pointer;
      text-decoration:underline;
    }
  /*PAGINACION*/
  /* FICHA MEDICO */
   #concepto-infom{
     text-transform: uppercase;
     font-size: 60% !important;
   }
  /* FICHA MEDICO */
/*LISTA DE RESULTADOS*/
/* FICHAM */
  #medico-info-card{
    display: none; 
  }
  #return img{
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
/* FICHAM */
/*ESTILOS SCROLL*/
/* Tamaño del scroll */
.fcontent::-webkit-scrollbar {
  width: 8px;
}

 /* Estilos barra (thumb) de scroll */
.fcontent::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.fcontent::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.fcontent::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

 /* Estilos track de scroll */
.fcontent::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

.fcontent::-webkit-scrollbar-track:hover, 
.fcontent::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
/*ESTILOS SCROLL*/
@media (min-width: 300px) and (max-width: 375px){
  #contentm-page-result .card {
    height: 160px;
    font-size: 12px !important;
  }
  #return img{
    width: 40px;
    height: 40px;
  }
  #medico-info-card{
    font-size: 12px !important;
  }
  .redes-sociales:hover {
    padding-bottom: 2%;
    border-bottom: 2px solid #FFFFFF;
  }
}
@media (min-width: 375px) and (max-width: 425px){
  #contentm-page-result .card {
    height: 180px;
    font-size: 14px !important;
  }
  #return img{
    width: 40px;
    height: 40px;
  }
  #medico-info-card{
    font-size: 12px !important;
  }
  .redes-sociales:hover {
    padding-bottom: 2%;
    border-bottom: 2px solid #FFFFFF;
  }
}

@media (min-width: 768px){
  #ces-link-infof img{
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 1000px){
  #contentm-page-result .card {
    margin-top: 10% !important;
  }
}