/*
    Document   : styles.css
    Created on : 08/12/2015, 09:01:15 PM
    Author     : cesarmejia
    Description:
*/

/* Load Fonts */


/* Util */
body {

    font-family: oxygen-regular;

    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;

    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


body.lock{
    overflow: hidden;
}

.server-response{
    display: table;
    background: white;
    position: fixed;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 9;

    font-family: antenna-regular;
    font-size: 24px;
    line-height: 120%;
    color: rgb(100,100,114);
    text-align:center;
    text-transform: uppercase;

    -webkit-transition: opacity 375ms ease-out 200ms;
    -moz-transition: opacity 375ms ease-out 200ms;
    -ms-transition: opacity 375ms ease-out 200ms;
    -o-transition: opacity 375ms ease-out 200ms;
    transition: opacity 375ms ease-out 200ms;
}

.server-response.animated{
    opacity: 1;
}

.server-response .title{
    font-family:antenna-regular;
    font-size:34px;
    line-height:120%;
    color:rgb(45,180,186);
    margin: 0 auto 10px;
}
.server-response .center-item{
    display: table-cell;
    vertical-align: middle;
}

.holder {
    margin: 0 auto;
    max-width: 1010px;
    width: 100%;
}


.align-top,
.align-middle,
.align-bottom {
    display: inline-block;
    float: none;
    margin-left: -2px;
    margin-right: -2px;
}

.align-top    { vertical-align: top; }
.align-middle { vertical-align: middle; }
.align-bottom { vertical-align: bottom; }


.table-layout { display: table; width: 100%; }
.table-cell-layout { display: table-cell; }


/* Navigation */
.navigation {
    background-color: #fff;
    /* box-shadow: 0 2px 2px rgba(0, 0, 0, .30); */
    height: 110px;
    text-transform: uppercase;
    padding: 10px 0;
    padding-bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

/* Navigation - Logo */
.navigation .logo {
    display: block;
    width: 180px;
    position: absolute;
    padding-top: 16px;
    left: 50%;
    top: 50%;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}

.navigation .logo.mobile {
    display: none;
}

/* Navigation - List */
.navigation .list {
    list-style: none;
    margin: 0;
    margin-top:50px;
    padding: 0;
    text-align: center;
}

.navigation .list li {
    display: inline-block;
    /*margin-left: -20px;*/
    /*width: 8%;*/
    margin: 0 20px;
}

.navigation .list li.active:after {
    content: '';
    font-weight: bold;
    display: block;
    background-color: #333333;
    width: 10%;
    height: 1px;
    margin: -25px auto;
    margin-top: 1px;
}

.navigation .list li.intern a {
    font-weight: bold;
}

.navigation .list li.intern:after {
    content: '';
    display: block;
    background-color: #333333;
    font-weight: bold;
    width: 10%;
    height: 1px;
    margin: -25px auto;
    margin-top: 1px;
}

.navigation .list a {
    color: #666;
    font-family: antenna-regular;
    font-size: 11px;
    /* line-height: 115px; */
    text-decoration: none;
}

.navigation .list .space-icon {
    /*padding-left:500px;*/
    margin:0 200px;
}

.navigation .toggle-btn {
    background-color: transparent;
    border: none;
    float: right;
    outline: none;
    padding: 10px;
    width: 50px;
}

.navigation .toggle-btn .bar {
    background-color: #333;
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 100%;
}

.navigation .toggle-btn .bar:last-child { margin-bottom: 0; }


/* Outer wrapper */
.outer-wrapper {
    clear:both;
    font-family: antenna-regular;
    margin-top: 110px;
    position: relative;
}

.outer-wrapper .content {
    max-width: 73%;
    position: relative;

}

.outer-wrapper .form-wrapper {
    width: 27%;
    position: absolute;
    height: 100%;
    top: 0;
    float: right;
    right: 0;
    background: #F3F3F3;
}

.outer-wrapper .schedule {
    background-color: #F3F3F3;
    display: inline-block;
    float: right;
    /*position: fixed;*/
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.outer-wrapper .schedule.extern {
    width: 27%;
}

.outer-wrapper .schedule.fixed {
    position: fixed;
    width: 27%;
}

.outer-wrapper .schedule .title{
    background-color: #2EB5BB;
    color: white;
    font-family:antenna-regular;
    font-size: 24px;
    height: 47px;
    line-height: 42px;
    padding-top: 1%;
}

.outer-wrapper .schedule .subtitle{
    color: #666666;
    font-family: verb-regular;
    font-size: 14px;
    max-width: 320px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 25px;
}

.outer-wrapper .schedule form {
    font-family: verb-regular;
}

.outer-wrapper .schedule form input[type="text"]{
    border: transparent;
    border-radius: 0;
    font-family: verb-regular;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    width:100%;
    padding: 10px;
    outline:none;

    -webkit-appearance:none;
}


.schedule .schedule-container{
    padding: 0 8px;
    font-size: 13px;
}

.schedule form input::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color: #333333;
    font-weight: normal;
}
.schedule form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333333;
    font-weight: normal;
    opacity:  1;
}
.schedule form input::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #333333;
    font-weight: normal;
    opacity:  1;
}
.schedule form input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #333333;
    font-weight: normal;
}

.outer-wrapper .schedule input[type="submit"]{
    outline:none;
    background-color: #800307;
    color: white;
    font-family: antenna-regular;
    width:100%;
    border-radius: 0;
    height: 47px;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    max-width: 100%;
    outline:none;

    -webkit-appearance:none;

}
.outer-wrapper .schedule form.lock input[type="submit"]{
    background-color: #cccccc;
}

.horary .padding .text {
    margin-left: 13px;

}

.outer-wrapper .schedule .horary .padding{
    padding-left:1%;
}


/* Block */
.block {
    /* padding: 65px 0; */
    padding-left:90px;
}

.block .header .title {
    margin-top: 0;
    text-align: center;
}

/* Block Cover */
.block.cover {
    padding-left: 0;
}

.block.cover .cover-img img {
    width: 100%;
}

.block.cover .cover-tag {
    background-color: #42C8CF;
    color:#FFFFFF;
    height: 177px;
    position: absolute;
    margin-left: 30px;
    text-align: center;
    margin-top:-115px;
    padding-top:4.5%;
    width: 60%;
    z-index: 2;
}

.block.cover .cover-tag .header {
    font-family: antenna-regular;
    font-size: 23px;
}

.block.cover .cover-tag .content {
    font-family: antenna-thin;
    font-size: 53px;
    max-width: 100%;
}

/* Block Us */

.block.us {
    padding:0;
}

.block.us .holder {
    max-width: 100%;
}

.block.us .us-desc {
    margin-top: 135px;
}

.block.us .us-desc .header {
    font-family: antenna-regular;
    font-size: 20px;
    margin-bottom: 30px;
}

.block.us .us-desc .desc {
    font-family: oxygen-regular;
    font-size: 14px;
    width:auto;
}

.block.us .img {
    position: relative;
    float: right;
    display: table;
    max-width: 552px;
    width: 65%;
    margin-right: -15px;
}

.block.us .us-container {
    background: url(../imgs/doctor-gradiant.jpg) no-repeat right center;
    background-size: contain;
    margin-right: -15px;
    min-height: 417px;
    position: relative;
    z-index: 1;
    padding: 170px 490px 170px 0;
}

.block.us .us-container .text {
    margin-left:90px;
    /*margin-top:100px;*/
    min-width: 200px;
}

.block.us .us-container .text .header {
    font-family: antenna-regular;
    font-size:20px;
    margin-bottom: 25px;
}

.block.us .us-container .text .desc {
    font-family: oxygen-regular;
    font-size:13px;
    /*max-width: 354px;*/
}

.block.us .container .header {
    font-family: antenna-regular;
    font-size: 20px;
    margin-bottom: 30px;

}

.block.us .no-right {
    padding-right: 0;
}

.block.us .img img {
    width: 100%;
    height: 100%;
}

/* Block Services */
.block.services {
    background-color: #FEFEFE;
    padding:0;
    text-align: center;
}

.block.services .holder{
    margin:0 auto;
    margin-left:0;

}

.block.consultas-text {
    padding: 0;
}

.block.services .servicios-text {
    background-color:#FAFAFA;
    background-image: none;
    margin:0 auto;
    padding: 40px 0 0;
}

.block.services .servicios-text .header {
    font-family: antenna-regular;
    font-size: 20px;
    margin-bottom: 20px;
    /*padding-top:40px;*/
    text-align: center;
}

.block.services .servicios-text .desc {
    font-family: oxygen-regular;
    font-size: 13px;
    margin:0 auto;
    line-height:22px;
    padding-bottom: 50px;
    text-align: center;
    max-width: 810px;

}

.block.services .consultas-container {
    display: table;
    width: 100%;
    /*height: 100%;*/
    position: relative;
}

.block.services .consultas-image {
    width: 50%;
    display: table-cell;
}

.block.services .consultas-image img{
    width: 100%;
}

.block.services .consultas-text {
    display: table-cell;
    width: 50%;
}

.block.services .consultas-text.right {
    text-align: right;
    vertical-align: middle;
    padding-right: 12%;
}

.block.services .consultas-text.left {
    text-align: left;
    padding-left: 12%;
    vertical-align: middle;
}

.block.services .consultas-text .title {
    color:#41C7CE;
    font-family: antenna-regular;
    font-size:26px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.block.services .consultas-text .subtitle {
    color:#333333;
    font-family: raleway-semibolditalic;
    font-size:13px;
    line-height:20px;
    margin-bottom: 20px;
}

.block.services .block.consultas-text.right .subtitle.left,
.block.services .block.consultas-text.right .desc.left {
    padding-left:60px;
}

.block.services .consultas-text.estudios .subtitle.left,
.block.services .consultas-text.estudios .desc.left {
    padding-left:60px;
}

.block.services .consultas-text .desc {
    color:#333333;
    font-family: raleway-regular;
    font-size:13px;
    line-height: 22px;
    margin-bottom: 24px;
}

.block.services .consultas-text .subtitle.right,
.block.services .consultas-text .desc.right {
    max-width:332px;

}

.block.services .submit-surgery {
    background-color: #42C8CF;
    border:none;
    color:#ffffff;
    font-family: antenna-regular;
    font-size: 13px;
    height: 40px;
    margin:0;
    margin-bottom: 10px;
    outline:none;
    padding-top:5px;
    text-transform: uppercase;
    width: 137px;
}

.block.fake {
    padding: 0;
    margin: 0;
}


/* Block Tech */
.block.tech {
    background-image: url("../imgs/instalaciones.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color:#ffffff;
    position: relative;
}

.block.tech .blue-square {
    position: static;
    padding-top:15%;
    padding-bottom: 125px;
    max-width: 520px;
}

.block.tech .blue-square .title {
    font-family: antenna-regular;
    font-size: 26px;
    margin-bottom: 60px;
}

.block.tech .blue-square .subtitle {
    font-family: raleway-bolditalic;
    font-size:17px;
    margin-bottom: 25px;
}

.block.tech .blue-square .desc {
    font-family: oxygen-regular;
    font-size: 15px;
}

/* Block Team */
.block.team {
    position: relative;
}

.block.team .row-team {
    align-items: flex-end;
    display: flex;
}

.block.team .team-div {
    padding-bottom: 50px;
}

.block.team .line {
    align-items: center;
    display: flex;
    max-width: 100% !important;
    width: 100%;
}

.block.team .whats-link {
    align-items: center;
    background: #128C7E;
    border-radius: 50%;
    color: #ffffff !important;
    display: flex;
    padding: 5px;
    text-decoration: none !important;
    transition: all 550ms ease-in-out;
}

.block.team .side {
    padding-top: 15px;
    padding-right: 20px;
}

.block.team .whats-link:hover {
    background: #25D366;
}

.block.team .whats-link .icon {
    display: block;
    max-width: 15px;
}

.block.team .whats-link img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.block.team .row-team {
    margin-top: 80px;
}

.block.team .side-image {
    display:none;
}

.block.team .doc-container {
    height: 502px;
    max-height: 502px;
}

.block.team .img-doctor {
    margin:0 auto;
    /*margin-top:80px;*/
    height: 502px;
    position: absolute;
    z-index: -1;
    width: 365px;
    left:15%;
    overflow-x: hidden;
}

.block.team .img-doctor img{
    height: 100%;
    margin:0 auto;
    width: 100%;
}

.block.team .pic-bottom {
    position: absolute;
}

.block.team .team-div {
    /*margin-bottom: 160px;*/
}

.block.team .team-div .title {
    color:#42C8CF;
    font-family: antenna-regular;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 auto 30px;
}


.block.team .team-div .sub-title{
    color:#42C8CF;
    font-family: antenna-regular;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.block.team .line{
    max-width: 273px;
    font-family: oxygen-regular;
    font-size:14px;
    line-height:159%;
    color:#333333;
    text-align:left;

}

.block.team .line:after,
.block.team .line:before{
    content: '';
    clear: both;
    display: table;
}

.block.team .line .side{
    float: left;
}
.block.team .line .side:nth-child(2){
    float: right;
}

.block.team .line a{
    color: inherit;
    text-decoration: underline;
    text-transform: uppercase;
}

.block.team .line a.disabled{
    opacity: .6;
    cursor: not-allowed;
}

.block.team .team-div .desc {
    color:#6D6D6D;
    font-family: antenna-regular;
    font-size: 16px;
    margin-bottom: 30px;
}

.block.team .submit-team {
    background-color: #42C8CF;
    border:none;
    color:#ffffff;
    font-family: antenna-regular;
    font-size: 14px;
    height: 57px;
    margin:0;
    outline:none;
    text-transform: uppercase;
    width: 287px;
}


/* Block Contact */
.block.contact {
    color:#FFFFFF;
    padding: 0;
    overflow: hidden;
    /* background-image: url("../imgs/contact.jpg"); */
}

.block.contact .bar {
    background-color: #E8E8E8;
    height: 135px;
}

.block.contact .contact-info {
    background-color: #2EB5BB;
    color: #FFFFFF;
    margin-top:-15%;
    position: relative;
    padding-right: 20px;
    max-width: 370px;
    max-height:392px;
}

.block.contact .contact-info .title {
    font-family: antenna-regular;
    font-size: 26px;
    letter-spacing: 2pt;
    padding-top: 45px;
    padding-left:75px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.block.contact .contact-info .subtitle {
    font-family: oxygen-bold;
    font-size: 15px;
    letter-spacing: 0pt;
    line-height: 18px;
    margin-bottom: 25px;
    padding-left:75px;
}

.block.contact .contact-info .phones {
    background: url(../imgs/icono-telefono.svg) no-repeat left center;
    font-size:13px;
    background-size: 18px 20px;
    font-family: oxygen-light;
    padding-left: 45px;
    margin-left:90px;
    margin-bottom: 35px;
}

.block.contact .contact-info .address {
    background: url(../imgs/icono-ubicacion.svg) no-repeat left center;
    background-size: 18px 20px;
    font-size:13px;
    font-family: oxygen-light;
    padding-left: 45px;
    margin-left:90px;
    margin-bottom: 65px;
}

.block.contact .contact-info .phones a,
.block.contact .contact-info .address {
    color:inherit;
    cursor:pointer;
    text-decoration: none;
}

.block.contact .contact-info .address {
    cursor: auto;
}

.block.contact .container-form {
    background: url(../imgs/contact.jpg) no-repeat center;
    background-size: cover;
    height: 515px;
}

.block.contact .contact-div {
    margin-top: 70px;
}

.block.contact .contact-form {
    /*float:right;*/
    /*margin-bottom: -45px;*/
    /*padding-right:80px;*/
    /*padding-bottom: 105px;*/
    max-width: 98%;
    padding: 0 5px;
}


/* Override Holder */
.block.contact > .holder {
    max-width: 680px;
}

.block.contact .contact-form input[type=text],
.block.contact .contact-form textarea {
    color:#333333;
    border: none;
    border-radius: 0;
    display: block;
    font-family: oxygen-regular;
    font-size: 12px;
    height: 35px;
    margin-bottom: 10px;
    padding: 5px;
    padding-left:12px;
    outline: none;
    width: 100%;

    -webkit-appearance:none;

}

.block.contact .contact-form textarea {
    height: 125px;
    resize: none;
}

.block.contact .contact-form input[type=submit] {
    background-color: #2EB5BB;
    border: none;
    border-radius: 0;
    color: white;
    cursor: pointer;
    display: block;
    font-family: antenna-regular;
    margin-left: auto;
    max-width: 150px;
    height: 40px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    width: 100%;

    -webkit-appearance:none;
}

.block.contact .contact-form .btn-priv {
    margin-right: auto;
    max-width: 157px;
    height: 39px;
    padding: 10px;
    margin-top: -40px;
    background-color: #2EB5BB;
}

.block.contact .contact-form .btn-priv a {
    color: white;
}



    /* Block Map */

.block.map {
    padding: 0;
    position: relative;
}

.block.map .container-frame {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}

.block.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.block .map-overlay .svg-overlay {
    width: 100%;
    position: relative;
    top:50%;
    text-align: center;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(51,51,51,0.8);
}

.block .map-overlay .svg-overlay img {
    width: 6.5%;

}

.block .map-overlay .svg-overlay .desc {
    color: #ffffff;
    font-family: antenna-regular;
    font-size:14px;
    letter-spacing: 1pt;
    margin:18px;
    text-transform: uppercase;

}

/* Footer */
.footer {
    background-color: #E7E7E7;
    color: #9a9a9a;
    font-size: 11px;
    height: 140px;
}

.footer .copyright {
    color:#666666;
    font-family: raleway-medium;
    font-size: 11px;
    /*left: 50%;
    margin-left: 50px;*/
    max-width: 40%;
    margin-left: auto;
    position: relative;
    text-align: center;
    /* transform: translateX(-50%);

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); */
}

.footer .copyright a {
    color:#666666;
    text-decoration: underline;
}

.footer .copyright a:hover {
    color:#3d3d3d;
}

.footer .uno-logo img {
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 180px;
}

.footer .goplek-logo {
    display: block;
    margin-left: auto;
    width: 50px;
}

/* Custom Select */
.custom-select,.input-data-select {
    background-color: #FFFFFF;
    color: #333333;
    position: relative;
    z-index: 1;
    border: transparent;
    display: block;
    margin-bottom: 18px;
    width: 100%;
    height: 43px;
    border-radius: 2px;
    font-size: 13px;
}

.fake-select__select.hasDatepicker{
    cursor:pointer;
    position: absolute;
    border: transparent;
    width: 100%;
    left: 0;
    padding: 0px;
    background-color: transparent;
    height:100%;
    padding-left:10px;
    font-weight: bold;
    outline: none;
}

.input-data-select{
    padding: 0;
}

.custom-select.consultation{
    z-index: 2;
}

.custom-select.mobile-consultation{
    z-index: 2;
}


.custom-select .option-selected {
    border: none;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    color: #333333;
    text-align: left;
    font-size: 13px;
    line-height:45px;
    padding-left: 10px;
}

.custom-select .option-selected.selected {
    font-weight: bold;
}

.custom-select .option-group {
    background: white;
    /* border: 1px solid white; */
    text-align: left;
    border-top: none;
    height: 0;
    left: 0;
    margin-top: -1px;
    opacity: 0;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.custom-select .option.normal.placeholder {

}

.custom-select.option-group-open .option-group {
    height: auto;
    opacity: 1;
    max-height: 185px;
    border: 1px solid white;
    border-top: none;
    outline: 1px solid #fff;
}

.dropdown-button {
    background-color: transparent;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 43px;
    text-align: center;
}

.custom-select .option {
    cursor: pointer;
    padding: 13px;
    /*font-weight: bold;*/
    -webkit-transition: background 150ms, color 150ms;
    -moz-transition: background 150ms, color 150ms;
    -ms-transition: background 150ms, color 150ms;
    -o-transition: background 150ms, color 150ms;
    transition: background 150ms, color 150ms;
}

.custom-select .option.placeholder {
    display: none;
}

.custom-select .category{
    padding: 8px;
    color: #2EB5BB;
    background: white;
    font-weight: bold;
}

.custom-select .option:hover {
    background: #2EB5BB;
    color: white;
}

.custom-select .custom-span {
    position: absolute;
    left: 0;
    top: -15px;
}

.content-select{
    max-width: 387px;
    margin-bottom: 5px;
}

.dropdown-button .arrow-container{
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

.dropdown-button .arrow-container img{
    width: 35%;
    /*-ms-transform: rotate(90deg);*/ /* IE 9 */
    /* -webkit-transform: rotate(90deg); */ /* Chrome, Safari, Opera */
    /* transform: rotate(90deg); */
}

.horary .text{
    font-family: verb-regular;
    text-align: left;
    /*margin-left: -10px;*/
    padding-bottom: 10px;
}

.horary{
    padding-left: 10px;
}

.form-wrapper{
    position: relative;
}

.form-wrapper .overlay.show .content {
    max-width: 100%;
}
.form-wrapper .overlay{
    background: white;
    position: absolute;
    top:0;
    left:0;
    right:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -10;
    -webkit-transition: opacity 375ms ease-out;
    -moz-transition: opacity 375ms ease-out;
    -ms-transition: opacity 375ms ease-out;
    -o-transition: opacity 375ms ease-out;
    transition: opacity 375ms ease-out;
}

.form-wrapper .overlay .icon {
    margin:0 auto;
    width: 32%;
    padding-top: 85px;
    padding-bottom: 35px;
}

.form-wrapper .overlay .message {
    font-family: antenna-regular;
    font-size: 17px;
    text-align: center;

}

.form-wrapper .overlay.show{
    opacity: .75;
    z-index: 5;
    text-align: center;
}

.form-wrapper .schedule {
    position: relative;
}



.schedule .schedule-container .phone,.schedule .schedule-container .pinmap{
    font-family: verb-regular;
    font-size: 12px;
    text-align: left;
    padding-bottom: 10px;
}

.schedule .schedule-container .pinmap .pinmap-text{
    display: inline-block;
    max-width: 250px;
}

.schedule .schedule-container .phone:before{
    content: "";
    background-image: url("../imgs/telefono.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.schedule .schedule-container .pinmap:before{
    content: "";
    background-image: url("../imgs/ubicacion.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    display: inline-block;
    vertical-align: super;
    margin: 0 5px;
}

.schedule-container .btn-priv {
    margin-right: auto;
    max-width: 165px;
    height: 39px;
    padding: 10px;
    margin-top: -16px;
    /*background-color: #2EB5BB;*/
}

.schedule-container .btn-priv a {
    color: #2EB5BB;
}

/* End of Custom Select */

/* Beginning of Externs Pages */

.navigation.extern {
    height: 110px;
}

.navigation.extern .logo {
    padding-top:16px;
    width: 180px;
}

/* Upper Bar */

.upper-bar .extern.holder {
    padding-left: 10px;
    margin:0;
    margin-top:5px;
    margin-left:20px;
    max-width: 100%;
}

.upper-bar {
    background-color: #2EB5BB;
    font-size: 13px;
    height: 30px;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 10;
}

.extern.phones {
    background: url(../imgs/icono-telefono.svg) no-repeat left center;
    background-size: 15px 18px;
    color: white;
    font-family: oxygen-regular;
    padding-left: 25px;
    margin-left: 0;
    /*float: right;*/
    /*transform: translateX(-25%);*/
    position: absolute;
    right: 15px;
}

.extern.phones a {
    color:#ffffff;
    text-decoration: none;
}

.extern .address {
    display: inline-block;
    color: white;
    background: url(../imgs/icono-ubicacion.svg) no-repeat left center;
    background-size: 12px 18px;
    font-family: oxygen-regular;
    padding-left: 35px;
    margin: 0;
    text-transform: capitalize;
    /* background-position: 0%; */
    height: 20px;
}

/* Block Surgery */

.block.surgery {
    margin-bottom: 50px;
    margin-top: 35px;
    padding-left:30px;
}

.block.surgery .surgery-icon {
    width: 53px;
}

.block.surgery .surgery-text .title {
    font-family: antenna-regular;
    font-size: 18px;
    height: 20px;
    margin-bottom: 15px;
}

.block.surgery .surgery-text .desc {
    font-family: oxygen-regular;
    font-size: 13px;
    height: 100px;
    margin-bottom: 45px;
}

/* Block Extern Team */

.block.extern-team {
    margin-top: 35px;
    padding-left:30px;
}

.block.extern-team .doctor {
    margin-bottom:35px;
    text-align: center;
}

.block.extern-team .title {
    font-size: 16px;
    font-family: raleway-bold;
    margin:0 auto;
    margin-top:30px;
    margin-bottom:10px;
    text-align: center;
}

.block.extern-team .pic-doctor img {
    margin:0 auto;
    width: 160px;
}

.block.extern-team .cv a {
    color:#333333;
    font-family: raleway-regular;
    font-size: 13px;
    text-decoration: underline;
}

.block.extern-team .cv a:hover {
    color:#2EB5BB;
    font-family: raleway-semibold;
}

/* Form Tab for Mobil */
.tab {
    display: none;
}

.tab .overlay{
    background: white;
    position: absolute;
    margin-top: 0px;
    top:0;
    left:0;
    right:0;
    width: 100%;
    height: 100vh;
    /*height: 100%;*/
    opacity: 0;
    z-index: -10;
    -webkit-transition: opacity 375ms ease-out;
    -moz-transition: opacity 375ms ease-out;
    -ms-transition: opacity 375ms ease-out;
    -o-transition: opacity 375ms ease-out;
    transition: opacity 375ms ease-out;
}

.tab .overlay .icon {
    margin:0 auto;
    width: 32%;
    padding-top: 85px;
    padding-bottom: 35px;
}

.tab .overlay .message {
    font-family: antenna-regular;
    font-size: 17px;
    text-align: center;

}

.tab .overlay.show{
    opacity: .75;
    z-index: 5;
    text-align: center;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

