/*
Theme Name: The HTML5 Reset Theme
Theme URI: http://html5reset.org
Description: A style-free theme to get you started on an HTML5-based WordPress theme of your own.
Author: Monkey Do! + @ckhicks
Author URI: http://monkeydo.biz
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

body {font: 13px Helmet, Freesans, sans-serif;}
body, select, input, textarea {color: #333;}
a {color: #03f;}
a:hover {color: #69f;}
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}
a:link {-webkit-tap-highlight-color: #fcd700;}
ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


header#header {
    position: relative;
}

header#header .header_top {
    background: url(images/header_top.jpg) center center / auto 100% repeat-x;
}

header#header .header_top:before {
    display: block;
    content: " ";
    padding-top: 6.298828125%;
}

header#header .header_content {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1% 0;
    position: relative;
}

header#header .header_content h1 {
    width: 10%;
    margin: 0 2% 0 0;
    padding: 0;
}

header#header .header_content h1 a {
    width: 100%;
    display: block;
    background: url(images/logo.png) center center / contain no-repeat;
}

header#header .header_content h1 a:before {
    display: block;
    content: " ";
    padding-top: 38.7409200968523%;
}

header#header .header_content .description {
    width: 30%;
    margin: 0 0 0 2%;
    padding: 0;
}

header#header .header_content .description span {
    width: 100%;
    display: block;
    background: url(images/header_slogan.jpg) center center / contain no-repeat;
}

header#header .header_content .description span:before {
    display: block;
    content: " ";
    padding-top: 8.746130030959752%;
}



header#header .header_content .representantes {
    width: 30%;
    margin: 0 0 0 2%;
    padding: 0;
}

header#header .header_content .representantes span {
    width: 100%;
    display: block;
    background: url(images/representantes.png) center center / contain no-repeat;
}

header#header .header_content .representantes span:before {
    display: block;
    content: " ";
    padding-top: 11.36023916292975%;
}

header#header .header_content .header_content_end {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1.5%;
    background: #ebeeef;
}


nav#nav {
    background: #99bbf3;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

nav#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

nav#nav ul li {
    margin: 1.2% 2%;
    padding: 0;
    list-style: none;
}

nav#nav ul li a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}








@media screen and (max-width: 768px) {





    header#header .header_top:before {
        padding-top: 10%;
    }

    header#header .header_content {
        padding: 2% 0;
        flex-direction: column;
    }

    header#header .header_content h1 {
        width: 40%;
        margin: 0 2% ;
    }

    header#header .header_content .description {
        width: 40%;
        margin: 0 0 0 2%;
    }


    nav#nav {
        display: none;
    }
    
    nav#nav.active {
        display: block;
    }

    nav#nav ul {
        flex-direction: column;
    }

    nav#nav ul li {
        margin: 1.2% 2%;
        padding: 0;
        list-style: none;
    }

    nav#nav ul li a {
        color: #fff;
    }




    .nav-icon {
        margin: 0 15px;
        width: 28px;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0,-50%);
    }

    .nav-icon:after, 
    .nav-icon:before, 
    .nav-icon div {
        background-color: #99bbf3;
        content: '';
        display: block;
        height: 4px;
        margin: 6px 0;
        transition: all .2s ease-in-out;
        border-radius: 2px;
    }

    .nav-icon.active:before {
        transform: translateY(10px) rotate(135deg);
    }

    .nav-icon.active:after {
        transform: translateY(-10px) rotate(-135deg);
    }

    .nav-icon.active div {
        transform: scale(0);
    }

}






#homeTopSlider {
    position: relative;
}

#homeTopSlider .slider_bottom {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.2vw;
}

#homeTopSlider .slider_bottom:after ,
#homeTopSlider .slider_bottom:before {
    display: block;
    content: " ";
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

#homeTopSlider .slider_bottom:before {
    background: #fff;
    width: 98.5%;
    height: 100%;
}

#homeTopSlider .slider_bottom:after {
    background: rgba(112, 116, 118, 0.4);
    width: 100%;
    bottom: 0;
    top: auto;
}







section .section_header {
    background: #99bbf3;
    padding: .75em 0;
    margin-bottom: 1.6em;
}

section .section_header h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

section .section_header .gotop {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}


section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    margin: 0;
    padding-bottom: 1em;
}


#servicios #servicios_list {
    padding: 1em 0 2em;
}

#servicios .servicio {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.4em ;
    padding-bottom: 1.4em ;
}

#servicios .servicio .ser_ico {
    width: 25%;
    position: relative;
}

#servicios .servicio .ser_ico span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 80%;
}

#servicios .servicio .ser_ico span:before {
    display: block;
    content: " ";
    padding-top: 100%;
}

#servicios .servicio.ser_1 .ser_ico span {
    background: url(images/ser_1.png) center center / contain no-repeat;
}

#servicios .servicio.ser_2 .ser_ico span {
    background: url(images/ser_2.png) center center / contain no-repeat;
}

#servicios .servicio.ser_3 .ser_ico span {
    background: url(images/ser_3.png) center center / contain no-repeat;
}

#servicios .servicio.ser_4 .ser_ico span {
    background: url(images/ser_4.png) center center / contain no-repeat;
}

#servicios .servicio .ser_desc {
    width: 75%;
}

#servicios .servicio .ser_desc h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}

#servicios .servicios_sep {
    background: url(images/servicios-sep_1.jpg) center center / cover no-repeat;
    margin:1em 0  2em;
}

#servicios .servicios_sep:before {
    content: " ";
    display: block;
    padding-top: 34.11458333333333%;
}





#productos .producto {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
}

#productos .producto .desc {
    width: 80%;
}

#productos .producto h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}


@media screen and (max-width: 768px) {
    #productos .producto {
        flex-direction: column-reverse;
        padding-bottom: 4em;
    }
}



#turno {
    background: url(images/tunos_bg.jpg) center center / cover no-repeat;
}

#turno .form_wrap {
    width: 75%;
    margin: 8em 0;
    text-align: center;
}

#turno .form_top {
    display: flex;
    justify-content: center;
}


#turno .form_top .logo {
    width: 30%;
    display: inline-block;
    background: url(images/logo.png) center center / contain no-repeat;
    margin-bottom: 2em;
}

#turno .form_top .logo:before {
    display: block;
    content: " ";
    padding-top: 38.7409200968523%;
}

#turno .solo {
    color:  #99bbf3;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}


#turno .mailto {
    width: 30%;
    display: block;
    background: url(images/email.png) center center / contain no-repeat;
    display: inline-block;
}

#turno .mailto:before {
    display: block;
    content: " ";
    padding-top: 100%;
}



#turno .form_wrap h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    background: #99bbf3;
    color: #fff;
    border-radius: 1em;
    padding: .25em 1em;
    margin: 0 0 1em;
    text-align: center;
}

#turno .form_wrap .form_container {
    width: 100%;
    background: #99bbf3;
    padding: 1em;
}

#turno .form_wrap .form_container .form ,
#turno .form_wrap .form_container form ,
#turno .form_wrap .form_container label ,
#turno .form_wrap .form_container input ,
#turno .form_wrap .form_container textarea {
    width: 100%;
}

#turno .form_wrap .form_container input ,
#turno .form_wrap .form_container textarea {
    padding: .5em 1em;
    border: 0;
    background: #f9f9f9;
    color: #99bbf3;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
}


#turno .form_wrap .form_container input::placeholder ,
#turno .form_wrap .form_container textarea::placeholder {
    color: #99bbf3;
}

#turno form .field {
    margin: 0 0 1em;
    padding: 0;
}

#turno form .field.field_last {
    margin: 0;
    padding: 0;
}

#turno form .field.field_last .wpcf7-spinner {
    position: absolute;
    margin-left: 2em;
    margin-top: .5em;
}


#turno .links_contacto {
    margin: 4em 0 1em 25%;
}

#turno .links_contacto ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#turno .links_contacto ul li {
    margin: 0;
    padding: 1em 0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    display: flex;
}

#turno .links_contacto ul li div.ico {
    width: 20%;
    position: relative;
}

#turno .links_contacto ul li div.ico span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
}

#turno .links_contacto ul li div.ico span:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

#turno .links_contacto ul li div.ico_cel span {
    background: url(images/ico_cel.png) center center / contain no-repeat;
}

#turno .links_contacto ul li div.ico_linkedin span {
    background: url(images/ico_linkedin.png) center center / contain no-repeat;
}

#turno .links_contacto ul li div.ico_facebook span {
    background: url(images/ico_facebook.png) center center / contain no-repeat;
}

#turno .links_contacto ul li div.ico_instagram span {
    background: url(images/ico_instagram.png) center center / contain no-repeat;
}

#turno .links_contacto ul li a {
    color: #fff;
}

#turno .contacto_sep {
    background: url(images/slider_1.jpg) center center / contain no-repeat;
}

#turno .contacto_sep:before {
    display: block;
    content: " ";
    padding-top: 39.0625%;
}



@media screen and (max-width: 768px) {
    #turno .form_wrap {
        width: 100%;
        margin: 4em 0;
    }
    #turno .solo {
        color: #fff;
    }
    #turno .links_contacto {
        margin: 0 0 1em ;
    }

    #turno {
        background: url("images/tunos_bg.jpg") center right / cover no-repeat
    }
}




#obras_sociales {
    background: url(images/obras_sociales_bg.jpg) center center / cover no-repeat;
}

@media screen and (max-width: 768px) { 
    #obras_sociales {
        background: none;
    }
}

#obras_sociales .ob_content {
    padding: 8em 0;
    display: flex;
    flex-direction: column;
}


#obras_sociales .ob_content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    background: #7797cb;
    color: #fff;
    border-radius: 1em;
    padding: .25em 1em;
    margin: .5em 2em;
    text-align: center;
    display: inline-block;
}

#obras_sociales .ob_content p {
    color: #7797cb;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    text-align: center;
    line-height: 2em;
    padding: 0 3em;
}


#obras_sociales .ob_content .auspician {
    background: url(images/auspician.png) center center / contain no-repeat;
}

#obras_sociales .ob_content .auspician:before {
    padding-top: 25%;
    content: " ";
    display: block;
}




#ubicacion {
    background: url(images/ubicacion_bg.jpg) center center / cover no-repeat;
}

.ubicacion_content {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 8em 0;
}


.ubicacion_content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    color: #7797cb;
    width: 25%;
}

#ubicacion .ubicacion_map {
    background: #99bbf3;
    padding: 1em;
    width: 75%;
}

@media screen and (max-width: 768px) {
    .ubicacion_content {
        flex-direction: column;
    }


    .ubicacion_content h3 {
        width: 100%;
    }

    #ubicacion .ubicacion_map {
        width: 100%;
    }

}

#ubicacion .map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

#ubicacion .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;

}



