/* CSS Document */
@import url("../webfonts/fonts.css");

/*::selection {
  background: #e36054;  WebKit/Blink Browsers
}
::-moz-selection {
  background: #e36054;  Gecko Browsers
}*/

.main-wrap {
    max-width: 1280px;
    margin: auto;
    width: 90%;
    height: inherit;
}

/********** COMMON ************/
.clearfix {
    clear: both
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/************************** BODY ******************************/
body {
    width: 100%;
    margin: auto;
    font-size: 100%;
    background-image: url('../images/background.png');
}

.general {
    background-color: white;
    margin-top: 20px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.75);
}

.top-button {
    position: fixed;
    background-color: white;
    border-radius: 50%;
    right: 50%;
    bottom: -50px;
    z-index: 999;
    width: 100px;
    height: 90px;
    /*opacity: 0.5;*/
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    border-style: solid;
    border-color: #868686;
    border-width: 1px;
}

.hide {
    opacity: 0;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
}

.scroll {
    opacity: 0.8;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
}

.top-button img {
    display: block;
    margin: 10px auto 0 auto;
    width: 40%;
    opacity: 0.5;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.top-button:hover {
    cursor: pointer;
    opacity: 1;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.top-button:hover img {
    opacity: 1;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

/********** HEADER ************/
header {
    overflow: hidden;
    background-color: transparent;
}

/**********************NAV BAR*********************/
.mmenu_button {
    display: none;
    font-family: 'TwCentMT';
    text-align: center;
    font-size: 1em;
    background-image: url('../images/down-arrow.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-x: 32px;
    background-position-y: 15px;
    width: 80px;
    height: 30px;
    margin: auto;
}

.mm-close {
    text-align: center;
    font-size: 0.7em;
    margin: auto;
}

.mm-close img {
    margin: auto;
    padding-top: 10px;
    width: 5%;
}

/*#menuMobile li{
    text-align: center;
    padding: 0;
    
}
#menuMobile li a{
    display: block;
    margin: 0;
    padding: 0;
    color: #e36054;
}*/
.slicknav_menu {
    display: none;
}

#menu-mobile {
    display: none;
}

.header {
    /*height: 200px;*/
    background-color: white;
}

#menu {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-left: 25px;

}

#menu li {
    float: left;
    font-family: 'TwCenMT-Regular';
    margin: 0 0.5%;
    color: black;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
}

#menu li a {
    color: #e36054;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
}

#menu .selected > a {
    color: black;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
}

/*#menu li a:hover{
    color: #e36054;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}*/
.bubble-float-bottom {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
}

.bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(30% - 10px);
    bottom: 30px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #e36054 transparent transparent transparent;
    /*  -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: bottom;
      transition-property: bottom;*/
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
}

.header-central {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.logo {
    width: 250px;
    float: left;
    overflow: hidden;
    padding: 15px 40px;
}

.logo > img {
    width: 100%;
}

.consultas {
    float: right;
    width: 30%;
    font-family: 'MyriadPro';
    margin-right: 5%;
}

.consultas p {
    margin: 0;
    color: #e36054;
}

.consultas p.small {
    font-size: 1.5em;
}

.consultas p.big {
    font-size: 2.5em;
}

/****************** PROFESIONALES ************************/
.profesionales {
    overflow: hidden;
    width: 100%;
    padding: 0.5%;
    box-sizing: border-box;
}

.profesionales h2 {
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0;
    border-color: #e36054;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 15px;
    border-bottom-width: 2px;
    padding: 2px 10px;
    margin-bottom: 20px;
    font-family: 'MyriadPro-Black';
    color: #858585;
}

.profesionales h2 span {
    float: right;
    font-size: 0.6em;
    vertical-align: bottom;
    color: #858585;
    font-family: 'MyriadPro-SemiCnIt';
}

.profesionales .profesional-box {
    width: 23%;
    font-family: 'MyriadPro';
    float: left;
    margin: 2% 1%;
}

.profesionales .profesional-box .profesional {
    background-color: #b5bbbf;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.3em;
    color: #000000;
}

.profesionales .profesional-box .profesional img {
    width: 100%;
    border-radius: 15px;
    cursor: pointer;
}

.profesionales .profesional-box .profesional p {
    margin: 10px 0;
}

.profesionales .profesional-box a {
    width: 100%;
    display: block;
    padding: 5px 0;
    box-sizing: border-box;
    background-color: #e36054;
    color: #FFFFFF;
    font-size: 1.7em;
    font-weight: bolder;
    border: none;
    text-align: center;
}

.md-content img {
    width: 100%;
    display: block;
}

.md-content button {
    width: 100%;
    display: block;
    padding: 5px 0;
    box-sizing: border-box;
    background-color: #e36054;
    color: #FFFFFF;
    font-size: 1.7em;
    font-weight: bolder;
    border: none;
    text-align: center;
    cursor: pointer;
    font-family: 'MyriadPro';
}

.md-overlay {
    background: blue;
}

.md-content {
    width: 60%;
}

.flip {
    -webkit-perspective: 800;
    -moz-perspective: 800;
    perspective: 800;
    width: 23%;
    margin: 2% 1%;
    position: relative;
    float: left;
    box-sizing: border-box;
    font-family: 'MyriadPro';
    font-size: 1.4em;
    /* height: 345px; */
    display: none;
}

.flip .card.flipped {
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
}

.flip .card {
    width: 100%;
    /*    height: 100%;*/
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.flip .card .thumb {
    width: 100%;
    /*    max-width: 208px;*/
    margin: auto;
    cursor: pointer;
}

.flip .card .thumb img {
    width: 95%;
    display: block;
    margin: auto;
    border-radius: 10px;
    background-color: rgb(79, 79, 79);
}

.flip .card .face {
    position: relative;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

.flip .card .face .verMas {
    cursor: pointer;
    display: block;
    background-color: rgb(103, 178, 211);
    color: white;
    /* margin: 0; */
    /* padding: 0; */

    padding: 10px 10px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.75);
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flip .card .face .verMas span {
    padding: 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flip .card .face .info-publicacion p {

}

.info-publicacion {
    /*
        width: 85%;
        position: absolute;
        bottom: 4%;
    */
}

.flip .card .face .info-back p {
    /*    margin: 12px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flip .card .face .info-back h3 {
    font-size: 1.1em;
    border-bottom: 2px solid white;
    display: block;
    margin: 0;
    padding: 5px 0;
}

.flip .card .face .info-back .verMas {
    background-color: rgb(242, 242, 242);
    color: rgb(95, 95, 95);
}

.flip .card .front {
    position: absolute;
    z-index: 1;
    padding-top: 10px;
    background-color: #b5bbbf;
    font-size: 1em;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.flip .card .front a {
    display: block;
    width: 100%;
    background-color: #e36054;
    text-align: center;
    border: none;
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    color: #fff;
}

.flip .card .front p {
    margin: 10px;
}

.flip .card .back {
    transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);
    -webkit-transform: rotatey(-180deg);
    background-color: rgb(103, 178, 211);
    padding: 0;
    /*    overflow: hidden;*/
    /*    height: 100%;*/
    color: white;
}

.flip .card .back img {
    width: 100%;
    display: block;
}

/**************************     TURNOS *************************/
.turnos {
    background-color: white;
    overflow: hidden;
    padding: 0.5%;
    box-sizing: border-box;
    position: relative;
}

.turnos h2, .agendar-turno h2 {
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0;
    border-color: #e36054;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 15px;
    border-bottom-width: 2px;
    padding: 2px 10px;
    margin-bottom: 20px;
    font-family: 'MyriadPro-Black';
    color: #858585;
}

.turnos h2 span, .agendar-turno h2 span {
    float: right;
    font-size: 0.6em;
    vertical-align: bottom;
    color: #858585;
    font-family: 'MyriadPro-SemiCnIt';
}

.results {
    width: 99%;
    border-collapse: collapse;
    color: #305752;
    background-color: #b5bbbf;
    margin: 5px auto 7px auto;
    font-family: 'MyriadPro';
}

.results .arrows {
    width: 17% !important;
    position: relative;
    min-height: 124px;
}

.results .arrows i {
    font-size: 4em;
    width: 50%;
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50%;
    color: #e36054;
}

.results .arrows .left {
    left: 0;
    text-align: right;
    padding-right: 3px;
    box-sizing: border-box;
}

.results .arrows .right {
    right: 0;
    padding-left: 2px;
    box-sizing: border-box;
}

.results .label {
    width: 83%;
    font-size: 1em;
    float: right;
    min-height: 108px;
    box-sizing: border-box;
    border-bottom: 1px solid #e36054;
    margin: 0;
    padding: 0;
}

.results .label img {
    float: right;
    margin: 0;
    padding-top: 5px;
    padding-right: 5px;
    width: 100px;
}

.results .label .info {
    float: left;
    width: 40%;
    list-style: none;
    margin: 1% 0 0 0;
    background-color: transparent;
    overflow: hidden;
}

.results .days {
    clear: both;
}

.results .days #day {
    overflow: hidden;
    padding: 1% 0;
    border-bottom: 1px solid white;
}

.results .days #day .title {
    width: 17%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
}

.results .days #day #turno {
    float: left;
    width: 83%;
    padding-top: 12px;
}

.results .days #day #turno li {
    text-align: center;
    color: #fff;
    font-size: 1em;
    width: 5%;
    float: left;
    margin: 2px;
    border-radius: 5px;
    padding: 5px;
}

.results .days #day #turno li:hover {
    cursor: pointer;
}

.results .days #day #turno #check {
    background-color: #e36054;
    color: white;
}

.results .days #day #turno #uncheck {
    background-color: #444444;
    color: #9B9B9B;
}

.results .items {
    float: right;
    margin-top: 10px;
    margin-right: 7%;
}

.results .items li {
    line-height: 1em;
}

.results .items span {
    font-size: 0.8em;
    margin: 0;
}

.results .items i {
    color: #EA752F;
    margin-right: 10px;
    font-size: 10px;
}

.results .items .ampliar {
    background-color: #EA752F;
    color: white;
    font-size: 0.7em;
    height: 20px;
    width: 30%;
    display: block;
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-top: 5px;
}

/************************** 	INFO ******************************/
.info {
    background-color: white;
    padding: 0.5%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 50px;
    padding-bottom: 0;
}

.info > h2 {
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0;
    border-color: #e36054;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 15px;
    border-bottom-width: 2px;
    padding: 2px 10px;
    margin-bottom: 20px;
    font-family: 'MyriadPro-Black';
    color: #858585;
}

.info .contenedor-info {
    width: 40%;
    float: left;
    font-family: 'MyriadPro';
    font-size: 1.2em;
    padding-left: 25px;
}

.info .contenedor-info p {
    margin: 10px 0;
    color: #858585;
}

.info .contenedor-info ul {
    list-style: square;
    padding-left: 2%;
}

.info .contenedor-imagenes {
    width: 50%;
    float: right;
    padding-right: 25px;
}

.info .contenedor-imagenes img {
    width: 100%;
}

/************************** 	AVISOS ******************************/
.avisos {
    background-color: white;
    padding: 0.5%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 50px;
    padding-bottom: 0;
}

.avisos > h2 {
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0;
    border-color: #e36054;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 15px;
    border-bottom-width: 2px;
    padding: 2px 10px;
    margin-bottom: 20px;
    font-family: 'MyriadPro-Black';
    color: #858585;
}

.avisos .contenedor-aviso {
    width: 100%;
    float: left;
    font-family: 'MyriadPro';
    font-size: 1.2em;
    padding-left: 25px;
}

.avisos .contenedor-aviso p {
    margin: 10px 0;
    text-align: center;
    color: #858585;
}

/************************** 	CONTACTO ******************************/
.contacto {
    overflow: hidden;
    background-color: white;
    padding: 0.5%;
    box-sizing: border-box;
}

.contacto h2 {
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0;
    border-color: #e36054;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 15px;
    border-bottom-width: 2px;
    padding: 2px 10px;
    margin-bottom: 20px;
    font-family: 'MyriadPro-Black';
    color: #858585;
}

.contacto form {
    float: left;
    width: 25%;
    font-family: 'MyriadPro-SemiboldSemiExt';
    margin-left: 4%;
}

/*.contacto form >span{
    float: left;
    display: block;
}*/
.contacto form h3 {
    font-size: 1em;
}

.contacto form h3 span {
    font-size: 0.6em;
    float: right;
}

.contacto form input, .contacto form select, .contacto form textarea {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 15px 0 15px 8px;
    background-color: #b5bbbf;
    box-shadow: none;
    border-style: none;
    color: #000;
    font-size: 0.9em;
}

.contacto form .required {
    float: left;
    position: relative;
    margin-left: -8px;
    margin-top: 5px;
    color: #B86262;
}

.contacto form input {
    height: 20px;
}

.contacto form select {
    width: 103%;
}

.contacto form textarea {
    height: 70px;
    resize: none;
    font-size: 1em;
    font-weight: 100;
    font-family: 'MyriadPro';
}

.contacto form input[type="submit"] {
    background-color: #e36054;
    height: 60px;
    font-size: 1.8em;
    width: 102%;
    color: #fff;
    border-radius: 0px;
    border-bottom: 4px solid #fff;
    font-family: 'MyriadPro-LightSemiExt';
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.contacto form input[type="submit"]:hover {
    cursor: pointer;
}

#location {
    float: right;
    width: 65%;
    margin-right: 20px;
    margin-top: 10px;
}

#location #maps-google {
    width: 100%;
    box-sizing: border-box;
}

#map {
    width: 100%;
    height: 480px;
    min-height: 350px;
    float: left;
}

#location .maps-wrapper {
    display: flex;
}

/**************************     AGENDAR-TURNO   ************************/
.agendar-turno .datos {
    margin-bottom: 20px;
}

.agendar-turno .datos .numero {
    float: left;
    margin-right: 3px;
    margin-left: -15px;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e36054;
    color: #fff;
}

.agendar-turno .datos p {
    font-family: MyriadPro-Cond;
    color: #777777;
    font-size: 1.1em;
}

.agendar-turno .datos p span {
    color: black;
    font-family: 'MyriadPro-SemiExt';
    font-size: 1.1em;
}

.agendar-turno .obligatorio {
    float: right;
    font-size: 0.7em;
}

.agendar-turno #map {
    height: 515px;
}

/************************** 	FOOTER ******************************/
footer {
    overflow: hidden;
    font-family: 'MyriadPro-SemiCn';
    margin-bottom: 50px;
}

footer > div {
    padding-top: 50px;
    background-color: white;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

footer .cidu {
    color: #858585;
    float: left;
    margin-left: 4%;
    font-size: 0.8em;
}

footer .social {
    color: #e36054;
    width: 30%;
    margin: auto;

}

footer .social i {
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    margin-right: 5%;
}

footer .social i:hover {
    color: #868686;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    cursor: pointer;
}

footer .powerbyte {
    float: right;
    color: #858585;
    margin-right: 4%;
    font-size: 0.8em;
}

#resultado {
    font-size: 1em;
    color: #2A88AD;
    font-family: Verdana, Geneva, sans-serif;

}

/************************** 	MEDIA QUERIES FOR RESPONSIVE DESIGN ******************************/
@media screen and (max-width: 1024px) and (min-width: 768px) {
    /******************* BODY *********************/
    body {
        font-size: 90%;
    }

    .top-button {
        right: 45%;
    }

    /************************* HEADER **********************/
    .consultas {
        width: 40%;
        margin: 0;
        padding: 0;
        padding-right: 10px;
    }

    .logo {
        margin: 0;
        padding: 0;
        padding-left: 10px;
        width: 300px;
    }

    /************ PROFESIONALES ****************/
    .profesionales .profesional-box {
        width: 31.33333%;
    }

    .md-content {
        width: 75%;
    }

    flip {
        width: 31.333%;
    }

    /************** TURNOS *****************/
    .results .label {
        width: 86%;
    }

    .results .days #day #turno li {
        width: 6%;
        vertical-align: central;
    }

    .results .items {
        margin-right: 1%;
    }

    /******************* AGENDAR TURNO *********************/
    .contacto form {
        width: 36%;
    }

    #location {
        width: 55%;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    /************** BODY *****************/
    /*    body{
            font-size: 90%;
        }*/
    .main-wrap {
        width: 95%;
    }

    .slicknav_menu {
        display: block;
    }

    .top-button {
        right: 43%;
    }

    /*************** HEADER **************/
    #menu {
        display: none;
    }

    .mmenu_button {
        display: block;
        color: #858585;
    }

    .header {
        height: auto;
    }

    .header-central {
        margin: 0;
        padding: 0;
    }

    .logo {
        float: none;
        width: 300px;
        margin: 0 auto;
        padding: 0;
    }

    .consultas {
        float: none;
        /*margin: auto;*/
        text-align: center;
        width: 100%;
        /*padding: 30px;*/
        /*position:  absolute;*/
        margin-top: 20px;
        display: table;
        overflow: hidden;
    }

    /************ PROFESIONALES ****************/
    .profesionales .profesional-box {
        width: 48%;
    }

    .md-content {
        width: 95%;
    }

    .flip {
        width: 48%;
    }

    /*********************** TURNOS **********************/
    .turnos h2, .agendar-turno h2 {
        display: block;
        width: 100%;
    }

    .turnos h2 span, .agendar-turno h2 span {
        display: block;
        float: none;
    }

    .results .label {
        width: 86%;
    }

    .results .days #day #turno li {
        width: 9%;
        vertical-align: central;
    }

    .results .items {
        margin-right: 1%;
        float: left;
        margin-bottom: 5px;
    }

    .turnos {
        margin-top: 15px;
    }

    .results .label img {
        /*float: right;*/
        padding-top: 5px;
        position: absolute;
        right: 10px;
    }

    .results .label .info {
        float: left;
        width: 100%;
    }

    /*********************** INFO *****************/
    .info .contenedor-info {
        float: none;
        width: 95%;
        margin: auto;
    }

    .info .contenedor-imagenes {
        float: none;
        width: 95%;
        margin: 15px auto 20px auto;
        padding: 0;
    }

    /*********************** CONTACTO ***********************/
    .contacto form {
        float: left;
        width: 91%;
        /*padding-right: 20px;*/
    }

    #location {
        width: 100%;
        margin: 0;
    }

    #map {
        float: none;
        width: 95%;
        margin: auto;
    }

    /******************* FOOTER ******************/
    footer .social {
        width: 202px;
        margin: 0 auto 15px auto;
        padding: 0;
    }

    footer .cidu, footer .powerbyte {
        float: none;
        text-align: center;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {

    /************** BODY *****************/
    body {
        font-size: 95%;
    }

    .main-wrap {
        width: 95%;
    }

    .slicknav_menu {
        display: block;
    }

    .top-button {
        right: 37%;
    }

    /*************** HEADER **************/
    #menu {
        display: none;
    }

    .mmenu_button {
        display: block;
        color: #858585;
    }

    .header {
        height: auto;
    }

    .header-central {
        margin: 0;
        padding: 0;
    }

    .logo {
        float: none;
        width: 250px;
        margin: 0 auto;
        padding: 0;
    }

    .consultas {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    /************ PROFESIONALES ****************/
    .profesionales .profesional-box {
        width: 100%;
    }

    .md-content {
        width: 95%;
    }

    .flip {
        width: 100%;
        margin: auto;
        float: none;
    }

    /*********************** TURNOS **********************/
    .turnos h2, .agendar-turno h2 {
        display: block;
        width: 100%;
    }

    .turnos h2 span, .agendar-turno h2 span {
        display: block;
        float: none;
    }

    .results .label {
        width: 100%;
    }

    .results .days #day #turno li {
        width: 15%;
    }

    .results .items {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 5px;
        padding: 3px;
    }

    .turnos {
        margin-top: 15px;
    }

    .results .label img {
        display: block;
        float: none;
        padding-top: 5px;
        margin: auto;
        /*        position: absolute;*/
        /*right: 10px;*/
    }

    .results .label .info {
        float: none;
        width: 100%;
    }

    .results .days #day #turno {
        float: right;
        width: 69%;
        padding-top: 0;
    }

    /*********************** INFO *****************/
    .info .contenedor-info {
        float: none;
        width: 95%;
        margin: auto;
        padding: 0;
    }

    .info .contenedor-imagenes {
        float: none;
        width: 95%;
        margin: 15px auto 20px auto;
        padding: 0;
    }

    /*********************** CONTACTO ***********************/
    .contacto form {
        float: left;
        width: 91%;
        /*padding-right: 20px;*/
    }

    #location {
        width: 100%;
        margin: 0;
    }

    #map {
        float: none;
        width: 95%;
        margin: auto;
    }

    /************* AGENDAR TURNOS ****************/
    .agendar-turno .datos .numero {
        margin-left: 0;
    }

    /******************* FOOTER ******************/
    footer > div {
        padding-top: 10px;
    }

    footer .social {
        width: 202px;
        margin: 0 auto 10px auto;
        padding: 0;
    }

    footer .cidu, footer .powerbyte {
        float: none;
        text-align: center;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

.admin-header {
    text-align: right;
    background-color: #e36054;
    color: #fff;
    padding: 10px 15px;
    font-family: 'MyriadPro';
    font-size: 1.3em;
}

