@font-face{
    font-family:'UniSans'; src:url('../fonts/Uni Sans Regular.otf');
    font-weight: normal;
}
@font-face{
    font-family:'UniSansBook'; src:url('../fonts/Uni Sans Book.otf');
    font-weight: normal;
}
@font-face{
    font-family:'UniSans'; src:url('../fonts/Uni Sans Bold.otf');
    font-weight: bold;
}
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
body{
    font-family: 'Raleway', sans-serif;
}
.navbar{
    padding: 0;
    -webkit-box-shadow: 0px 7px 20px 4px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 7px 20px 4px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 7px 20px 4px rgba(50, 50, 50, 0.5);
    z-index: 16;
}
.navbar-brand img{height: 110px; width: auto;}
.navbar-brand{
    padding: 0;
    align-self: flex-start;
    order: 0;
}

.navBarUser{
   margin-right: 10px;
}

.max-content-acreditaciones {max-width:800px;margin:0 auto;}

.logo-foot {padding: 25px 30px;max-width: 350px;}

.custom-size {font-size: 20px  !important;}

#userNav .nav-item.bigLink{ min-width: 170px; text-align: center;}
#userNav .dropdown:hover .dropdown-menu {display: block;}
#userNav .dropdown .dropdown-menu {margin:0; min-width: 100%; border: 0; border-radius:0;}
#userNav .dropdown-toggle::after{display: none;}
#userNav .nav-item{ margin-left: 3px;}
#userNav .dropdown-menu a{ color: #FFF;}

#mainNav .nav-item.bigLink{ min-width: 170px; text-align: center;}
#mainNav .dropdown:hover .dropdown-menu {display: block;}
#mainNav .dropdown .dropdown-menu {margin:0; min-width: 100%; border: 0; border-radius:0;}
#mainNav .dropdown-toggle::after{display: none;}
#mainNav .nav-item{ margin-left: 3px;}

.greenMemuBg{ background-color:#80bead;}
.blueMemuBg{ background-color:#2C8591;}
.orangeMemuBg{ background-color:rgba(237, 164, 41, 1);}
.redMemuBg{ background-color:#DA3328; }
#mainNav .dropdown-menu a{ color: #FFF;}

.greenMemuBg .dropdown-item:focus, .greenMemuBg .dropdown-item:hover{ background-color: #618E81;}
.blueMemuBg .dropdown-item:focus, .blueMemuBg .dropdown-item:hover{ background-color: #25707A;}
.orangeMemuBg .dropdown-item:focus, .orangeMemuBg .dropdown-item:hover{ background-color: #D89427;}
.redMemuBg .dropdown-item:focus, .redMemuBg .dropdown-item:hover{ background-color: #A73328;}

.greenMemuBg .dropdown-menu{background-color:rgba(128, 190, 173, 1);}
.blueMemuBg .dropdown-menu{background-color:rgba(44, 133, 145, 1);}
.orangeMemuBg .dropdown-menu{background-color:rgba(237, 164, 41, 1);}
.redMemuBg .dropdown-menu{background-color:rgba(218, 51, 40, 1);}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link{
    color: #FFF;
}

.whatsapp{
  background-image:url(../img/whatsapp.png);
  background-repeat:no-repeat;
  height:50px;
  width:50px;
  background-position:center;
  background-size: cover;
  background-color: transparent;
  outline:none;
  display:block;
}

.redesSociales{
  position: fixed;
  right:20px;
  bottom:20px;
  border-radius:50%;
  line-height:80px;
  text-align:center;
  z-index:999;
}

.redesSociales img {
float: right; clear: right;
 margin: 5px;
-moz-transform: scale(.8) ;
-webkit-transform: scale(.8) ;
-o-transform: scale(.8) ;
-ms-transform: scale(.8) ;
transform: scale(.8) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.redesSociales img:hover {
-moz-transform: scale(1.1) rotate(6deg);
-webkit-transform: scale(1.1) rotate(6deg);
-o-transform: scale(1.1) rotate(6deg);
-ms-transform: scale(1.1) rotate(6deg);
transform: scale(1.1) rotate(6deg);
}

.seguinosEn img {
-moz-transform: scale(1.0) ;
-webkit-transform: scale(1.0) ;
-o-transform: scale(1.0) ;
-ms-transform: scale(1.0) ;
transform: scale(1.0) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.seguinosEn img:hover {
-moz-transform: scale(1.3) rotate(6deg);
-webkit-transform: scale(1.3) rotate(6deg);
-o-transform: scale(1.3) rotate(6deg);
-ms-transform: scale(1.3) rotate(6deg);
transform: scale(1.3) rotate(6deg);
}

.la {
     font-size: 20px;
}

.nombreUsuario {
    border:0;
    border-radius: 0;
    position: relative;
    align-self: flex-start;
    margin-top: 60px;
    order: 1;
    text-transform: uppercase;
    letter-spacing:1px;
}

.turnoBtn{
    background: rgb(0, 121, 134);
    background: -moz-linear-gradient(270deg, rgb(0, 121, 134) 50%, rgb(0, 133, 145) 50%);
    background: -webkit-linear-gradient(270deg, rgb(0, 121, 134) 50%, rgb(0, 133, 145) 50%);
    background: -o-linear-gradient(270deg, rgb(0, 121, 134) 50%, rgb(0, 133, 145) 50%);
    background: -ms-linear-gradient(270deg, rgb(0, 121, 134) 50%, rgb(0, 133, 145) 50%);
    background: linear-gradient(0deg, rgb(0, 121, 134) 50%, rgb(0, 133, 145) 50%);
    color: #FFF;
    border:0;
    border-radius: 0;
    position: relative;
    align-self: flex-start;
    margin-top: 60px;
    order: 1;
    text-transform: uppercase;
    letter-spacing:1px;

    width: 250px;
    position: relative;
    left: 14%;
}

.portalPacienteBtn{
    background: rgb(237, 164, 41);
    background: -moz-linear-gradient(270deg, rgb(237, 164, 41) 50%, rgb(237, 144, 14) 50%);
    background: -webkit-linear-gradient(270deg, rgb(237, 164, 41) 50%, rgb(237, 144, 14) 50%);
    background: -o-linear-gradient(270deg, rgb(237, 164, 41) 50%, rgb(237, 144, 14) 50%);
    background: -ms-linear-gradient(270deg, rgb(237, 164, 41) 50%, rgb(237, 144, 14) 50%);
    background: linear-gradient(0deg, rgb(237, 164, 41) 50%, rgb(237, 144, 14) 50%);
    color: #FFF;
    border:0;
    border-radius: 0;
    position: relative;
    align-self: flex-start;
    margin-top: 60px;
    order: 1;
    text-transform: uppercase;
    letter-spacing:1px;

    width: 250px;
    position: relative;
}

.turnoBtn:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 4px;
    height: 1px;
    width: 100%;
    background-color: #FFF;
    left: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

.custom-a:hover, .custom-a {color:inherit;text-decoration:none}

/*.modal-backdrop{ background-color: #2C8591;}*/

#turnoModal .modal-content,
#contactoModal .modal-content{
    background-color: #80BEAD;
    color: #FFF;
    border: 0;
}
#contactoModal .modal-content{
    background-color: #ED9929;
}
.compartir-ico{
    background: url(../img/mail.png) no-repeat;
    width: 58px;
    height: 46px;
    display: block;
    float: left;
}
.reserva-ico{
    background: url(../img/turnos-ico.svg) no-repeat;
    width: 58px;
    height: 46px;
    vertical-align: center;
    align-self: center;
    display: block;
    float: left;
}
.reserva-text{
    padding:10px 10px 7px;
    border-bottom: 1px solid #2C8591;
    margin-left: 10px;
}
#turnoModal .modal-title
{
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
}
#contactoModal .modal-title{
    border-bottom: 1px solid #FFF;
    position:  relative;
    width: 100%;
    padding-left: 15px;
}
#trabajoModal .modal-title{
    border-bottom: 1px solid #FFF;
    position:  relative;
    width: 100%;
    padding-left: 15px;
}
#contactoModal .modal-title span{
    margin-bottom: 0;
    position: relative;
    display:  inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    height: 22px;
    text-transform: uppercase;
}
#contactoModal .modal-title span:after{
    content: '';
    display: block;
    width: 110%;
    background-color: rgba(255, 255, 255, 1);
    height: 2px;
    bottom: -2px;
    position: absolute;
    left: 0;
}
#trabajoModal .modal-title span{
    margin-bottom: 0;
    position: relative;
    display:  inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    height: 22px;
    text-transform: uppercase;
}
#trabajoModal .modal-title span:after{
    content: '';
    display: block;
    width: 110%;
    background-color: rgba(255, 255, 255, 1);
    height: 2px;
    bottom: -2px;
    position: absolute;
    left: 0;
}
#turnoModal .modal-header,
#contactoModal .modal-header,
#trabajoModal .modal-header{
    border: 0 none;
    padding-bottom: 0;
}
#turnoModal .close,
#contactoModal .close,
#trabajoModal .close{
    color: #FFF;
}
#turnoModal .modal-body,
#contactoModal .modal-body,
#trabajoModal .modal-body{
    padding-bottom:0;
}
#turnoModal .modal-footer,
#contactoModal .modal-footer,
#trabajoModal .modal-footer{
    border-top: 0 none;
}
.white-form .form-control{
    background-color: transparent;
    color: #FFF;
    border-radius: 0;
    border-color: #FFF;
}
.white-form .form-control:focus{
    box-shadow: none;
    border-color: #2C8591;
}
#contactoModal .white-form .form-control:focus{
    border-color: #cc7400;
}

#trabajoModal .white-form .form-control:focus{
    border-color: #25707A;
}

.white-form .form-control::-webkit-input-placeholder {
    color: #FFF;
}
.white-form .form-control::-moz-placeholder {
    color: #FFF;
}
.white-form .form-control:-ms-input-placeholder {
    color: #FFF;
}
.white-form .form-control:-moz-placeholder {
    color: #FFF;
}

.white-form textarea.form-control{
    height: 147px;
}

.white-btn.btn-primary{
    background: rgb(102, 152, 140);
    background: -moz-linear-gradient(270deg, rgb(102, 152, 140) 50%, rgb(111, 165, 151) 50%);
    background: -webkit-linear-gradient(270deg, rgb(102, 152, 140) 50%, rgb(111, 165, 151) 50%);
    background: -o-linear-gradient(270deg, rgb(102, 152, 140) 50%, rgb(111, 165, 151) 50%);
    background: -ms-linear-gradient(270deg, rgb(102, 152, 140) 50%, rgb(111, 165, 151) 50%);
    background: linear-gradient(0deg, rgb(102, 152, 140) 50%, rgb(111, 165, 151) 50%);
    border-radius: 0;
    border-color: #FFF;
}
#contactoModal .white-btn.btn-primary{
    background: rgb(217, 151, 38);
    background: -moz-linear-gradient(270deg, rgb(217, 151, 38) 50%, rgb(238, 164, 41) 0%);
    background: -webkit-linear-gradient(270deg, rgb(217, 151, 38) 50%, rgb(238, 164, 41) 0%);
    background: -o-linear-gradient(270deg, rgb(217, 151, 38) 50%, rgb(238, 164, 41) 0%);
    background: -ms-linear-gradient(270deg, rgb(217, 151, 38) 50%, rgb(238, 164, 41) 0%);
    background: linear-gradient(0deg, rgb(217, 151, 38) 50%, rgb(238, 164, 41) 0%);
    border-radius: 0;
    border-color: #FFF;
}

.blueDegBg .white-btn.btn-primary{
    background: rgb(12, 67, 84);
    background: -moz-linear-gradient(90deg, rgb(12, 67, 84) 50%, rgb(11, 60, 76) 50%);
    background: -webkit-linear-gradient(90deg, rgb(12, 67, 84) 50%, rgb(11, 60, 76) 50%);
    background: -o-linear-gradient(90deg, rgb(12, 67, 84) 50%, rgb(11, 60, 76) 50%);
    background: -ms-linear-gradient(90deg, rgb(12, 67, 84) 50%, rgb(11, 60, 76) 50%);
    background: linear-gradient(180deg, rgb(12, 67, 84) 50%, rgb(11, 60, 76) 50%);
}

.reset-content p {margin:10px 0 0 !important;font-size: 1.1rem !important;line-height: normal;}
.reset-content p span {margin:0 !important;font-size: 1.1rem !important;line-height: normal;}

.shadowC:before, .shadowC:after
{
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 37px;
    left: 10px;
    width: 50%;
    top: 80%;
    -webkit-box-shadow: 0 35px 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 35px 20px rgba(0,0,0,0.5);
    box-shadow: 0 35px 20px rgba(0,0,0,0.5)  ;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.shadowC:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #FFF;
}
.carousel-indicators .active{
    background-color: #FFCC3D;
}

.big-text-box{
    color: #FFF;
    font-size: 25px;
    padding: 30px 0 ;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {letter-spacing: 2px;text-align:center;}
.dropdown-item {letter-spacing:1px;}

.big-text-box span {font-family:'UniSansBook';line-height: normal;letter-spacing: 2px;}

.big-text-box .la{
    font-size: 35px;
}
.portada{ text-align: center;}
.inner-shadow{
    box-shadow: inset 1px 12px 37px -14px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 12px 37px -14px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 1px 12px 37px -14px rgba(0,0,0,0.5);
    -o-box-shadow: inset 1px 12px 37px -14px rgba(0,0,0,0.5);
}

.small-padding{
    padding: 30px 0;
}
.medium-padding{
    padding: 40px 0;
}
.big-padding{
    padding: 60px 0;
}
.big-padding img{max-width:100%; height:auto !important;}
.xbig-padding{
    padding: 100px 0;
}

.section-header{
    border-bottom: 1px solid #CFCFCF;
    margin-bottom:  60px;
    position:  relative;
    padding-left: 20px;
}
.section-header.big-title .section-title{
    font-size: 20px;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.section-header.big-title .section-title:after{
}
.section-title{
    margin-bottom: 0 px;
    position: relative;
    display:  inline-block;
    color: #0F3C4F;
    font-size: 15px;
    font-weight: 600;
    height: 24px;
    text-transform: uppercase;
}
.section-title:after{
    content: '';
    display: block;
    width: 100%;
    max-width:100%;
    background-color: rgba(220, 49, 39, 1);
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
}
.white-content .section-title{
    color: #FFF;
}
.white-content .section-title:after{
    background-color: rgba(255,255,255, 1);
}
.white-content .section-header{
    border-color: #FFF;
}
#acreditaciones .section-header{
    margin-bottom: 30px;
}
#acreditaciones .section-title:after{
    background-color:#2D8B97;
}
.more-info{
    display:  block;
    position:  relative;
    bottom: 22px;
    float:right;
    right: 0;
    text-decoration:  none;
    color:  #FFF;
    background-color: rgba(220, 49, 39, 1);
    height: 22px;
    width:  22px;
    text-align: center;
    line-height: 22px;
}
.more-info:hover{
    background-color: rgba(220, 49, 39, 0.7);
    color: #FFF;
    text-decoration: none;
}
.more-info i{
    line-height: 22px;
}
.orangeDegBg .more-info{
    background-color: rgba(255,255,255,1);
    color: rgb(221, 67, 41);
}

.orangeDegBg .more-info:hover{
    background-color: rgba(255,255,255,0.7);
    color: rgb(221, 67, 41);
}

.section-header .more-info{
    right: 0;
}
.list-box{
    /* padding-bottom: 22px; */
    /*border-bottom: 1px solid #CFCFCF;*/
}
.list-box:after{
    content: '';
    display: block;
    /* width: 100%; */
    height: 1px;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: #CFCFCF;
}
.list-img{
    margin-bottom: 22px;
}
.list-body{padding: 0 15px 22px;line-height: normal;}
.list-body a {color:initial;}
.list-body a:hover {text-decoration:none;}
.list-title{
    margin-bottom: 25px;
    position: relative;
    display:  inline-block;
    color: #0F3C4F;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.event-box{
    margin-bottom: 15px;
}
.event-body{
    border: 1px solid #FFF;
    padding:20px;
    position: relative;
    height: 100%;
}

.event-body a:hover {text-decoration:none;transition:.6s;}
.event-date{
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 10px 3px 0;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    display: inline-block;
    margin-bottom: 15px;
}
.cat-info, .cat-info:hover{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFF;
    color: rgb(221, 67, 41);
    padding: 0 7px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}
.cat-info:hover{
    background-color: rgba(255,255,255,0.7);
}
.event-title{
    margin-bottom: 5px;
    position: relative;
    display:  inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    clear: both;
    display: block;
}
/*videos carousel*/
.video-list-title
{
    margin-top: 25px;
    position: relative;
    display:  inline-block;
    color: #0F3C4F;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px;
}
.video-list-title a,
.video-list-title a:focus{
    color: #0F3C4F;
    text-decoration: none;
}
/* Aceleradores */
.aceleradores-list-box{
    height: 100%; border:1px solid #E6E6E6;
}
.aceleradores-list-title
{
    margin-top: 25px;
    position: relative;
    display:  inline-block;
    color: #0F3C4F;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px;
}
.aceleradores-list-title a,
.aceleradores-list-title a:focus{
    color: #0F3C4F;
    text-decoration: none;
}
/* lista de  tratamientos */
.tratamientos-list-box{
    position: relative;
    display: list-item;
    color: rgba(220, 49, 39, 1);
    font-size: 8px;
    list-style-position: inside;
    padding-bottom: 10px;
}
.tratamientos-list-title
{
    margin: 0;
    position: relative;
    display:  inline-block;
    color: #0F3C4F;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.tratamientos-list-title a,
.tratamientos-list-title a:focus{
    color: #0F3C4F;
    text-decoration: none;
}
/* lista de  roles */
.role-column-box{
    position: relative;
    display: list-item;
    color: rgba(220, 49, 39, 1);
    font-size: 8px;
    list-style-position: inside;
    padding-bottom: 10px;
    padding-left:20px;
    vertical-align: text-top;
}
.role-column-title
{
    margin: 0;
    position: relative;
    display:  inline-block;
    color: #0F3C4F;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    width:90%;
}
.role-column-title a,
.role-column-title a:focus{
    color: #0F3C4F;
    text-decoration: none;
}
/* testimonios */
#testimonios .section-header{
    margin-bottom: 30px;
}
.testimonios-carousel{ margin-top: 15px;}
.testimonio-box{ padding-left: 35px; background: url(../img/quote.png) no-repeat; color: #FFF;}
.testimonio-box em {background:none !important;font-size: 16px !important;line-height: normal;}
.owl-item .testimonio-box em {color:#fff !important;}
.testimonio-box hr{ border-color: #FFF; margin-bottom: 5px;}
.testimonio-info{text-align: center;}

.testimonios-list{
    column-count:2;
}

.testimonios-list-box{ border-radius: 0; padding: 0 5px; border: 0 none; }

.testimonios-list-box blockquote {
    padding: 45px 50px;
    position: relative;
    border: 1px solid rgba(237, 164, 41, 1);
    font-size: 15px;
    margin-bottom: 30px;
}

.testimonios-list-box blockquote em {background:none !important;font-size: 1.1rem !important;line-height: normal !important;}
.testimonios-list-box blockquote:before {
    color: rgba(237, 164, 41, 1);
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 20px;
    top: 37px;
    background: url(../img/quote_o.png) no-repeat;
}
.testimonios-list-box blockquote:after {
    content: '';
    display: block;
    height: 35px;
    width: 28px;
    position: absolute;
    background:#FFF url(../img/bineta.svg) no-repeat 0 -1px;
    overflow: hidden;
    bottom: -34px;
    left: -1px;
}
.testimonios-list-box blockquote p {
display: inline;
font-size: 1.1rem !important;
line-height: normal !important;
}
.testimonios-list-box-footer {
    padding-left: 30px;
    color: #2A878E;
    font-size: 15px;
}

/* roles fundcion */
.fundacion-ct .section-title:after{
    background-color: #80BEAD;
}
.fundacion-ct .section-header{
    margin-bottom: 40px;
}
.fundacion-ct .section-title {
    color: #0F3C4F;
}
.role-image-box{
    height: 100%;
    border: 1px solid #A0A0A0;
}
.role-image-img{
    float: left;
    width: 100px;
    height: auto;
    margin-right: 10px;
}
.role-image-content{
    padding: 10px;
    padding-left: 0;
}
.role-image-role{
    font-size: 12px;
    color: #2A878E;
}
.role-image-name{
    color: #0F3D54;
    font-size: 17px;
    text-transform: uppercase;
}
.role-image-desc{
    color: #80BEAD;
    font-size: 12px;
}

/*role file*/

.role-file-box{
    height: 100%;
    border: 0 none;
}
.role-file-img{
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    padding-right:10px;
    border-right: 1px solid #A0A0A0;
    text-align: center;
    padding: 10px;
}
.role-file-content{
    padding: 10px;
    padding-left: 0;
}
.role-file-role{
    font-size: 12px;
    color: #2A878E;
}
.role-file-name{
    color: #0F3D54;
    font-size: 17px;
    text-transform: uppercase;
}
.role-file-desc{
    color: #80BEAD;
    font-size: 12px;
}

/* profesionales */

.profesional-box{ height: 100%; border: 1px solid #CFCFCF; text-align: center; position: relative; padding: 10px 0;}
.profesional-img{ padding:0 20px; background-color: #FFF;}
.profesional-role{ 
    background-color: #E7E7E7;
    text-align: center;
    padding: 7px;
    font-size: 12px;
    position: relative;
    color: #2A878E;
}
.profesional-role:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    background: url(../img/shadow_curve.png) no-repeat top center / 100% auto;
}
.profesional-name{
    color: #0F3D54;
    font-size: 17px;
    padding:15px 30px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.profesional-desc{
    color:#80BEAD;
    font-size: 12px;
    padding: 5px 30px 0;
    text-transform: uppercase;
}
.profesional-pdf{
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-decoration: none;
    height: auto;
    font-size:11px;
}
.profesional-pdf:hover{
    color: #2A878E;
    text-decoration: none;
}

/* tratamiento y tecnología */
.tratamiento-box{ height: 100%; border: 1px solid #CFCFCF; text-align: center; position: relative; padding: 0 0 25px;}
.tratamiento-img{ padding:0; background-color: #FFF;}
.tratamiento-name{
    color: #0F3D54;
    font-size: 17px;
    padding:15px 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    text-decoration:none !important;
}
a .tratamiento-name, a:hover .tratamiento-name{
    text-decoration:none !important;
}
.tratamiento-more-info{
    right: 0;
}

/* ubicacion */
.ubicacion-box{
    height: 100%;
    border: 1px solid rgba(237, 164, 41, 1);
    text-align: center;
    color: #0F3C4F;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.ubicacion-header{
    border-bottom: 1px solid rgba(237, 164, 41, 1);
    padding: 15px;
}
.ubicacion-icon{
    color: rgba(237, 164, 41, 1);
    font-size: 45px;
}
.ubicacion-content{
    padding: 15px;
}
.ubicacion-content > p:last-child{
    margin-bottom: 0;
}
/* convenios */
.convenios-list .ico{
    max-width: 150px;
}
.convenios-list h3{
    color: #0F3D54;
    font-size: 15px;
    text-transform: uppercase;
}
.convenios-list p{

    font-size: 1rem;
}
.linkCertificacion {color:#00a9ff;font-style:italic;}
.linkCertificacion:hover {text-decoration:none;opacity:.6;transition:.6s;}

.art-link a {color:#fff;transition:.6s;}
.art-link a:hover {color:#fff;text-decoration:none;opacity:.6;transition:.6s;}
.art-link {font-size:.9rem;margin:0;}

/* diagnosticos */

.letter-index-row{
    margin-bottom: 80px;
}
.letter-index{
    border: 1px solid #A0A0A0;
    border-left: 0 none;
    border-right: 0 none;
    padding:5px 15px;
    font-size: 25px;
}
.letter-index-link{
    color: #80BEAD;
    text-decoration: none;
}
.letter-index-link:hover{
    color: #2A878E;
    text-decoration: none;
}
.letter-index-link.active{
    color:#0F3C4F;
}

.letter-index-link.disabled,
.letter-index-link.disabled:hover {
    color: #DDD;
}
.diagnosticos-header .section-header{
    margin-bottom: 0;
    padding-left: 0;
    border-bottom: 0 none;
}
.diagnosticos-col{
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 15px;
}
.diagnosticos-header .section-title{
    color: #0F3C4F;
}
.diagnosticos-header .section-title:after{
    background-color: #80BEAD;
}
.diagnosticos-list-row{
    border: 1px solid #A0A0A0;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    padding:10px 0;
    color: #0F3C4F;
}
.diagnosticos-list-row a,
.diagnosticos-list-row a:hover{
    color: #0F3C4F;
}
.diagnosticos-list-row:last-child{
    border-bottom: 1px solid #A0A0A0;
}
.diagnostico-col{
    padding: 0 15px;
}
.tratamiento-col{
    padding: 0 15px;
}
/* content */
.big-content blockquote,
.fundacion-ct blockquote {
    border-left: 1px solid rgba(220, 49, 39, 1);
    margin: 0 0 10px;
    padding: 0 10px;
    color:rgba(220, 49, 39, 1);
}
.big-content blockquote p,
.fundacion-ct blockquote p  {
    display: inline;
}

.big-content p, .big-content p span, .big-content span {font-size: 18px !important;background: none !important;font-family: 'Raleway', sans-serif !important;}

.big-content .section-header{
    margin-bottom: 40px;
}
.big-content .section-title{
    font-size: 20px;
    padding-bottom: 5px;
    height: 30px;
}

/* eventos fundacion */
.fundacion-ct .event-body{
    border-color: #80BEAD;
}
.fundacion-ct .event-title,
.fundacion-ct .event-date
{
    color: #0F3C4F;
} 
.fundacion-ct .event-date
{
    border-color: #cc7400;
}
.fundacion-ct .cat-info,
.fundacion-ct .cat-info:hover{
    background-color: #80BEAD;
    color: #FFF;
}
.fundacion-ct .more-info{
    background-color: rgba(128, 190, 173,1);
    position:absolute;
    bottom:0;
    right:15px;
}
.fundacion-ct .more-info:hover{
    background-color: rgba(128, 190, 173,0.7);
}

#filterButtons{
    color: #80BEAD; 
    margin-bottom: 40px;
}
.filter-title{
    align-self: center;
    margin-bottom: 0;
}
.filter-btn{
    border-radius: 0;
    background-color:#2C8591;
    margin-left: 10px !important;
    padding: 0px 10px;
    border: 0 none;
}
.filter-btn:hover,
.filter-btn:focus{
    background-color: #80BEAD;
}
.btn-group>.btn.filter-btn:first-child{
    margin-left: 10px;
}
.event-elements{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    padding-right: 25px;
}
.elem-info {
    background-color: #2C8591;
    color: #FFF;
    padding: 0 7px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.event-dates{
    border: 1px solid #80BEAD;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.event-dates .date-box{
    padding-top: 20px;
}
.event-dates .date-title{
    font-size: 17px;
    color: #0F3C4F;
}

/* noticias funcacion */
.noticia-card{
    border-color: rgba(128, 190, 173,1);
    border-radius: 0;
    min-height:500px;
}
.noticia-card .more-info{
    right: 0;
}
.card-title-noticia{
    color: #0F3C4F;
    font-size: 15px;
    font-weight: 600;
    letter-spacing:1px;
}

.noticias-pagination .page-item.active .page-link,
.noticias-pagination .page-item .page-link:hover{
    color: #0F3C4F;
    background-color: transparent;
}
.noticias-pagination .page-item .page-link{
    color: rgba(128, 190, 173,1);
    border: 0 none;
    padding: .2rem .4rem;
}
/* investigaciones */
.investigaciones-box{
    border-bottom: 1px solid #E7E7E7;
    padding: 20px 0;

}
.investigaciones-title{
    color:#2C8591;
    font-size: 15px;
    margin-bottom: 3px;
}
.investigaciones-box:last-child{
    border-bottom: 0 none;
    padding-bottom: 0;
}
.investigaciones-body{
    font-size: 12px;
}


.investigaciones-body *:last-child, .investigaciones-body p{
    margin-bottom: 0;
        font-size: 1rem;
    font-size: 0.8rem;
    line-height: 18px;
    font-family: 'Raleway', sans-serif !important;
    text-align:left !important;
}
/* Gradient bgs */
.greenDegBg{
    background: rgb(128, 190, 173);
    background: -moz-linear-gradient(0deg, rgb(128, 190, 173) 0%, rgb(44, 133, 145) 100%);
    background: -webkit-linear-gradient(0deg, rgb(128, 190, 173) 0%, rgb(44, 133, 145) 100%);
    background: -o-linear-gradient(0deg, rgb(128, 190, 173) 0%, rgb(44, 133, 145) 100%);
    background: -ms-linear-gradient(0deg, rgb(128, 190, 173) 0%, rgb(44, 133, 145) 100%);
    background: linear-gradient(90deg, rgb(128, 190, 173) 0%, rgb(44, 133, 145) 100%);
}

.orangeDegBg{
    background: rgb(236, 159, 41);
    background: -moz-linear-gradient(0deg, rgb(236, 159, 41) 0%, rgb(221, 67, 41) 100%);
    background: -webkit-linear-gradient(0deg, rgb(236, 159, 41) 0%, rgb(221, 67, 41) 100%);
    background: -o-linear-gradient(0deg, rgb(236, 159, 41) 0%, rgb(221, 67, 41) 100%);
    background: -ms-linear-gradient(0deg, rgb(236, 159, 41) 0%, rgb(221, 67, 41) 100%);
    background: linear-gradient(90deg, rgb(236, 159, 41) 0%, rgb(221, 67, 41) 100%);
}

.blueDegBg{
    background: rgb(34, 128, 134);
    background: -moz-linear-gradient(0deg, rgb(34, 128, 134) 0%, rgb(9, 63, 87) 100%);
    background: -webkit-linear-gradient(0deg, rgb(34, 128, 134) 0%, rgb(9, 63, 87) 100%);
    background: -o-linear-gradient(0deg, rgb(34, 128, 134) 0%, rgb(9, 63, 87) 100%);
    background: -ms-linear-gradient(0deg, rgb(34, 128, 134) 0%, rgb(9, 63, 87) 100%);
    background: linear-gradient(90deg, rgb(34, 128, 134) 0%, rgb(9, 63, 87) 100%);

}

.greyBg{
    background-color: #E7E7E7;
}


/* inner Shadows */
.doble-shadow {
    position:relative;
}
.top-shadow {
    position:relative;
}
.top-shadow:before,
.doble-shadow:before {
    content: ""; 
    position:absolute; 
    z-index: 1; 
    width:100%;  
    top: 0;
    left: 0;
    right: 0;
    height: 61px;
    max-width: 1200px;
    width: 100%;
    opacity: 0.5;
    margin:0 auto;
    background: url(../img/shadow_curve.png) no-repeat top center / 100% auto;
}
.bottom-shadow {
    position:relative; 
}
.doble-shadow:after,
.bottom-shadow:after {
    content: '';
    display: block;
    position: absolute;
    height: 61px;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1200px;
    width: 100%;
    opacity: 0.5;
    margin:0 auto;
    background: url(../img/inner-shadow-bottom.png) no-repeat bottom center / 100% auto;
}
/* out sahdows */
.curve-shadow
{
  position: relative;
}
.curve-shadow:before, .curve-shadow:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.curve-shadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* owl carousel */

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 2px !important;
    background: #E6E6E6;
    border: 2px solid #E6E6E6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFCC3D !important;
}
.owl-theme .owl-dots .owl-dot:focus,
.owl-theme .owl-dots .owl-dot:active{
    box-shadow: none !important;
    border: 0 !important;
}
.owl-theme.testimonios-carousel .owl-dots .owl-dot span {
    background-color: #FFF;
    border-color: #FFF;
}
.owl-theme.testimonios-carousel .owl-dots .owl-dot.active span,
.owl-theme.testimonios-carousel .owl-dots .owl-dot:hover span {
    background-color: #333 !important;
}

.dotsCt{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.dotsCt .owl-dot {
    display: inline-block;
    zoom: 1;
}
.dotsCt button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.dotsCt .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #FFF;
    border: 2px solid #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.dotsCt .owl-dot.active span, .dotsCt .owl-dot:hover span {
    background-color: #333 !important;
}

.footer-top .turnoBtn{}
.footer-bottom{
    background-color: #FFF;
}

.footer-bottom span {letter-spacing:1px;}

.contactoBtn{
    background: rgb(217, 151, 38);
    background: -moz-linear-gradient(270deg, rgb(217, 151, 38) 50%, rgb(238, 164, 41) 0%);
    background: -webkit-linear-gradient(270deg, rgb(217, 151, 38) 50%, rgb(238, 164, 41) 0%);
    background: -o-linear-gradient(270deg, rgb(217, 151, 38) 50%, rgb(238, 164, 41) 0%);
    background: -ms-linear-gradient(270deg, rgb(217, 151, 38) 50%, rgb(238, 164, 41) 0%);
    background: linear-gradient(0deg, rgb(217, 151, 38) 50%, rgb(238, 164, 41) 0%);
    color: #FFF !important;
    border:0;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    letter-spacing:1px;
}

.contactoBtn:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 4px;
    height: 1px;
    width: 100%;
    background-color: #FFF;
    left: 0;
}


body:before, footer.footer:after{
    content: '';
    display: block;
    height: 7px;
    width: 100%;
    background: rgb(236, 159, 41);
    background: -moz-linear-gradient(180deg, rgb(236, 159, 41) 0%, rgb(221, 67, 41) 100%);
    background: -webkit-linear-gradient(180deg, rgb(236, 159, 41) 0%, rgb(221, 67, 41) 100%);
    background: -o-linear-gradient(180deg, rgb(236, 159, 41) 0%, rgb(221, 67, 41) 100%);
    background: -ms-linear-gradient(180deg, rgb(236, 159, 41) 0%, rgb(221, 67, 41) 100%);
    background: linear-gradient(270deg, rgb(236, 159, 41) 0%, rgb(221, 67, 41) 100%);
}

#videoModal{width:100%; height:100%; top:0; left:0; margin:0; padding:0; background:transparent;}
#videoModal .modal-dialog{width:100%; height:100%; max-width:100%; margin:0; padding:0; background:transparent;}
#videoModal .modal-body, #videoModal .modal-header, #videoModal .modal-content{background:transparent; border:0; padding:0; padding-left:10px;}
#videoModal .modal-header{height:40px;}
#videoModal .close{color:#fff; font-size:28px; text-shadow:none; opacity:1; margin-right:20px;}
#videoModal iframe{background:#000;}
.video-list-box{cursor:pointer;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{color:#fff !important; font-weight:bold !important; font-size:30px !important;}
.owl-theme .owl-nav [class*="owl-"]:hover{background:transparent !important;}

.grecaptcha-badge{right:-268px !important;}
input.error{border:1px solid #ff0000 !important;}
textarea.error{border:1px solid #ff0000 !important;}

ul.tsc_pagination li a
{
border:solid 1px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:6px 9px 6px 9px;
}
ul.tsc_pagination li
{
padding-bottom:1px;
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{
color:#FFFFFF;
box-shadow:0px 1px #EDEDED;
-moz-box-shadow:0px 1px #EDEDED;
-webkit-box-shadow:0px 1px #EDEDED;
}
ul.tsc_pagination
{
margin:10px 0 50px 0;
padding:0px;
height:100%;
overflow:hidden;
font:12px 'Tahoma';
list-style-type:none;
text-align:center;
}
ul.tsc_pagination li
{
display:inline-block;
margin:0px;
padding:0px;
}
ul.tsc_pagination li a
{
color:black;
display:inline-block;
margin:0 3px;
text-decoration:none;
padding:7px 10px 7px 10px;
}
ul.tsc_pagination li a img
{
border:none;
}
ul.tsc_pagination li a
{
color:#0A7EC5;
border-color:#8DC5E6;
background:#F8FCFF;
text-decoration:none !important;
text-shadow:none !important;
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{
text-shadow:0px 1px #388DBE;
border-color:#2A878E;
background:#2A878E;
}
ul.tsc_pagination li a.current
{
    font-weight:bold;
}

.g-recaptcha.error{border:1px solid #ff0000;}

@media (max-width: 525px) {
}

.mostrar-xs {display:none !important;}

@media (max-width: 767px) {

    .ocultar-xs {display:none !important}
    .mostrar-xs {display:block !important;}
    
    #mainNav .dropdown-menu a {text-align:center;}
    .mg-botm-xs {margin-bottom:15px;}
    .navbar-brand img {max-width: 200px;margin-left: 20px;}
    .navbar-light .navbar-toggler {margin-right:20px;}
    .w-100-xs {width:100%;text-align:center;margin:15px 0;}
    .img-responsive-xs {margin: 20px 0 10px;}
    .btn-left {margin-top:10px;
        margin-right:10%;
        }
    .btn-right{
        margin-top:10px !important;
        margin-right:60%;
         margin-bottom: 10px;
        }
    .nav-link {text-align:center;}
    .letter-index {flex-wrap:wrap;font-size: 20px;}
    .letter-index-link {margin:0 10px;}
    .letter-index-row {margin-bottom: 25px;}
    .xbig-padding {padding: 30px 0;}
    .testimonios-list {column-count: 1;}

    #filterButtons .d-flex {flex-wrap:wrap;}
    .section-title:after {width:100%;display:none;}

    .reset-content table tbody tr {display:flex !important;flex-direction:column !important;width:100% !important;}
    .reset-content table tbody tr td {width:100% !important;padding:20px 0 !important;}
    .MsoNormalTable {width:100% !important;}

    .testimonio-box p {font-size: 16px !important;line-height: normal;}
    address {font-size:14px !important;}
    /*.navbar {padding:15px;}*/
}

@media (min-width: 992px) {
    .navbar > .container{
        height: 190px;
        flex-wrap: wrap;
    }
    
    #mainNav{
        align-self: flex-end;
        height: 40px;
        order: 2;
        width:100%;
    }
    .navbar-brand{
        margin-top: 40px;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .event-dates .date-title {font-size: 14px;}

    .navbar > .container {
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .big-text-box span {font-size: 1.4rem;}
    .navbar-brand img {padding:10px;}
    .btn-left {margin-top:10px;
        margin-bottom:10px;
        }
    .btn-right{
        margin-top: -40px;
        margin-bottom:10px;
        left: 30%;
        }
}
@media (min-width: 575px) and (max-width: 1200px) {
    .card-columns {    -webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
}

@media (max-width: 1200px) {

    .navbar-brand img {height:100px;}
    address {font-size:12px;}
    .btn-left {left:6%;
        }
} 

@media (min-width: 1200px) { 
    .container {
        max-width: 1200px;
    }

 }

 /*ESTO ES DE LOGIN*/

#inicio{
    text-align: center;
    display:flex; 
    max-width: 500px; 
    margin-left:auto; 
    margin-right:auto;
}

#login
input[type=text],input[type=password], input[type=email]{
width: 100%;
padding: 10px;
margin-top: 0px;;
border: 1px solid #ccc;
padding-left: 5px;
font-size: 14px;
}
label{font-weight:300;}

#profile{
border: 1px solid #ccc;
padding: 10px 40px 25px;
box-shadow:0px 0px 4px rgba(0,0,0,0.2);
width: 100%;
}

#login .logo{width:250px; height:50px; background:url(../img/logo_fixed.png) no-repeat; background-size:contain; margin-top:15px;}
#login h2{font-size:22px; margin-bottom:15px; color: rgb(128, 190, 173);margin-top:10px}
#login h3{font-size:16px; margin-bottom:15px; color: rgb(128, 190, 173);}
#login h4{font-size:13px; margin-bottom:15px;margin-top:-5px;float: left;}
#login .btn{padding: 10px;width: 100%;}



.btn-login{
    padding: 0 0px;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: background-color 15ms linear,
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);

    height: 45px;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;

    background: #80bead;
    background: -moz-linear-gradient(90deg, #618E81 0%, #80bead 100%);
    background: -webkit-linear-gradient(90deg, #618E81 0%, #80bead 100%);
    background: -o-linear-gradient(90deg, #618E81 0%, #80bead 100%);
    background: -ms-linear-gradient(90deg, #618E81 0%, #80bead 100%);
    background: linear-gradient(0deg, #618E81 0%, #80bead 100%);
}

a{
text-decoration:none;
color: white;
}

i{
color: white;
}

.desarrollo {
   background: linear-gradient(red,yellow);
   -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: green;
}

.error_msg{
color: red;
font-size: 14px;
text-align: center;
padding-top: 30px;
}

.message{
position: absolute;
font-weight: bold;
font-size: 28px;
color: #6495ED;
left: 262px;
width: 500px;
text-align: center;
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 15px;
  background: rgb(128, 190, 173);
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid rgb(128, 190, 173);;
}

/* Set a style for the submit button */
/*
.btn:hover {
  opacity: 1;
}

.show {
  //background: transparent;
  color: black;
  min-width: 50px;
  //text-align: center;
}
*/
#spanMostrar {
  bottom: 16px;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 10px;
  width: 25px;
  z-index: 10;
}

.iconPassword {
  padding: 15px;
  background: transparent;
  color: #ccc;
  min-width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-left-color: transparent;
}


#listadoEma, #listadoEmaMobile {
  vertical-align: middle;
  background-color: white;  
} 

#listadoEma thead, #listadoEmaMobile thead{
  border-bottom-color:  rgb(128, 190, 173);
  /*border-bottom-color:  rgb(52 , 145, 201);*/
  border-bottom-style: solid;
  vertical-align: middle;
  background-color: white;
  color: black;

} 

#listadoEma thead tr, #listadoEmaMobile thead tr{
    height: 40px;
} 

#listadoEma tbody tr, #listadoEmaMobile tbody tr{
  border-bottom-color: lightgray;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height:45px;
} 

#listadoEmaMobile thead th{
    font-size:12px;
}

#listadoEmaMobile tbody td{
    font-size:12px;
}

/*#listadoEma>tbody>tr:nth-child(odd)>td, 
      #listadoEma>tbody>tr:nth-child(odd)>th {
       background-color:  rgb(245, 245, 245);
   }*/
      
#compartirDocumento .modal-content{
    background-color: #80BEAD;
    color: #FFF;
    border: 0;
}

#compartirDocumento .modal-title
{
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
}

#compartirDocumento .modal-header{
    border: 0 none;
    padding-bottom: 0;
}
#compartirDocumento .close,{
    color: #FFF;
}
#compartirDocumento .modal-body{
    padding-bottom:0;
}
#compartirDocumento .modal-footer{
    border-top: 0 none;
}

.iconAccion span {
padding: 0 5px;
-moz-transform: scale(1.0) ;
-webkit-transform: scale(1.0) ;
-o-transform: scale(1.0) ;
-ms-transform: scale(1.0) ;
transform: scale(1.0) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;

text-align: center;
}

.iconAccion span .iconText{
    font-size: 10px;
}

.iconAccion span:hover {
padding: 0 5px;
-moz-transform: scale(1.3);
-webkit-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}

.imagen-informe{
    max-height: 350px;
    width: 100%;
}

.tablaInforme{
    text-align: center;
    display:flex; 
    max-width: 1200px; 
    margin-left:auto; 
    margin-right:auto;
}

#detallesAccion .modal-content{
    background-color: #2C8591;
    color: #FFF;
    border: 0;
}

#detallesAccion .modal-title
{
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
}

#detallesAccion .modal-header{
    border: 0 none;
    padding-bottom: 0;
}
#detallesAccion .close,{
    color: #FFF;
}
#detallesAccion .modal-body{
    padding-bottom:0;
}
#detallesAccion .modal-footer{
    border-top: 0 none;
}
#detallesAccion .modal{
  box-sizing: border-box;
  background: white;
  position: fixed;
  display: none;
  top: 50vh;
  left: 50vw;
  margin: -150px -250px;
  box-shadow: 0 0 0 50vmax rgba(0, 0, 0, .75);
}

#detallesAccion .blueBtn{
    background: rgb(12, 67, 84);
    background: -moz-linear-gradient(90deg, rgb(12, 67, 84) 50%, rgb(11, 60, 76) 50%);
    background: -webkit-linear-gradient(90deg, rgb(12, 67, 84) 50%, rgb(11, 60, 76) 50%);
    background: -o-linear-gradient(90deg, rgb(12, 67, 84) 50%, rgb(11, 60, 76) 50%);
    background: -ms-linear-gradient(90deg, rgb(12, 67, 84) 50%, rgb(11, 60, 76) 50%);
    background: linear-gradient(180deg, rgb(12, 67, 84) 50%, rgb(11, 60, 76) 50%);
    border-radius: 0;
    border-color: #FFF;
}

.question-ico{
    background: url(../img/question.png) no-repeat;
    width: 58px;
    height: 58px;
    display: block;
    float: left;
}
.question-text{
    padding:10px 10px 7px;
    border-bottom: 1px solid #80BEAD;
    margin-left: 10px;
}

.btn-material {
  padding: 0 16px;
  border-radius: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: background-color 15ms linear,
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);

  height: 36px;
  line-height: 2.25rem;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn-material:hover,
.btn-material:focus {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-material:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.btn-green{
     background-color: #75A899;
}

.btn-green:focus{
     background-color: #8ECCB9;
}

.btn-green:active{
     background-color: #618E81;
}

.btn-orange{
     background-color: #EDA429;
}

.btn-orange:focus{
     background-color: #EAAF4F;
}

.btn-orange:active{
     background-color: #D89427;
}

.btn-darkorange{
    background-color: #E28027;
}

.btn-darkorange:focus{
     background-color: #E09F67;
}

.btn-darkorange:active{
     background-color: #C68027;
}

.btn-blue{
     background-color: #2C8591;
}

.btn-blue:focus{
     background-color: #359FAD;
}

.btn-blue:active{
     background-color: #25707A;
}

.btn-red{
     background-color: #2C8591;
}

.btn-red:focus{
     background-color: #359FAD;
}

.btn-red:active{
     background-color: #25707A;
}

.menuItemGreen{
    background: linear-gradient(to left, #80bead 50%, #618E81 50%) right;
    background-size: 200%;
    transition: .35s ease-out;
}

.menuItemGreen:hover{
    background-position: left;
}

.menuItemBlue{
    background: linear-gradient(to left, #2C8591 50%, #25707A 50%) right;
    background-size: 200%;
    transition: .35s ease-out;
}

.menuItemBlue:hover,
.menuItemBlue:after{
    background-position: left;
}


.menuItemRed{
    background: linear-gradient(to left, #DA3328 50%, #A73328 50%) right;
    background-size: 200%;
    transition: .35s ease-out;
}

.menuItemRed:hover,
.menuItemRed:after{
    background-position: left;
}

.menuItemOrange{
    background: linear-gradient(to left, #EDA429 50%, #D89427 50%) right;
    background-size: 200%;
    transition: .35s ease-out;
}

.menuItemOrange:hover{
    background-position: left;
}

.btn-left{
    align-self: flex-start;
    margin-top: 60px;
    order: 1;
    text-transform: uppercase;
    letter-spacing:1px;

    width: 250px;
    position: relative;
}

.btn-right{
    position: relative;
    align-self: flex-start;
    margin-top: 60px;
    order: 1;
    text-transform: uppercase;
    letter-spacing:1px;

    width: 250px;
    position: relative;
    left: 14%;
}



/**
* Navigation Defaults
*/
.nav {
  position: absolute;
  margin:0;
  top:0;
  width:100%;
  height: 200%;
  z-index:100;  
  opacity:0;
  transition-property: all;
  transition-duration: 300ms;
}

.nav--active .nav {
  opacity:1;
  background: rgba(0,0,0,0.7);
}

.nav__list {
  margin:0;
  width:80%;
}

.nav__item {
  list-style-type: none;
  text-align: left;
}

.nav__item:hover {
   opacity:1;
}

.nav__link {
  font-size:1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color:  #000000;
  opacity:1;
  transition: opacity 300ms ease-in-out;
}

/* Default navigation icon */
.nav__trigger {
  display:block;
  position:absolute;
  width:30px;
  height:25px;
  right:20px;
  top:20px;
  z-index:200; 
}

.nav--active .nav__trigger {
  opacity:0.5;
}

/**
* Style #1
*/

/* Default navigation icon */

.nav--active .nav__trigger {
  opacity:0.5;
}

.iphone__screen {
  max-height: inherit;
  position: absolute;
  width:100%;
  height:100%;
  top: 3.75em;
  overflow: hidden;
}
  
 /* Default navigation icon */

.nav--active .nav__trigger {
  opacity:0.5;
}

.nav__icon {
  display:inline-block;
  position: relative;
  width:30px;
  height:5px;
  background-color: rgb(0,0,0);
  transition-property: background-color, transform;
  transition-duration: 500ms;
}

.nav__icon:before,
.nav__icon:after {
content:'';
/*display:block;*/
width:30px;
height:5px;
position: absolute;
background: rgb(0,0,0);
transition-property: margin, transform;
transition-duration: 300ms;

}

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

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

.nav {
    transform: translateX(-100%);
    width:100%;
    height:100%;
  }

  .nav__link {
    opacity:0;
    transition-delay:500ms;
  }

  .nav--active .nav__link {
    opacity:1;
  }

  .nav--active .nav {
    transition: all  500ms ease-in-out;
    transform: translateX(0);
  }

  .nav--active .nav__icon {
    background: rgba(0,0,0,0.0);
  }
.nav--active .nav__icon:before{
  margin-top:0;

 background: #FFFFFF;

 -webkit-transition: background 10000ms linear-gradient;
    -moz-transition: background 10000ms linear-gradient;
    -o-transition: background 10000ms linear-gradient;
    -ms-transition: background 10000ms linear-gradient;
     transition: background 10000ms linear-gradient;
    transform:rotate(45deg);
}

.nav--active .nav__icon:after {
  margin-top:0;

background: #FFFFFF;
 -webkit-transition: background 1000ms linear-gradient;
    -moz-transition: background 1000ms linear-gradient;
    -o-transition: background 1000ms linear-gradient;
    -ms-transition: background 1000ms linear-gradient;
     transition: background 1000ms linear-gradient;
    transform:rotate(-45deg);
}

#nav-user {
position: absolute;
margin:0;
top:0;
z-index: 1000;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
padding: 0 10px;
}

#right-side {
  display: inline;
  float: right;
  text-align: right;
}

#right-side li {
  list-style-type: none;
}

#right-side a {
  display: flex;
  align-items: center;
}

#profilepic {
  height:50px; 
  width:50px; 
  border-radius:50px;
}

.cerrarSesionBtn{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

#terminosCondiciones{
    color: #2C8591;
}

/* Centra el input personalizado con el texto */
.custom-radio-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
}

/* Modificador para dar la imagen de checkbox */
.custom-radio-checkbox__show--checkbox {
    background-image: url(../img/checkbox-uncheck.png);
}

/* Oculta input original */
.custom-radio-checkbox > .custom-radio-checkbox__input {
    display: none;
}

/* Radio personalizado usando <span> */
.custom-radio-checkbox > .custom-radio-checkbox__show {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: .5rem;
    background-size: cover;
}

/* Cambia el checkbox personalizado cuando es pulsado */
.custom-radio-checkbox > .custom-radio-checkbox__input:checked + .custom-radio-checkbox__show--checkbox {
    background-image: url(../img/checkbox-check.png);
}

#columnasTablas .modal-content{
    background-color: #CC6E16;
    color: #FFF;
    border: 0;
}

#columnasTablas .modal-title
{
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
}

#columnasTablas .modal-header{
    border: 0 none;
    padding-bottom: 0;
}
#columnasTablas .close,{
    color: #FFF;
}
#columnasTablas .modal-body{
    padding-bottom:0;
}
#columnasTablas .modal-footer{
    border-top: 0 none;
}
#columnasTablas .modal{
  box-sizing: border-box;
  background: white;
  position: fixed;
  display: none;
  top: 50vh;
  left: 50vw;
  margin: -150px -250px;
  box-shadow: 0 0 0 50vmax rgba(0, 0, 0, .75);
}

.references-text{
    padding:10px 10px 7px;
    border-bottom: 1px solid #E28027;
    margin-left: 10px;
}

.references-ico{
    background: url(../img/references.png) no-repeat;
    width: 58px;
    height: 58px;
    display: block;
    float: left;
}

.candado-ico{
    background: url(../img/candado.png) no-repeat;
    width: 58px;
    height: 58px;
    display: block;
    float: left;
}

.terminosYCondiciones {
  border-bottom: 1px dotted;
  position: relative;
   
}

.terminosYCondiciones .popup {
    position: absolute;
    top: 15px; /*must overlap parent element otherwise pop-up doesn't stay open when rolloing over '*/
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    left: 0;
    max-width: 750px;
    min-width: 300px;
    left:auto;
    right:auto;
    z-index: 100;
    display: none;
    color: #2C8591;
}


.sticky{
  left: 0%;
  position: fixed !important;
  top: 0;
  width: 100% !important;
  height: 60px !important;
  background-color: white;
}

.sticky #mainNav{
    /*position: absolute;*/
    right: 19%;
    width: 50% !important;
}

.sticky .container{
    height: 60px !important;
}

.sticky #mainLogo{
  height: 50px;
 position: absolute;
  left: 10%;
  width: 20% !important;
 margin: 5px;
}

.sticky.collapse.show {
    height: 240px;
}

.sticky img{
  height: 50px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.sticky #solicitarTurno{
    display: none;
}

.sticky .navbar-brand{
    margin-top: 5px;
}

.sticky #userNav{
    display: none;
}

@media (max-width: 992px){
        .sticky button{
            position: fixed !important;
            left: 70%;
        }

        .sticky #mainNav{
        top: 60px;
        background-color: white;
        position: fixed;
        width: 100% !important;
        left: 0;
    }
}

@media (max-width: 992px){
        #contacto-bar{
            padding: 20px !important;
        }
         #contacto-bar i{
            font-size: 15px !important;
         }
        #contacto-bar span{
            font-size: 15px !important;        
        }
        .align-middle{
            font-size: 15px !important;        
        }
}

.section-title-footer{
    padding-left: 0px !important; 
}

.section-title-footer span{
    font-size:1.5rem; 
}
.section-title-footer h2:after{
    bottom: -5.78125px !important; 
}

.btn-middle{
    align-self: flex-start;
    margin-top: 60px;
    order: 1;

    position: relative;
    left: 3%;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .btn-middle{
        margin-top: 60px;
        position: absolute;
        left: 51.5%;
    }
 }

 @media(max-width: 992px) {
    #mainNav{
        order: 0;
    }

    .btn-middle{
        align-self: flex-end;
        order: 5;
        margin-top: 5px;
        margin-right: 50%;
        margin-left: 50%;
        position: relative;
        left: 0%;
    }
}