@font-face {
    font-family: 'quicksandbold';
    src: url('https://www.consalud.cl/recurso/quicksand-bold.eot');
    src: url('https://www.consalud.cl/recurso/quicksand-bold.eot?#iefix') format('embedded-opentype'), url('https://www.consalud.cl/recurso/quicksand-bold.woff') format('woff'), url('https://www.consalud.cl/recurso/quicksand-bold.ttf') format('truetype'), url('https://www.consalud.cl/recurso/quicksand-bold.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandlight';
    src: url('https://www.consalud.cl/recurso/quicksand-light.eot');
    src: url('https://www.consalud.cl/recurso/quicksand-light.eot?#iefix') format('embedded-opentype'), url('https://www.consalud.cl/recurso/quicksand-light.woff') format('woff'), url('https://www.consalud.cl/recurso/quicksand-light.ttf') format('truetype'), url('https://www.consalud.cl/recurso/quicksand-light.svg#quicksandlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandmedium';
    src: url('https://www.consalud.cl/recurso/quicksand-medium.eot');
    src: url('https://www.consalud.cl/recurso/quicksand-medium.eot?#iefix') format('embedded-opentype'), url('https://www.consalud.cl/recurso/quicksand-medium.woff') format('woff'), url('https://www.consalud.cl/recurso/quicksand-medium.ttf') format('truetype'), url('https://www.consalud.cl/recurso/quicksand-medium.svg#quicksandmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandregular';
    src: url('https://www.consalud.cl/recurso/quicksand-regular.eot');
    src: url('https://www.consalud.cl/recurso/quicksand-regular.eot?#iefix') format('embedded-opentype'), url('https://www.consalud.cl/recurso/quicksand-regular.woff') format('woff'), url('https://www.consalud.cl/recurso/quicksand-regular.ttf') format('truetype'), url('https://www.consalud.cl/recurso/quicksand-regular.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Open sans*/
@font-face {
    font-family: 'open_sansregular';
    src: url('https://www.consalud.cl/recurso/opensans-regular-webfont.eot');
    src: url('https://www.consalud.cl/recurso/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.consalud.cl/recurso/opensans-regular-webfont.woff') format('woff'), url('https://www.consalud.cl/recurso/opensans-regular-webfont.ttf') format('truetype'), url('https://www.consalud.cl/recurso/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}
body {
    color: #666666;
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
    position: relative;
    scroll-behavior: smooth;
    background: transparent;
}
p {
    font-size: 15px;
}
.container {
    width: 1090px;
}
@media (min-width: 992px) {
    .container {
        width: 1024px;
    }
}
@media (max-width: 1024px) {
    .container {
        width: 992px;
    }
}
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}
.green {
    color: #00afaa;
}
.yellow {
    color: #ffcc00;
}
.font50 {
    font-size: 50px;
    vertical-align: sub;
}
.bg-green {
    background-color: #00afaa;
    color: #fff;
}
.bg-yellow {
    background-color: #ffcc00 !important;
}
.padding20 {
    padding: 20px;
}
.padding10 {
    padding: 10px;
}
.padding-tb20 {
    padding: 20px 0;
}
.marginbott30 {
    margin-bottom: 30px;
}
.padding-tb35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.h3, h3 {
    font-size: 20px;
    font-family: 'quicksandbold', Helvetica, Arial, sans-serif;
    margin-top: 10px;
}
.h2, h2 {
    font-size: 27px;
    margin-top: 10px;
    font-family: 'quicksandbold', Helvetica, Arial, sans-serif;
}
.hr30 {
    border-top: 4px #ffcc00;
    border-style: solid;
    width: 33%;
}
.hr20 {
    border-top: 4px #ffcc00;
    border-style: solid;
    width: 15%;
    margin-top: 0;
    display: inline-block;
}
.border-right-yellow {
    /* border-right: 2px solid #ffcc00; */
}
/**/
.cms {
    border-top: 5px solid #ffcc00;
}
.bg-header {
    padding: 8px;
    background-color: #fff;
}
.bg-banner {
    background-image: url(https://www.consalud.cl/recurso/cms-banner.jpg);
    background-position: top right;
    height: 340px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.logo img {
     width: 58%;
margin: 3px 0;
}
.nav-header {
    float: right;
    margin-top: 10px;
}
.nav-header li a {
    color: #00afaa;
    text-transform: uppercase;
}
.nav-header li a:hover {
    background: transparent;
    color: #ffcc00;
}
.nav-header li:after {
    border-bottom: 2px solid #ffcc00;
    content: "";
    display: block;
    margin: 0.25em auto 0;
    transition: width 250ms ease-in-out 0s;
    width: 0;
}
.nav-header li:hover:after {
    transition: width 100ms ease-in-out 0s;
    width: 100%;
}
.nav-header > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.current {
    color: #ffcc00 !important;
}
.bg-banner-title {
    padding: 20px 0;
}
.bg-banner-title h1 {
    display: none;
}
.bg-banner-title img {
    width: 100%;
    max-width: 450px;
    margin: 10px 0 0;
}
.bg-banner, .div-01, .div-02, .div-03, .div-04, .div-05 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.div-01 h2 {
    color: #00afaa;
}
.div-01 img {
    width: 100%;
    max-width: 300px;
    margin: 15px 0;
}
.div-01 p {
    font-size: 18px;
    margin: 20px 0 40px;
    font-weight: 600;
    background-color: #F2F2F2;
    padding: 40px;
}
.div-02 {
    background-color: #F2F2F2;
}
.div-02 h2 {
    color: #00afaa;
}
.div-02 h2:after {
    content: '';
    width: 15%;
    height: 5px;
    background-color: #ffcc00;
    display: block;
    margin: 6px 0 0;
}
.div-02 .div-cajitas h3 {
    color: #00afaa;
}
.div-02 .div-cajitas h3:after {
    content: '';
    width: 30%;
    height: 5px;
    background-color: #ffcc00;
    display: block;
    margin: 6px 0 0;
}
.div-02 .div-cajitas img {
    width: 45%;
}
.div-02 .divcajaright {
    margin-left: 30%;
    margin-top: 25%;
}
@media only screen and (max-width: 1600px) and (min-width: 1024px)  {
.div-02 .divcajaright {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: -30px;
    background-color: #00afaa;
    height: 752px;
    width: 572px;
}
.div-02 .divcajaright .divcajarightInt{
    margin-top: 27%;
    margin-left: 17%;
    width: 75%;
}
.div-02 .divcajaright .divcajarightInt h3{
    color: #fff;
    font-size: 22px;
}
.div-02 .divcajaright .divcajarightInt p{
        color: #fff;
    font-size: 18px;
}
}
.div-03 h2 {
    color: #00afaa;
}
.div-03 h2:after {
    content: '';
    width: 30%;
    height: 5px;
    background-color: #ffcc00;
    display: block;
    margin: 6px 0 0;
}
.div-03 p {
    margin: 15px 0 40px;
}
.div-04 {
    background-color: #F2F2F2;
    background-image: url(https://www.consalud.cl/recurso/cms-bg04.png);
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}
.div-04 h2 {
    color: #00afaa;
}
.div-04 h2:after {
    content: '';
    width: 30%;
    height: 5px;
    background-color: #ffcc00;
    display: block;
    margin: 6px 0 0;
}
.div-04 p {
    font-size: 18px;
}
.div-05 {
    background-color: #00afaa;
    /*height: 670px;*/
}
.div-05 h2 {
    color: #fff;
}
.div-05 h2:after {
    content: '';
    width: 10%;
    height: 5px;
    background-color: #ffcc00;
    display: block;
    margin: 6px 0 0;
}
.div-05 .border-right-yellow h3 {
    color: #ffffff;
    font-size: 35px;
    line-height: 75px;
    font-family: 'quicksandbold', Helvetica, Arial, sans-serif;
}
.div-05 .border-right-yellow h3 span {
    color: #ffcc00;
    font-size: 113px;
    line-height: 70px;
    display: block;
}
.div-05 p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.div-05 .border-right-yellow {
    border-right: 5px dotted #ffcc00; 
}
.div-06 {
    border-bottom: 6px solid #ffcc00;
}
.div-06 .logoc {
    width: 40%;
}
.div-06 .list-sm {
    display: inline-block;
    float: right;
}
.div-06 .list-sm li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px;
    list-style: none;
}
.menu-fixed {
    border-top: 5px solid #ffcc00;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ancla:before {
    display: block;
    content: '';
    margin-top: -100px;
    height: 100px;
    visibility: hidden;
}
/**/
.form-cts {
        background-color: rgba(255, 255, 255, 0.7);
        overflow: hidden;
        padding: 15px;
        border-radius: 5px;
        border-left: 5px solid #098682;
}
.form-cts label {
    color: #00afaa;
    font-weight: normal;
}
.form-cts .formcts-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #00afaa;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #00afaa;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-cts .formcts-control:focus {
    outline-offset: 0;
    outline: 0;
}
.form-cts textarea {
    resize: vertical;
    height: 60px !important;
}
.form-cts select {
    color: #00afaa!important;
}
.form-cts .btn-yellow {
    background-color: #ffcc00;
    color: #00afaa;
    border-radius: 50px;
    padding: 6px 55px;
    font-size: 18px;
}
.form-cts .btn-yellow:hover {
    background-image: #fecc2f;
    background-image: -webkit-linear-gradient(top, #FECC2F 0%, #FFD349 100%);
    background-image: -o-linear-gradient(top, #FECC2F 0%, #FFD349 100%);
    background-image: linear-gradient(to bottom, #FECC2F 0%, #FFD349 100%);
    color: #fff;
    -moz-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1);
}
.has-error label{
    color: #e62117 !important;
}
.has-error .formcts-control {
    border-color: #ff4844;
}

.div-05 .div-contacto-l {
    text-align: center;
}
.div-05 .div-contacto-l h2 {
    line-height: 36px;
    font-size: 25px;
    margin-top: 30px;
}
.div-05 .div-contacto-l h3 {
    color: #fff;
    margin-top: 40px;
    font-size: 25px;
}
.div-05 .div-contacto-l h3 a {
    color: #ffcc00;
}
.div-05 .div-contacto {
    width: 60%;
    position: absolute;
    right: 0;
}
.div-05 .div-contacto iframe{
    border:none;
}
/*estilos form*/

.div-contacto .margin-right2 {
    width: 33.3%;
}
.div-contacto select#cmbRegion {
    width: 320px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
}
/**/
/*1024*/
@media (max-width: 1024px) {
    .nav-header {
        float: none;
    }
    .div-02 .divcajaright {
        margin-left: 0;
    }
    .div-02 .divcajaright {
        width: 100%;
    }
}
/*768*/
@media (max-width: 768px) {
    .logo {
        text-align: center;
        display: block;
    }
    .logo img {
        width: 35%;
    }
    .nav-header {
        text-align: center;
        width: 85%;
        margin: 30px auto 0;
    }
    .bg-banner {
        height: 330px;
    }
    .bg-banner-title img {
        margin: 0 0 0;
    }
    .div-04 {
        background-position-x: 454px;
    }
    .div-05 .border-right-yellow {
        border-right: none;
        text-align: center;
        border-bottom: 5px dotted #ffcc00;
    }
    .div-contacto {
        padding: 40px 0;
    }
    .div-05 p {
        margin-bottom: 30px;
    }
    .div-02 .divcajaright {
        margin-top: 0;
    }
    .div-02 .div-cajitas img {
    width: 25%;
}
.div-05{
    position: relative;
    height: 940px;
}
.div-05 .div-contacto {
    width: 100%;
    top: 30%;
    }
}
/*667*/
@media (max-width: 667px) {
    .nav-header {
        width: 100%;
    }
    .div-cajitas {
        border-bottom: 3px dotted #ffcc00;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .div-02 .div-cajitas img {
        width: 20%;
    }
    .div-06 {
        text-align: center;
    }
    .div-06 .list-sm {
        float: none;
        padding: 0;
        margin: 16px 0 0;
    }
}
/*480*/
@media (max-width: 480px) {
    .bg-header {
        padding: 20px 0;
    }
    .nav-header {
        width: 100%;
    }
    .nav-header li {
        font-size: 13px;
        border: 1px solid #ffcc00;
        width: 48%;
        margin: 2px;
    }
    .nav-header li a {
        padding: 10px 6px;
    }
    .bg-banner {
    height: 250px;
}
    .bg-banner-title img {
        width: 75%;
    }
    .div-02 .div-cajitas img {
        width: 30%;
    }
    .padding-tb35 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .div-04 a img{
        width: 100%;
    }
    .div-05 .div-contacto-l h3 {
        font-size: 20px;
    }
    .div-05 {
    height: 1130px;
}
    .div-05 .div-contacto iframe {
    height: 900px;
}
.div-05 .div-contacto {
    top: 26%;
}
.div-contacto .margin-right2 {
    width: 100%;
}

}
/*375*/
@media (max-width: 375px) {
    .nav-header {
        margin: 10px auto 0;
    }
    .border-right-yellow {
        border: none;
    }
    .nav-header li a {
        padding: 10px 5px;
    }
    .bg-header {
        padding: 10px 0;
    }
}
@media (max-width: 320px) {
    .div-05 .div-contacto-l h3 {
        font-size: 18px;
    }
}

/** notifications **/
.notify {
    text-align: center;
    display: block;
    background: #fff;
    padding: 12px 18px;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}
.notify h1 {
    margin: 6px 0;
}
.successbox h1 {
    color: #678361;
}
.errorbox h1 {
    color: #6f423b;
}
.successbox h1:before, .successbox h1:after {
    background: #cad8a9;
}
.errorbox h1:before, .errorbox h1:after {
    background: #d6b8b7;
}
.notify .alerticon {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    width: 30%;
} 