﻿html,
body {
  font-family: 'museo-sans';
}


.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.center-container {
    height: 100%;
    display: table;
    width: 100%;
    margin: 0;
}

.center-row {
    height: 50%;
    width: 100%;
    display: table-row !important;
}

    .center-row > div {
        height: 100%;
        width: 50%;
        display: table-cell;
        border: 0 solid #eee;
        color: #fff;
        vertical-align: middle;
        padding: 0;
    }


.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row.equal-cols:before,
    .row.equal-cols:after {
        display: block;
    }

    .row.equal-cols > [class*='col-'] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.bg-orange {
  background-color: #EE7734 !important;
}
.bg-grey {
  background-color: #737F85 !important;
}
.bg-transparent {
  background-color: transparent;
}
.bg-blue {
    background-color: #36A9E0 !important;
}

.header-section {
    margin-top:90px;
}

h1 {
    font-family: museo-sans;
    font-size: 30px;
    font-weight: 700;
    color: #EE7734;
    text-align: center;
    letter-spacing: 2px
}

.fecha {
    font-family: museo-sans !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #EE7734 !important;
    text-align: left !important;
    letter-spacing: 0px !important;
    margin-bottom: 5px;
}

.titulo {
    font-family: museo-sans !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #737F85 !important;
    margin-bottom: -5px;
}

.descripcion {
    font-family: museo-sans !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #737F85 !important;
}

h2 {
    font-family: museo-sans;
    font-size: 15px;
    font-weight: 700;
    color: white;
}

h3 {
    font-family: museo-sans;
    font-size: 15px;
    font-weight: 300;
    color: #737F85;
}

h4 {
    font-family: museo-sans;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

h5 {
    font-family: museo-sans;
    font-size: 16px;
    font-weight: 300;
    color: #737F85;
	margin-bottom:27px;
}


.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.npr {
    padding-right: 0
}

.npl {
    padding-left: 0;
}

.bottom-border {
    border-bottom: 1px solid #737F85;
}

.side-borders {
    border-left: 1px solid #737F85;
    border-right: 1px solid #737F85;
}

.right-border {
    border-right: 1px solid #737F85;
}

.top-border {
    border-top: 1px solid #737F85;
}

button.base-button {
    margin: 20px auto 25px;
    border-radius: 0;
    background-color: white;
    border: 1px solid;
    border-color: #EE7734;
    padding: 8px 12px;
    height: 54px;
    min-width: 225px;
    background: url(../img/home/flecha-naranja.png) 95% center no-repeat;
    background-size: 14px 25px;
    display: flex;
    align-items: center;
    justify-content: left;
}

    button.base-button.narrow {
        margin: 20px auto 25px;
        border-radius: 0;
        background-color: white;
        border: 1px solid;
        border-color: #EE7734;
        padding: 0 14px;
        height: 54px;
        min-width: 54px;
        background: none;
        background-size: 14px 25px;
        display: flex;
        align-items: center;
        justify-content: left;
    }

        button.base-button.narrow:hover {
			
            background: none;
            background-color: #EE7734;
		
		margin: 20px auto 25px;
        border-radius: 0;
       border: 1px solid;
        border-color: #EE7734;
        padding: 0 14px;
        height: 54px;
        min-width: 54px;
        background-size: 14px 25px;
        display: flex;
        align-items: center;
        justify-content: left;
	
        }

    button.base-button p {
        font-family: 'museo-sans';
        font-weight: 700;
        text-align:left;
        font-size: 18px;
        color: #EE7734;
        letter-spacing: 0;
        display: inline;
        padding: 0 10px;
        margin: 0;
    }

    button.base-button:hover {
        background-color: #EE7734;
        border: none;
        padding: 8px 12px;
        background-image: url(../img/home/flecha-blanca.png);
        background-size: 14px 24px;
    }

        button.base-button:hover p {
            color: #fff;
        }

    button.base-button.white {
        border: 1px solid #fff;
        min-width: 191px;
        text-align: left;
        background: transparent url(../img/home/flecha-blanca.png) 95% center no-repeat;
        background-size: 14px 25px;
        margin: 0 10px 0 0;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 2px 0 0 8px;
        border-radius: none;
    }

        button.base-button.white p {
            text-align: left;
            margin: 0;
            font-size: 20px !important;
            color: #fff;
        }


        button.base-button.white:hover {
            border: 1px solid #EDE6B5;
            background: transparent url(../img/home/flecha-amarilla.png) 95% center no-repeat;
            background-size: 14px 24px;
        }

            button.white:hover p {
                color: #EDE6B5;
            }

button.base-button.yellow {
    border: 1px solid #ffffff;
    min-width: 166px;
    text-align: left;
    background: transparent url(../img/home/flecha-blanca.png) 95% center no-repeat;
    background-size: 14px 25px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 2px 0 0 8px;
    border-radius: none;
}

    button.base-button.yellow p {
        text-align: left;
        margin: 0;
        font-size: 20px !important;
        color: #ffffff;
    }


    button.base-button.yellow:hover {
        border: 1px solid rgba(255,255,255,0.47);
        background: transparent url(../img/home/flecha-blanca.png) 95% center no-repeat;
        background-size: 14px 24px;
    }

            button.yellow:hover p {
                color: rgba(255,255,255,0.47);
            }

button.base-button.all-yellow {
    border: 1px solid #ffffff;
    min-width: 225px;
    text-align: left;
    background: #ffffff url(../img/home/flecha-naranja.png) 95% center no-repeat;
    background-size: 14px 25px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 2px 0 0 8px;
    border-radius: none;
}

    button.base-button.all-yellow p {
        text-align: left;
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #EE7734;
    }

    button.base-button.all-yellow:hover {
        border: 1px solid #737F85;
        background: #737F85 url(../img/home/flecha-blanca.png) 95% center no-repeat;
        background-size: 14px 24px;
    }

        button.base-button.all-yellow:hover p {
            color: #fff;
        }

button.base-button.all-orange {
    border: 1px solid #EE7734;
    min-width: 225px;
    text-align: left;
    background: #EE7734 url(../img/home/flecha-blanca.png) 95% center no-repeat;
    background-size: 14px 25px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 2px 0 0 8px;
    border-radius: none;
}


button.base-button.all-orange2 {
    border: 1px solid #EE7734;
    min-width: 100%;
    text-align: left;
	    background: #EE7734 url(../img/home/flecha-blanca.png) 95% center no-repeat;
    background-size: 14px 25px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 2px 0 0 8px;
    border-radius: none;
}

button.base-button.all-orange2 p {
	 text-align: left;
	 color:#FFF;
}


    button.base-button.all-orange2:hover {
        border: 1px solid #EE7734;
		        background: #fff url(../img/home/flecha-naranja.png) 95% center no-repeat;
        background-size: 14px 24px;
    }
	
    button.base-button.all-orange2:hover p {
        color: #EE7734;
    }



    button.base-button.all-orange p {
        text-align: left;
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #fff !important;
    }


    button.base-button.all-orange:hover {
        border: 1px solid #EE7734;
        background: #fff url(../img/home/flecha-naranja.png) 95% center no-repeat;
        background-size: 14px 24px;
    }

        button.base-button.all-orange:hover p {
            color: #EE7734 !important;
        }

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.btn-content {
    display: flex;
    flex-direction: row;
}



ul.list-image {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: left;
    justify-content: bottom;
    flex-direction: row;
    width: 100%;
    min-height: 300px;
}



    ul.list-image li {
        width: 20%;
        text-align: left;
        margin: 0;
        display: flex;
        align-items: flex-end;
        justify-content: left;
        padding: 0;
        position: relative;
    }

        ul.list-image li img {
            width: 100%;
        }

        ul.list-image li a {
            width: 100%;
            height: 60px;
            z-index: 100;
            text-transform: uppercase;
            margin: 0;
            position: absolute;
            bottom: 0px;
            left: 0px;
            opacity: 0.9;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            background-color: #EE7734;
            text-decoration: none;
        }

           

        ul.list-image li:hover a {
            top: 0;
            height: 100%;
        }

       
        ul.list-image li a div {
            display: inline-block;
        }
        ul.list-image li a div h3 {
            color: #EDE6B5;
            font-family: museo-sans;
            font-size: 17px;
            font-weight: 900;
            line-height: 18px;
            text-align: center;
            text-transform: uppercase
        }

            ul.list-image li a div p {
                display:none;
            }

        ul.list-image li:hover a div p {
            display: inline-block;
            padding: 10px;
            color: #EDE6B5;
            font-family: museo-sans;
            font-size: 15px;
            font-weight: normal;
            line-height: 18px;
            text-align: center;
            text-transform: none;
        }

        ul.list-image li a span {
            color: #ffffff;
            font-family: museo-sans;
            font-size: 15px;
            font-weight: 900;
            line-height: 18px;
            text-align: center;
            text-transform: uppercase;
        }
  

    ul.list-image.programas {
        min-height: auto;
    }

        ul.list-image.programas li {
            width: 33.3%;
        }


            ul.list-image.programas li:hover a {
                top: 0;
                height: 100%;
            }
			
			
			
			
		    ul.list-image.sanatorio {
        min-height: auto;
    }

        ul.list-image.sanatorio li {
            width: 33.3%;
        }


            ul.list-image.sanatorio li:hover a {
                top: 0;
                height: 100%;
            }	
			
			
			
			

    ul.list-image.servicios {
        height: 280px;
    }

     ul.list-image.servicios li img {
            width: 100%;
             height: 280px;
        }

        ul.list-image.servicios li {
            width: 33.3%;
            height:280px;
        }

            ul.list-image.servicios li a {
                height: 85px;
                text-transform: capitalize;
            }

            ul.list-image.servicios li:hover a {
                top: 0;
                height: 100%;
            }

            ul.list-image.servicios li a span {
                color: #fff;
                font-family: museo-sans;
                font-size: 15px;
                font-weight: 900;
                line-height: 19px;
                letter-spacing: 1.15px;
                text-align: center;
                text-transform:uppercase;
            }


ul.list {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
}

    ul.list li {
        width: 100%;
        text-align: left;
        background: transparent url(../img/home/flecha-blanca.png) 100% center no-repeat;
        background-size: 14px 25px;
        margin: 0 10px 0 0;
        display: flex;
        align-items: center;
        justify-content: left;
        border-bottom: 1px solid #ffffff;
    }

        ul.list li a {
            margin: 16px 0 3px 0;
            color: #fff;
            font-family: museo-sans;
            font-size: 22px;
            font-weight: 300;
            line-height: 27px;
        }


        ul.list li a {
            text-decoration: none;
        }

        ul.list li:hover a {
            color: rgba(255,255,255,0.50);
        }



.container .main h1 {
    margin-top: 60px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1.26px;
    line-height: 48px;
    font-family: 'museo-sans';
    text-align: left;
    color: #EE7734;
}

.container .main p {
    font-family: 'museo-sans';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #737F85;
    letter-spacing: 1.05px;
}

.center-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: left;
}



.content {
    padding: 25px 40px 15px;
    height:100%;
}

    .content h3 {
        font-family: 'museo-sans';
        font-weight: 300;
        font-size: 30px;
        line-height: 36px;
        color: #fff;
    }

    .content p {
        font-family: 'museo-sans';
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
    }

    .content button.base-button {
        margin: 88px 0 0px;
    }


    .content.orange {
        background-color: #EE7734;
    }

    .content.grey {
        background-color: #737F85;
    }

    .content.light-grey {
        background-color: #E4E0E0;
    }

        .content.light-grey h3 {
            color: #EE7734;
        }

        .content.light-grey p {
            color: #737F85;
        }


.center-row.main .content {
    width: 560px;
    padding-bottom:0px;
    /*padding: 5px 0px 15px;*/
}

.center-row.main .content h1 {
    
    margin-top: 30px;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1.26px;
    line-height: 48px;
    font-family: 'museo-sans';
    text-align: left;
    color: #fff;
}

.center-row.main .content p {
     font-family: 'museo-sans';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 1.05px;
    
}

.center-row.main .content.left {
    margin: 0px 12px 0px auto;
}

.center-row.main .content.right {
    margin: 0px auto 0px 12px;
}

.main-orange {
    background-color: #EE7734;
}

.font-white {
    color: #fff;
}


.section-grey h2 {
    font-family: 'museo-sans';
    font-weight: 300;
    font-size: 30px;
    color: #737f85;
    letter-spacing: 0.94px;
    line-height: 36px;
    border-bottom: 1px solid #737f85;
    padding: 10px 0;
}

.section-grey p {
    margin: 30px 0;
    font-family: 'museo-sans';
    font-weight: 300;
    font-size: 16px;
    color: #737f85;
    letter-spacing: 0;
    line-height: 26px;
    word-break: break-word;
}

.mini-note {
    font-size: 13px;
    margin: 10px 0;
    color: #737F85;
    letter-spacing: 0.63px;
    line-height: 14px
}

.header-notes {
    border-bottom: 1px solid #737f85;
}

    .header-notes p, .header-notes a {
        font-family: 'museo-sans';
        font-weight: 400;
        font-size: 25px;
        color: #737f85;
        letter-spacing: 0;
        display: inline;
    }

        .header-notes a, .header-notes a:hover {
            text-decoration: none;
            color: #EE7734;
            display: inline;
            font-size: 20px;
        }

    .header-notes img {
        margin-left: 15px;
    }

/*========================= ENCABEZADO =========================*/
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background-color: #FFFEFF;
  
}

.navbar-nav > li > a {
    color: #737F85;
    text-transform: uppercase;
    font-family: museo-sans;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.3px;
    padding: 10px 0;
    margin: 0 17px;
}

    .navbar-nav > li > a:hover, .navbar-nav > li.active > a {
        background-color: transparent;
        border-bottom: 2px solid #EE7734;
        /*padding-bottom: 3px;*/
        color: #EE7734;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: #EE7734;
}

.navbar .mega-dropdown {
    position: static !important;
}

.navbar .dropdown-menu.mega-menu {
    margin-top: 30px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
}

    .navbar .dropdown-menu.mega-menu a {
        padding: 0 0 0 0;
        color: #737F85;
    }
	
	

    .navbar .dropdown-menu.mega-menu .sub-title {
        border-bottom: 1px solid #737F85;
        padding: 13px 0px 13px 16px;
        text-transform: uppercase;
        color: #737F85;
        font-size: 14px;
        letter-spacing: 1.2px;
        line-height: 15px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        font-weight: 900;
        padding: 13px 0px 13px 16px;
    }
	
	
	
	   .navbar .dropdown-menu.mega-menu .sub-title a:hover  {
    color: #ee7734;
     
    }



    .navbar .dropdown-menu.mega-menu .p-sm {
        padding-bottom: 17px;
    }

    .navbar .dropdown-menu.mega-menu .m-sm {
        margin-bottom: -5px;
        font-size: 0.85rem;
        color: #2196f3 !important;
    }

        .navbar .dropdown-menu.mega-menu .m-sm:hover {
            color: #2196f3 !important;
        }

    .navbar .dropdown-menu.mega-menu .mt-sm {
        margin-top: -3px;
    }

    .navbar .dropdown-menu.mega-menu .caret-style {
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        border-radius: 4px;

    }
        .navbar .dropdown-menu.mega-menu .caret-style li {
            border-bottom: 1px solid #DEDEDE;
            padding: 13px 0px 13px 16px;
        }
            .navbar .dropdown-menu.mega-menu .caret-style li:last-child {
                border-bottom: 1px solid #fff;
            }
        .navbar .dropdown-menu.mega-menu .caret-style > li > a {
            text-transform: uppercase;
            color: #737F85;
            font-size: 12px;
            letter-spacing: 1.2px;
            line-height: 15px;
            padding: 0;
            font-weight: normal;
        }
            .navbar .dropdown-menu.mega-menu .caret-style > li > a:focus, .navbar .dropdown-menu.mega-menu .caret-style > li > a:hover {
                background-color: transparent;
                background-image: none;
                color: #EE7734;
            }


.form-control {
    font-weight: normal;
}


.dropdown-menu {
    padding: 0;
    min-width: 300px;
    border-radius: 0;
}
  .dropdown-menu li {
        border-bottom: 1px solid #DEDEDE;
        padding:13px 0px 13px 16px;
    }
    .dropdown-menu > li > a {
        text-transform: uppercase;
        color: #737F85;
        font-size: 13px;
        letter-spacing: 1.2px;
        line-height: 15px;
        padding:0;
        font-weight:700;
    }


    .dropdown-menu li:last-child {
        border-bottom: 1px solid #fff;
    }

.navbar-nav > li > .dropdown-menu {
    margin-top: 30px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    background-image: none;
    color: #EE7734;
}
.top_header {
    padding-left: 0px;
}

    .top_header h4 {
        font-family: museo-sans;
        font-weight: 300;
        font-size: 15px;
        color: #737F85;
        line-height: 18px;
        letter-spacing: 0.83px;
        display: inline-block;
        align-items: center;
		margin-right:10px;
    }

        .top_header h4 img {
            margin: 0 8px;
        }

        .top_header h4 a {
            color: #737F85;
            font-weight: 700;
            text-decoration: none;
        }
		
		
  .top_header  h4:hover a {
            color: #EE7734;
        }

    .top_header ul.social_icons {
        float: right;
        list-style: none;
        display: flex;
        align-items: left;
        flex-direction: row;
        padding: 0;
        margin-top: 10px;
    }

        .top_header ul.social_icons li {
            display: inline;
            margin: 0 7px;
            line-height: 18px;
        }

            .top_header ul.social_icons li .facebook {
                background: transparent url(../img/home/ico-face.png) 0 0 no-repeat;
                background-size: 9.9px 17.5px;
                height: 17.5px;
                width: 9.9px;
                display: block;
            }

                .top_header ul.social_icons li .facebook:hover {
                    background-image: url(../img/home/ico-face-hover.png);
                }

            .top_header ul.social_icons li .instagram {
                background: transparent url(../img/home/ico-instagram.png) 0 0 no-repeat;
                background-size: 17px 17px;
                height: 17px;
                width: 17px;
                display: block;
            }

                .top_header ul.social_icons li .instagram:hover {
                    background-image: url(../img/home/ico-instagram-hover.png);
                }

            .top_header ul.social_icons li .linkedin {
                background: transparent url(../img/home/ico-linkedin.png) 0 0 no-repeat;
                background-size: 16.4px 16.4px;
                height: 16.4px;
                width: 16.4px;
                display: block;
            }

                .top_header ul.social_icons li .linkedin:hover {
                    background-image: url(../img/home/ico-linkedin-hover.png);
                }

            .top_header ul.social_icons li .twitter {
                background: transparent url(../img/home/ico-twitter.png) 0 0 no-repeat;
                background-size: 20px 16.2px;
                height: 16.2px;
                width: 20px;
                display: block;
            }

                .top_header ul.social_icons li .twitter:hover {
                    background-image: url(../img/home/ico-twitter-hover.png);
                }


            .top_header ul.social_icons li .sobre {
                background: transparent url(../img/home/ico-sobre.png) 0 0 no-repeat;
                background-size: 20px 15px;
                height: 15px;
                width: 20px;
                display: block;
            }

                .top_header ul.social_icons li .sobre:hover {
                    background-image: url(../img/home/ico-sobre-hover.png);
                }

            
            .top_header ul.social_icons li .geo {
                background: transparent url(../img/home/ico-geo.png) 0 0 no-repeat;
                background-size: 14.5px 17.2px;
                height: 17.2px;
                width: 14.5px;
                display: block;
            }

                .top_header ul.social_icons li .geo:hover {
                    background-image: url(../img/home/ico-geo-hover.png);
                }

            .top_header ul.social_icons li .lupa {
                background: transparent url(../img/home/ico-lupa.png) 0 0 no-repeat;
                background-size: 17px 17px;
                height: 17px;
                width: 17px;
                display: block;
            }

                .top_header ul.social_icons li .lupa:hover {
                    background-image: url(../img/home/ico-lupa-hover.png);
                }

            .top_header ul.social_icons li .central {
                background: transparent url(../img/home/ico-central-turnos-hover.png) 0 0 no-repeat;
                background-size: 29px 42px;
                height: 42px;
                width: 29px;
                display: block;
            }

                .top_header ul.social_icons li .central:hover {
                    background-image: url(../img/home/ico-central-turnos-hover.png);
                }


#header-container.active {
    box-shadow: 0px 7px 50px -8px #000;
    z-index:1049;
    /*border-bottom: 1px solid black;*/
}

/*========================= FIN ENCABEZADO =========================*/

/* FOOTER */


footer {
    background-color: #737F85;
}

.footer {
}

footer h3 {
    font-family: 'montserrat';
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 15px;
}

footer h3  a{
    color: #FFFFFF;
}

footer h3  a:hover{
    color: #FFFFFF;
}

.footer h4 {
    font-size: 15px;
    color: white;
    line-height: 17px;
    letter-spacing: 0.83px;
    display: flex;
    align-items: center;
}

    .footer h4 img {
        margin-right: 20px;
        .
    }

    .footer h4 a {
        color: white;
        text-decoration: none;
    }

.footer ul {
    margin: 16px 0 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
}

    .footer ul li a {
        width: 100%;
        color: #ffffff;
        font-size: 12px;
        font-family: 'open-sans';
        line-height: 20px;
        
    }

    .footer ul li a strong {
        text-transform:uppercase;
    }
   
.footer form {
    display: inherit;
    position: relative;
    width: 240px;
    margin: 20px 0 24px;
}

.footer input {
    font-family: 'museo-sans';
    font-size: 13px;
    border-radius: 35px;
    padding: 10px 20px;
    color: #6C6C6C;
    border: none;
    line-height: 26px;
    background-color: #353535;
    width: 240px
}

.footer button.base-button {
    background-color: #EE7734;
    width: 39px;
    height: 39px;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 35px;
    border: none;
    background-image: none;
    margin: 0;
    min-width: 39px;
}

.footer ul.social-networks {
    margin: 0 0  16px ;
    list-style: none;
    display: flex;
    align-items:flex-start;
    flex-direction: row;
    padding: 0;
	
}

    .footer ul.social-networks li {
        width: 100%;
        color: #fff;
        line-height: 12px;
        text-align:justify;
		 
		margin-right:40px;
    }

        .footer ul.social-networks li a {
            overflow: hidden;
        }

        .footer ul.social-networks li a span {
            display: inline-block;
        }

    @media only screen and (max-width: 768px) {
        .footer ul.social-networks li {
            text-align: center;
        }
            .footer ul.social-networks li a {
                line-height:normal;
            }
   }

        .footer ul.social-networks li .sobre {
            background: transparent url(../img/home/ico-sobre-footer.png) 0 0 no-repeat;
            background-size: 20px 15px;
            height: 15px;
            width: 20px;
            
        }

        .footer ul.social-networks li li .sobre:hover {
            background-image: url(../img/home/ico-sobre-hover.png);
        }

        .footer ul.social-networks li .facebook {
            background: transparent url(../img/home/ico-face-footer.png) 0 0 no-repeat;
            background-size: 10px 18px;
            height: 18px;
            width: 10px;
        }

            .footer ul.social-networks li .facebook:hover {
                background-image: url(../img/home/ico-face-footer-hover.png);
            }

        .footer ul.social-networks li .instagram {
            background: transparent url(../img/home/ico-instagram-footer.png) 0 0 no-repeat;
            background-size: 17px 17px;
            height: 17px;
            width: 17px;
        }

            .footer ul.social-networks li .instagram:hover {
                background-image: url(../img/home/ico-instagram-footer-hover.png);
            }

        .footer ul.social-networks li .linkedin {
            background: transparent url(../img/home/ico-linkedin-footer.png) 0 0 no-repeat;
            background-size: 16px 16px;
            height: 16px;
            width: 16px;
         }

            .footer ul.social-networks li .linkedin:hover {
                background-image: url(../img/home/ico-linkedin-footer-hover.png);
            }

        .footer ul.social-networks li .twitter {
            background: transparent url(../img/home/ico-twitter-footer.png) 0 0 no-repeat;
            background-size: 20px 16px;
            height: 16px;
            width: 20px;
        }

            .footer ul.social-networks li .twitter:hover {
                background-image: url(../img/home/ico-twitter-footer-hover.png);
            }

        .footer ul.social-networks li .geo {
            background: transparent url(../img/home/ico-geo-footer.png) 0 0 no-repeat;
            background-size: 14px 17px;
            height: 17px;
            width: 14px;
        }

            .footer ul.social-networks li .geo:hover {
                background-image: url(../img/home/ico-geo-footer-hover.png);
            }

.footer p {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    font-family: 'open-sans';
}

    .footer p a {
        font-size: 12px;
        color: #ffffff;
        text-decoration: underline;
        padding-left: 20px;
    }

    @media only screen and (max-width: 768px) {
        .footer p {
            font-size: 14px;
            text-align: center;
        }
    }
    /* FIN FOOTER */

    /* modal */

.modal-content {
    border-radius: 0px;
    border: 5px solid #e4e0e0;
}

    .modal-content button.close {
        -webkit-appearance: none;
        padding: 10px 15px;
        cursor: pointer;
        background: 0 0;
        border: 0;
        color: #fff;
        background-color: #EE7734;
        opacity: 1;
        font-size: 30px;
    }
        .modal-content button.close:hover {
            opacity: 1;
        }


    .modal-content h3 {
        font-family: 'museo-sans';
        font-weight: 600;
        font-size: 20px;
        color: #737F85;
        letter-spacing: 0.94px;
        line-height: 20px;
        padding: 0;
        margin-top: 35px;
    }

    .modal-content  h4 {
        font-family: 'museo-sans';
        font-weight: 900;
        font-size: 20px;
        color: #737f85;
        letter-spacing: 0.94px;
        margin-top: 0;
        line-height: 20px;
    }

    .modal-content form {
        display: inline !important;
  
    }

        .modal-content form .label {
            margin: 20px 10px 10px 0;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 300;
            display:inline-block;
        }

    .modal-content form input {
        border: 2px solid #b8b8b8;
        margin: 8px auto;
        padding: 20px;
        font-size: 18px;
    }

        .modal-content form textarea {
            border: 4px solid #b8b8b8;
            margin: 33px auto 0;
            padding: 10px;
            font-size: 18px;
            line-height: 31px;
            height: 130px;
        }
        .modal-content form .btn-download {
            margin-top: 10px;;
        }
    .modal-content p, .modal-content .bootbox-body {
        font-family: 'museo-sans';
        font-weight: normal;
        font-size: 16px;
        color: #737f85;
        line-height: 28px;
    }

    .modal-content .modal-header {
        border: none;
        padding: 5px;
        background: transparent !important;
    }

    .modal-content .modal-body {
        padding: 5px;
        margin: 0px 60px 40px;
    }

    .modal-content .modal-header h2, .modal-content .modal-header h4 {
        font-family: 'museo-sans';
        font-weight: 300;
        font-size: 30px;
        color: #ee7734;
        letter-spacing: 0.94px;
        line-height: 36px;
        border-bottom: 1px solid #e4e0e0;
        padding-bottom: 10px;
        margin: 30px 60px 20px;
    }

    .modal-content .modal-footer button {
        -webkit-appearance: none;
        padding: 10px 15px;
        cursor: pointer;
        background: 0 0;
        border: 0;
        color: #fff;
        background-color: #EE7734;
        opacity: 1;
        font-size: 15px;
    }


#modalConsultas .modal-dialog  {
    width:800px;
}

#modalOrganigrama .modal-dialog  {
    width:1223px;

}	
/*fin modal*/


/*========================= SLIDER =========================*/
.swiper-container {
    width: 100%;
    height: 355px;
    margin-top: 128px;
}


@media only screen and (min-width: 1440px) {
.swiper-container {
    width: 100%;
    height: 395px;
    margin-top: 128px;
}
}

@media only screen and (min-width: 1600px) {
.swiper-container {
    width: 100%;
    height: 445px;
    margin-top: 128px;
}
}

@media only screen and (min-width: 1800px) {
.swiper-container {
    width: 100%;
    height: 485px;
    margin-top: 128px;
}
}

@media only screen and (min-width: 2000px) {
.swiper-container {
    width: 100%;
    height: 546px;
    margin-top: 128px;
}
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    }

@media only screen and (max-width: 768px) {
    .swiper-slide {
        background-size: auto 100% !important;
        background-position: center !important;
    }
}
    .swiper-slide:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
     /*   background-image: linear-gradient(to right, black 0%, transparent 100%);
        opacity: .50;*/
    }

.swiper-wrapper {
    height: 100%;
}

.swiper-slide .texto {
    position: absolute;
    bottom: 40px;
    left: 40px;
    text-align: left;
}

    .swiper-slide .texto h1 {
        font-family: museo-sans;
        font-weight: 700;
        font-size: 35px;
        color: #FFFFFF;
        letter-spacing: 1.1px;
        line-height: 43px;
        text-align: left;
    }

    .swiper-slide .texto p {
        font-family: museo-sans;
        font-weight: 700;
        font-size: 25px;
        color: #FFFFFF;
        letter-spacing: 0.79px;
        line-height: 49px;
        margin-bottom: 0;
    }

/*========================= SLIDER =========================*/

a:hover {
    text-decoration:none;
}


.button-home {
    border-radius: 0;
    background-color: white;
    border: 1px solid;
    border-color: #EE7734;
    margin: 28px auto 28px 12px;
    height: 60px;
    max-width: 350px;
    width:500px;
    background: url(../img/home/flecha-blanca-3.png) 95% center no-repeat;
    display: flex;
    align-items: left;
 }
  
.button-home p {
    font-family: 'museo-sans';
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
   
    margin:5px;
}

.btn-pacientes {
    background-color: #EE7734;
    margin: 12px 170px 12px auto;
 letter-spacing: 1.1px;
 }
   
.btn-pacientes p {
    margin-left: 38px!important;
 }
   
.btn-profesionales {
    background-color: #737F85;
    border:none;
    margin: 12px auto 12px 170px;
 letter-spacing: 0px;
 }


.search-home button.base-button .buscar {
    width: 24px;
    height: 36px;
    display: block;
    background: transparent url(../img/home/ico-bt-buscar-doc.png) 100% center no-repeat;
}

.search-home button.base-button:hover .buscar {
    background-image: url(../img/home/ico-bt-buscar-doc-hover.png);
}

.search-home button.base-button .credencial {
    width: 27px;
    height: 27px;
    display: block;
    background: transparent url(../img/home/ico-bt-credencial.png) 100% center no-repeat;
}

.search-home button.base-button:hover .credencial {
    background-image: url(../img/home/ico-bt-credencial-hover.png);
}


.search-home button.base-button .geo {
    width: 22px;
    height: 34px;
    display: inline-block;
    background: transparent url(../img/home/ico-bt-ubicacion.png) 100% center no-repeat;
}

.search-home button.base-button:hover .geo {
    background-image: url(../img/home/ico-bt-ubicacion-hover.png);
}

.search-home button.base-button .rotacion {
    width: 31px;
    height: 36px;
    display: block;
    background: transparent url(../img/profesionales/ico-bt-rotacion.png) 100% center no-repeat;
}

.search-home button.base-button:hover .rotacion {
    background-image: url(../img/profesionales/ico-bt-rotacion-hover.png);
}

.search-home button.base-button .condicion {
    width: 31px;
    height: 32px;
    display: block;
    background: transparent url(../img/profesionales/ico-bt-condiciones.png) 100% center no-repeat;
}

.search-home button.base-button:hover .condicion {
    background-image: url(../img/profesionales/ico-bt-condiciones-hover.png);
}

.search-home button.base-button .consulta {
    width: 32px;
    height: 32px;
    display: block;
    background: transparent url(../img/profesionales/ico-bt-consulta.png) 100% center no-repeat;
}

.search-home button.base-button:hover .consulta {
    background-image: url(../img/profesionales/ico-bt-consulta-hover.png);
}

.search-home button.base-button.narrow .ios {
    width: 27px;
    height: 34px;
    display: inline-block;
    background: transparent url(../img/paciente/ico-ios-naranja.png) 100% center no-repeat;
}

.search-home button.base-button.narrow:hover .ios {
    background-image: url(../img/paciente/ico-ios-naranja-hover.png);
}

.search-home button.base-button.narrow .android {
    width: 27px;
    height: 34px;
    display: inline-block;
    background: transparent url(../img/paciente/ico-android-naranja.png) 100% center no-repeat;
}

.search-home button.base-button.narrow:hover .android {
    background-image: url(../img/paciente/ico-android-naranja-hover.png);
}


.search-home button.base-button .turno {
    width: 27px;
    height: 29px;
    display: inline-block;
    background: transparent url(../img/home/ico-bt-solicitar-turno.png) 100% center no-repeat;
}

.search-home button.base-button:hover .turno {
    background-image: url(../img/home/ico-bt-solicitar-turno-hover.png);
}


.search-home button.base-button .seguridad {
    width: 40px;
    height: 31px;
    display: inline-block;
    background: transparent url(../img/paciente/ico-bt-seguridad.png) 100% center no-repeat;
}

.search-home button.base-button:hover .seguridad {
    background-image: url(../img/paciente/ico-bt-seguridad.png);
}

/* BOXES */

.container-3col {
    padding: 10px;
    min-height: 186px;
}

    .container-3col .title {
        font-family: 'museo-sans';
        font-weight: 700;
        font-size: 20px;
        color: #737F85;
        letter-spacing: 0.5px;
        text-align: center;
        margin-top: 15px;
    }

    .container-3col .subtitle {
        font-family: 'museo-sans';
        font-weight: 300;
        margin: 0;
        font-size: 15px;
        color: #737F85;
        letter-spacing: 0.5px;
        line-height: 24px;
        text-align: center;
    }

/* NOVEDADES */
.texto-novedad {
    background: #F5F5F5;
    padding: 30px 20px;
    height: 234px; /*LEANDROF*/
}

    .texto-novedad .tipo-novedad {
        font-family: 'museo-sans';
        font-weight: 900;
        font-size: 10px;
        color: #737F85;
        letter-spacing: 2.4px;
    }

    .texto-novedad .titulo-novedad, .texto-novedad .contenido-novedad {
        font-family: 'museo-sans';
        font-weight: 300;
        font-size: 25px;
        color: #212121;
        letter-spacing: 0;
    }

    .texto-novedad .contenido-novedad {
        font-size: 14px;
        max-height: 111px; /*LEANDROF*/
        overflow-y: hidden; /*LEANDROF*/
    }

.subscripcion {
    background-color: #EE7734;
    width: 100%;
    height: 70px;
}

    .subscripcion h2 {
        font-size: 30px;
        line-height: 49px;
        letter-spacing: 1px;
        margin: 0;
    }

    .subscripcion form {
        display: inherit;
        position: relative;
        padding-left: 33px;
    }

    .subscripcion input {
        font-family: 'museo-sans';
        font-size: 30px;
        border-radius: 5px;
        padding: 10px 20px;
        width: 290px;
        font-size: 15px;
        color: #737F85;
        border: none;
    }

    .subscripcion button.base-button {
        font-size: 30px;
        background-color: #737F85;
        width: 62px !important;
        height: 39px;
        position: absolute;
        right: 1px;
        top: 1px;
        border-radius: 5px;
        border: none;
        background-image: none;
        margin: 0;
        min-width: 62px;
        justify-content:center;
    }

.app-download {
    background-color: #EE7734;
    padding: 30px 25px 23px;
    height:100%;
}

    .app-download h3 {
        font-size: 30px;
        color: white;
        margin: 0;
    }

    .app-download p {
        font-size: 14px;
        color: white;
        margin: 10px 0 20px;
    }

    .app-download button.base-button .ios {
        width: 30.1px;
        height: 30px;
        display: block;
        background: transparent url(../img/home/ico-ios.png) 100% center no-repeat;
    }

    .app-download button.base-button:hover .ios {
        background: transparent url(../img/home/ico-ios-hover.png) 100% center no-repeat;
    }

    .app-download button.base-button .android {
        width: 32.4px;
        height: 32.4px;
        display: inline-block;
        background: transparent url(../img/home/ico-android.png) 100% center no-repeat;
    }

    .app-download button.base-button:hover .android {
        background: transparent url(../img/home/ico-android-hover.png) 100% center no-repeat;
    }

.contact-blue {
    background-color: #36A9E0;
    padding: 20px 20px 20px;
    height:250px;
}

    .contact-blue h3 {
        font-size: 26px;
        color: white;
        margin: 0;
	letter-spacing: -1px;
    }

    .contact-blue h4 {
        font-size: 24px;
        color: white;
        margin: 20px 0 0px 0;
        font-family: 'museo-sans';
        font-weight: 300;
    }

        .contact-blue h4 a {
            font-size: 24px;
            color: white;
            text-decoration: none;
            font-family: 'museo-sans';
            font-weight: 300;
        }

    .contact-blue p {
        font-size: 16px;
        color: white;
        font-family: 'museo-sans';
    }

    .contact-blue h4 img {
        margin-right: 20px;
    }

.contact-map {
    position: relative;
	 height: 250px;
}

    .contact-map #map {
        height: 250px;
        
        background: transparent; /*url(../img/home/mapa.jpg) 100% center no-repeat;*/
        background-size: cover;
    }

    .contact-map button.base-button {
        position: absolute;
        border: none;
        width: 225px;
        text-align: left;
        background: #36A9E0 url(../img/home/flecha-blanca.png) 95% center no-repeat;
        background-size: 14px 25px;
        bottom: 20px;
        left: 30%;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 16px 0 16px 43px;
    }

        .contact-map button.base-button p {
            font-family: 'museo-sans';
            font-weight: 700;
            text-align: center;
            font-size: 18px;
            color: #fff;
            letter-spacing: 0;
            display: inline;
            padding: 0px;
            text-align: left;
            margin: 0;
        }

        .contact-map button.base-button:hover {
            background-color: #737F85;
            border-color: #737F85;
        }


.sanatorio .content-over {
    position: relative;
    min-height: 660px;
}

    .sanatorio .content-over .main-orange h1 {
        margin-top: 0px;
        font-weight: 700;
        font-size: 40px;
        letter-spacing: 1.26px;
        line-height: 48px;
        font-family: 'museo-sans';
        text-align: left;
    }

    .sanatorio .content-over .main-orange p {
        font-family: 'museo-sans';
        font-weight: 300;
        font-size: 20px;
        letter-spacing: 1.05px;
        line-height: 30px;
    }

    .sanatorio .content-over .main-orange {
        min-height: 450px;
    }

    .sanatorio .content-over .nosotros {
        position: absolute;
        top: 200px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background-color: #737F85;
        height: 446px;
    }

        .sanatorio .content-over .nosotros .left-side h3 {
            margin: 0;
        }

        .sanatorio .content-over .nosotros .btn-content {
            margin-top: 20px;
            flex-direction: column;
        }

            .sanatorio .content-over .nosotros .btn-content button.base-button.yellow {
                margin: 10px 0;
                min-width: 342px;
            }

.sanatorio .tour {
    background-color: #EE7734;
    width: 100%;
    padding: 15px 25px;
}

    .sanatorio .tour h2 {
        font-size: 30px;
        line-height: 49px;
        letter-spacing: 1px;
        color: #EDE6B5;
        margin: 0 100px 0 20px;
    }

    .sanatorio .tour button.base-button {
    width: 257px;
        margin-left: 20%;
    }

        .sanatorio .tour button.base-button .tour-virtual {
            width: 30.1px;
            height: 30px;
            display: block;
            background: transparent url(../img/el-sanatorio/ico-iniciar-tour.png) 100% center no-repeat;
        }

        .sanatorio .tour button.base-button:hover .tour-virtual {
            background: transparent url(../img/el-sanatorio/ico-iniciar-tour-hover.png) 100% center no-repeat;
        }

.sanatorio.content.orange h3 {
    margin-top: 0;
}

.sanatorio.content.orange .all-yellow {
    margin-top: 108px;
    margin-bottom: 0;
}

.sanatorio.content.orange .all-yellow .all-yellow2 {
    margin-top: 0px;
    margin-bottom: 0;
}

.sanatorio.content.grey h3 {
    margin-top: 0;
}

.sanatorio.content.grey .all-orange {
    margin-top: 30px;
    margin-bottom: 0;
}

.sanatorio.content.light-grey h3 {
    margin-top: 0;
}

.sanatorio.content.light-grey .all-orange {
    margin-top: 33px;
    margin-bottom: 0;
}


.paciente .resultados {
    background-color: #EE7734;
    width: 100%;
    padding: 15px 25px;
}

    .paciente .resultados h2 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1px;
        color: #EDE6B5;
        margin: 0 20px 0 20px;
        width:45%;
    }

    .paciente .resultados button.base-button {
        width: 257px;
        margin-left: 24%;
    }

        .paciente .resultados button.base-button .ver-resultados {
            width: 30.1px;
            height: 30px;
            display: block;
            background: transparent url(../img/paciente/ico-ver-resultado-hover.png) 100% center no-repeat;
        }

        .paciente .resultados button.base-button:hover .ver-resultados {
            background: transparent url(../img/paciente/ico-ver-resultado-hover.png) 100% center no-repeat;
        }
		
		
		
		
.paciente .guia {
    background-color: #EE7734;
    width: 100%;
    padding: 15px 25px;
}

    .paciente .guia h2 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1px;
        color: #EDE6B5;
        margin: 0 20px 0 20px;
        width:45%;
    }

    .paciente .guia button.base-button {
        width: 257px;
        margin-left: 24%;
    }
		
		
		
		      .paciente .guia button.base-button .ver-guia {
            width: 30.1px;
            height: 30px;
            display: block;
            background: transparent url(../img/paciente/ico-ver-guia.png) 100% center no-repeat;
        }

        .paciente .guia button.base-button:hover .ver-guia {
            background: transparent url(../img/paciente/ico-ver-guia-hover.png) 100% center no-repeat;
        }
		
	
.servicios-medicos .horarios {
    background-color: #737F85;
    width: 100%;
   padding: 5px 25px !important;
    margin: 5px 0 5px 0;
    
}	
.servicios-medicos .horarios h2 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 20px 10 20px !important;
    width: 70%;
}

 .servicios-medicos .horarios button.base-button {
        width: 257px;
        margin-left: 24%;
height: 44px!important
    }

.paciente .horarios {
    background-color: #737F85;
    width: 100%;
    padding:15px 25px;
    
}

    .paciente .horarios h2 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1px;
        color: #fff;
        margin: 0 20px 0 20px;
        width:45%;
    }

    .paciente .horarios button.base-button {
        width: 257px;
        margin-left: 24%;
    }

        .paciente .horarios button.base-button .ver-horarios {
            width: 30.1px;
            height: 30px;
            display: block;
            background: transparent url(../img/paciente/ico-ver-horarios-hover.png) 100% center no-repeat;
        }

        .paciente .horarios button.base-button:hover .ver-horarios {
            background: transparent url(../img/paciente/ico-ver-horarios-hover.png) 100% center no-repeat;
        }
		
	
		
	.paciente .consulta {
    background-color: #737F85;
    width: 100%;
    padding:15px 25px;
    
}

    .paciente .consulta h2 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1px;
        color: #fff;
        margin: 0 20px 0 20px;
        width:45%;
    }

    .paciente .consulta button.base-button {
        width: 331px;
        margin-left: 24%;
    }

        .paciente .consulta button.base-button .ver-consulta {
            width: 30.1px;
            height: 30px;
            display: block;
            background: transparent url(../img/paciente/ico-consulta-hover.png) 100% center no-repeat;
        }

        .paciente .consulta button.base-button:hover .ver-consulta {
            background: transparent url(../img/paciente/ico-consulta-hover.png) 100% center no-repeat;
        }
	
	
		

.paciente .section-grey {
    border-bottom: 1px solid #737f85;
    padding-bottom: 30px;
}

    .paciente .section-grey button.base-button.all-orange {
        min-width: 300px;
    }

.paciente.content.orange {
    padding: 25px 40px 15px;
    height:100%;
}

.paciente h3 {
    margin-top: 0;
}

.paciente.all-yellow {
    margin-top: 0;
    margin-bottom: 0;
}

.paciente .img-novedad {
    /*max-height: 250px;*/
}

.paciente .preguntas {
    background-color: #EE7734;
    width: 100%;
    padding: 15px 25px;
}

    .paciente .preguntas h2 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1px;
        color: #EDE6B5;
        margin: 0 20px 0 20px;
        width: 45%;
    }

    .paciente .preguntas button.base-button {
        width: 331px;
        margin-left: 24%;
    }

        .paciente .preguntas button.base-button .preguntas-frecuentes {
            width: 30.1px;
            height: 30px;
            display: block;
            background: transparent url(../img/paciente/ico-preguntas-frecuentes-hover.png) 100% center no-repeat;
        }

        .paciente .preguntas button.base-button:hover .preguntas-frecuentes {
            background: transparent url(../img/paciente/ico-preguntas-frecuentes-hover.png) 100% center no-repeat;
        }
		
		
	



.contacto .main p {
    color: #737F85;
}

.contacto .formulario {
    margin-top:33px;
}
.contacto input {
    border: 4px solid #b8b8b8;
    margin: 0 auto 31px;
    padding: 10px;
    font-size: 18px;
    height:auto;
}

    .contacto input[type=radio] {
        border: none;
        display: inline-block;
        width: 4%;
        margin: 0 10px 0 0;
        padding: 0;
        height: 24px;
    }

.contacto label.label-radio {
    width: 100%;
    font-weight: normal;
    color: #808080;
    font-size: 16px;
    height: 12px;
    padding: 15px 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.contacto textarea {
    border: 4px solid #b8b8b8;
    margin: 0 auto 23px;
    padding: 10px;
    font-size: 18px;
    line-height: 31px;
    height: 105px;
}

.contacto .btn-download {
    margin-top: 26px;
}


.servicios-medicos .section-grey.servicios h2 {
    border: none;
    font-weight: 500;
    margin: 0 0 35px 0;
}
.servicios-medicos  .section-grey.servicios h3 {
    font-family: 'museo-sans';
    font-weight: 600;
    font-size: 20px;
    color: #ee7734;
    letter-spacing: 0.94px;
    line-height: 20px;
    padding:0;
    margin-top:35px;
}

.servicios-medicos  .section-grey.servicios h4 {
    font-family: 'museo-sans';
    font-weight: 900;
    font-size: 20px;
    color: #737f85;
    letter-spacing: 0.94px;
    margin-top:0;
    line-height: 20px;

}

.servicios-medicos .section-grey.servicios ul {
    list-style: circle;
    color: #ee7734;
    margin-left: 15px;
}
    .servicios-medicos .section-grey.servicios ul li { 
        padding:8px 0;
    }
.servicios-medicos  .section-grey.servicios ul li p{
    font-family: 'museo-sans';
    font-weight: normal;
    font-size: 16px;
    color: #737f85;
    margin:0;
    line-height: 16px;
}



.servicios-medicos .internacion .btn-content {
    display: inline;
}

    .servicios-medicos .internacion .btn-content button.base-button {
        width: 342px;
        margin: 10px 0;
    }

.servicios-medicos .internacion h3 {
    margin-top: 0;
}

.servicios-medicos.content.grey {
    padding: 25px 30px 25px 40px;
}

ul.servicios-medicos.list-image {
    min-height: 230px;
    margin-bottom: 0px;
    padding-top: 2px;
}

.servicios-medicos.content.light-grey {
    padding: 25px 40px 55px 40px;
}

    .servicios-medicos.content.light-grey h3 {
        margin-top: 0;
    }

ul.servicios-medicos.list {
    min-height: 0;
}

.servicios-medicos.laboratorio.content.orange {
    padding: 25px 40px 20px 40px;
}

.servicios-medicos.laboratorio h3 {
    margin-top: 0;
}


.servicios-medicos.emergencias.content.grey {
    padding: 25px 40px 20px 40px;
}

.servicios-medicos.emergencias h3 {
    margin-top: 0;
}


.servicios-medicos.base-button.all-yellow {
    margin-top: 35px;
    margin-bottom: 0;
}

.servicios-medicos.all-orange {
    margin-top: 61px;
    margin-bottom: 0;
}

.servicios-medicos.cardiologia .section-grey.servicios h2 {
     margin: 0 0 10px 0;
}
.servicios-medicos.cardiologia .with-back {
    padding: 22px 28px;
    background-color: #e4e0e0;
}

.servicios-medicos.cardiologia .with-back img {
   width:100%
}

    .servicios-medicos.cardiologia .with-back p {
        margin: 0;
    }

.profesionales.campus.content.grey {
    height:100%;
}

.profesionales.acreditacion.content.orange {
    padding: 15px 40px 10px 30px;
    height:100%;
}

.profesionales.acreditacion h3 {
    margin-top: 0;
}

.profesionales.acreditacion.yellow {
    margin-top: 0;
    margin-bottom: 0;
}

.profesionales .acreditacion button.base-button.yellow {
    width: 278px;
}

    .profesionales .acreditacion button.base-button.yellow p {
        font-family: museo-sans;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.5px;
    }
.profesionales .with-back {
    padding: 22px 28px;
    background-color:#e4e0e0;
}
    .profesionales .with-back p {
        margin:0;
    }

.profesionales.content.orange h3 {
    margin-top: 0;
}

.profesionales.content.orange {
    padding: 25px 80px 21px 40px;
    height:100%;
}

ul.profesionales.list-image.programas {
    margin-bottom: 2px;
    padding-top: 2px;
}

.profesionales.content.grey.left-side h3 {
    margin-top: 0;
}

.profesionales.content.grey h3 {
    margin-top: 0;
}

.profesionales.content.orange .all-yellow {
    margin-top: 43px;
    margin-bottom: 0;
}

.profesionales.content.grey .all-orange {
    margin-top: 0;
    margin-bottom: 0;
}

.profesionales .internacion .btn-content {
    display: inline;
}

    .profesionales .internacion .btn-content button.base-button {
        width: 342px;
        margin: 15px 0;
    }

.profesionales .consultorio-externo .content {
    padding: 0;
}

.profesionales .consultorio-externo h3 {
    color: #EE7734;
}

.profesionales .left-content.notes h2 {
    color: #EE7734;
    font-weight: 300;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0.77px;
    margin: 0 0 0 15px;
}

.profesionales .content.grey.inscripcion {
    padding: 0;
    margin: 0;
}

    .profesionales .content.grey.inscripcion button.base-button {
        margin: 0;
    }

    .profesionales .content.grey.inscripcion h2 {
        color: #EDE6B5;
        font-weight: 300;
        font-size: 28px;
        line-height: 49px;
        letter-spacing: 0.93px;
        margin-right: 30px;
    }



.profesionales form {
    display: flex;
    align-items: top;
    justify-content: center;
    flex-direction: row;
}

    .profesionales form.login input {
        border: 1px solid #EDE6B5;
        margin: 0;
        padding: 20px;
        font-size: 16px;
        line-height: 19px;
        background-color: transparent;
        border-radius: 0px;
        color: #e4e0e0;
    }

    .profesionales form.login button.base-button {
        min-width: 54px;
        background-position: center center;
        margin: 0;
        padding: 0;
        height: 42px;
    }

.profesionales.cuerpo-docente .main h2 {
    font-family: 'museo-sans';
    font-weight: 300;
    font-size: 30px;
    color: #ee7734;
    letter-spacing: 0.94px;
    line-height: 36px;

}


.profesionales.cuerpo-docente ul.cuerpo-docente.list {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
}

    .profesionales.cuerpo-docente ul.cuerpo-docente.list li {
        width: 100%;
        text-align: left;
        background: transparent url(../img/home/flecha-naranja.png) 95% center no-repeat;
        background-size: 14px 25px;
        margin: 0 10px 0 0;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 20px;
        border-bottom: 1px solid #e4e0e0;
    }

       
        .profesionales.cuerpo-docente ul.cuerpo-docente.list li:hover {
            background: transparent url(../img/home/flecha-blanca.png) 95% center no-repeat;
            background-size: 14px 25px;
            background-color: #737F85;
        }

        .profesionales.cuerpo-docente ul.cuerpo-docente.list li h4 {
            color: #000;
            font-family: 'museo-sans';
            font-weight: 900;
            font-size: 24px;
            letter-spacing: 0.94px;
            margin-top: 0;
            line-height: 28px;
        }

        .profesionales.cuerpo-docente ul.cuerpo-docente.list li p {
            color: #737F85;
            font-size: 18px;
        }

        .profesionales.cuerpo-docente ul.cuerpo-docente.list li:hover h4 {
            color: #fff;
        }

        .profesionales.cuerpo-docente ul.cuerpo-docente.list li:hover p {
            color: #fff;
        }

.profesionales.doctores form {
    position: relative;
    padding-left: 33px;
}

.profesionales.doctores input {
    font-family: 'museo-sans';
    font-size: 30px;
    border-radius: 0px;
    padding: 10px 20px;
    width: 290px;
    font-size: 15px;
    color: #737F85;
    border: none;
}

.profesionales.doctores select {
    font-family: 'museo-sans';
    font-size: 30px;
    border-radius: 0px;
    padding: 10px 20px;
    width: 290px;
    font-size: 15px;
    color: #737F85;
    border: none;
}

.profesionales.doctores button.base-button.search {
    font-size: 30px;
    background-color: #ee7734;
    width: 62px !important;
    height: 39px;
    right: 1px;
    top: 1px;
    border-radius:0px;
    border: none;
    background-image: none;
    margin: 0;
    min-width: 62px;
    justify-content: center;
}

.profesionales.doctores .with-back {
    padding: 50px 28px;
}
    .profesionales.doctores .main h2 {
    font-family: 'museo-sans';
    font-weight: 300;
    font-size: 30px;
    border:none;
    letter-spacing: 0.94px;
    line-height: 36px;
}


.profesionales.doctores ul.doctores.list {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 100px;
}

    .profesionales.doctores ul.doctores.list li {
        width: 100%;
        text-align: left;
        background: none;
        margin: 0 10px 0 0;
        display: flex;
        align-items: flex-start;
        flex-direction:column;
        justify-content: left;
        padding: 10px;
        border-bottom: 1px solid #e4e0e0;
    }
        .profesionales.doctores ul.doctores.list li a {
            width:100%;
        }
        .profesionales.doctores ul.doctores.list li button.base-button {
            margin:0;
        }
        .profesionales.doctores ul.doctores.list li button.base-button p {
            font-family: 'museo-sans';
            font-weight: 700;
            text-align: center;
            font-size: 18px;
            color: #EE7734;
            letter-spacing: 0;
            display: inline;
            padding: 0 10px;
            margin: 0;
        }

    .profesionales.doctores ul.doctores.list li button.base-button:hover {
        background-color: #EE7734;
        border: none;
        padding: 8px 12px;
        background-image: url(../img/home/flecha-blanca.png);
        background-size: 14px 24px;
    }

        .profesionales.doctores ul.doctores.list li button.base-button:hover p {
            color: #fff;
        }

        .profesionales.doctores ul.doctores.list li h4 {
            color: #000;
            font-family: 'museo-sans';
            font-weight: 900;
            font-size: 24px;
            letter-spacing: 0.94px;
            margin-top: 0;
            line-height: 28px;
        }

        .profesionales.doctores ul.doctores.list li p {
            color: #737F85;
            font-size: 18px;
        }

#faqs .faq {
    border-bottom: 1px solid;
    color: #737f85;
}
#faqs dt, #faqs dd, #faqs .title, #faqs .desc {
    padding: 0px 0 10px;
}

#faqs dt, #faqs .title {
    font-size: 1.2em;
    font-weight: 700;
    color: #737f85;
    cursor: pointer;
    height: auto;
    line-height: 27px;
    margin: 15px 0px;
    padding: 5px 30px 5px 0px;
}

#faqs dd, #faqs .desc {
    font-size: 1.1em;
    color: #737f85;
    word-wrap: break-word;
}

    #faqs dd a, #faqs .desc a {
        color: #EE7734;
    }

#faqs dt, #faqs .title {
    background: url('../img/home/flecha-cerrada.png') no-repeat right
}

#faqs .expanded {
    background: url('../img/home/flecha-abierta.png') no-repeat right
}


    .slick-next:before {
    content: '';
   

}

.slick-next, .slick-next:hover, .slick-next:focus {
    background: transparent url('../img/home/flecha-next.png') center right no-repeat;
    z-index: 1;
}

    .slick-prev:before {
        content: '';
    }

.slick-prev, .slick-prev:hover, .slick-prev:focus {
    background: transparent  url('../img/home/flecha-prev.png') center left no-repeat;
    z-index: 1;
}

.container-plus {
   /* padding-left: 42px !important;
    padding-right: 42px !important;*/
}

.navbar-brand {
    padding-top: 32px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
}

.navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.navbar-nav {
    margin-top: 25px !important;
}

.comments-slider {

margin-top: 42px;
}


.carrousel_li {
    background: url(../img/home/carousel_li.jpg) left top no-repeat;
    min-height: 380px !important;
    min-width: 261px;
    padding: 30px;
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

    .carrousel_li .nombre {
    
        font-size: 22px;
    
    }

    .carrousel_li .titulo {
        color: #737F85;
        font-weight: 300;
    }

    .carrousel_li .desc {
        color: #737F85;
    }

.slick-slide {
    transform: scale(0.8);
}

.slick-center {
    transform: scale(1.0);
}

.carrousel_li img {
    width: 100px;
    margin: 10px auto 10px;
    border-radius: 50%;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}

/* MOBILE */
@media only screen and (max-width: 768px) {
    .container {
        width: auto;
    }

    .swiper-container {
        width: 100%;
        height: 350px;
        margin-top: 150px;
    }

    .navbar {
        border: 0px;
    }

    .navbar-toggle {
        border: 1px solid #737F85;
        border-radius: 0px;
        margin: 10px 0 0 0;
        padding-right: 3px;
        padding-left: 10px;
    }

        .navbar-toggle:hover {
            background-color: transparent;
            border-color: #fff;
        }

        .navbar-toggle .icon-bar {
            width: 22px;
            border-color: #fff;
            background-color: #fff;
            transition: all 0.2s;
        }

        .navbar-toggle .top-bar {
            transform: rotate(45deg);
            transform-origin: 10% 10%;
        }

        .navbar-toggle .middle-bar {
            opacity: 0;
        }

        .navbar-toggle .bottom-bar {
            transform: rotate(-45deg);
            transform-origin: 10% 90%;
        }

        .navbar-toggle.collapsed {
            padding: 10px 5px;
            border-color: transparent;
        }

            .navbar-toggle.collapsed .icon-bar {
                border-color: #737F85;
                background-color: #737F85;
                transition: all 0.2s;
            }

            .navbar-toggle.collapsed .top-bar {
                transform: rotate(0);
            }

            .navbar-toggle.collapsed .middle-bar {
                opacity: 1;
            }

            .navbar-toggle.collapsed .bottom-bar {
                transform: rotate(0);
            }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /**/ .navbar-nav {
        padding: 0 20px;
        margin-bottom: 0px;
        padding-bottom: 20px;
    }

    .dropdown-menu li {
        border: none;
        padding: 5px 15px 5px 30px;
    }

    .navbar-nav > li {
    }

        .navbar-nav > li.submenu {
            background: url(../img/home/ico-mas-mobile.png) 92% 20px no-repeat;
        }

            .navbar-nav > li.submenu.open {
                background: url(../img/home/ico-menos-mobile.png) 92% 20px no-repeat;
            }

        .navbar-nav > li > a {
            color: #fff;
            text-transform: none;
            font-family: museo-sans;
            font-weight: 700;
            font-size: 22px;
            line-height: 27px;
            margin: 10px 30px;
            border-bottom: 1px solid #fff;
            padding: 10px 0;
        }

            .navbar-nav > li > a:hover, .navbar-nav > li.active > a {
                color: #fff;
                padding: 10px 0;
                border-bottom: 1px solid #fff;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        border-bottom: 1px solid #fff;
        background-color: transparent;
    }



    .navbar-nav .open .dropdown-menu > li > a {
        font-size: 18px;
        line-height: 22px !important;
        color: #fff;
        padding: 5px 15px 5px 0px !important;
        text-transform: none;
        letter-spacing: 1px;
        font-weight: normal;
    }

    .navbar-header {
        padding: 0 35px;
        float: none;
        height: 60px;
    }

    .navbar-collapse {
        box-shadow: none;
    }

    .navbar-toggle {
        display: block;
        border: 1px solid #fff;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

        .navbar-nav > li {
            float: none;
        }

    .navbar-collapse.collapse.in {
        display: block !important;
       
    }

    .navbar-header .navbar-brand {
        padding: 0;
        margin: 0;
        float: none;
    }

    .top_header_mobile {
        height: 70px;
    }

        .top_header_mobile ul.social_icons {
            width: 100%;
            list-style: none;
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
            padding: 10px 0;
            background-color: #B8B8B8;
        }

            .top_header_mobile ul.social_icons li {
                display: inline;
                padding: 0 15px;
                line-height: 18px;
            }

                .top_header_mobile ul.social_icons li .geo {
                    background: transparent url(../img/home/ico-bt-ubicacion-hover.png) 0 0 no-repeat;
                    background-size: 20px 30px;
                    height: 30px;
                    width: 20px;
                    display: block;
                }

                .top_header_mobile ul.social_icons li .lupa {
                    background: transparent url(../img/home/ico-lupa-mobile.png) 0 0 no-repeat;
                    background-size: 26px 26px;
                    height: 26px;
                    width: 26px;
                    display: block;
                }

                .top_header_mobile ul.social_icons li .central {
                    background: transparent url(../img/home/ico-central-turno-mobile.png) 0 0 no-repeat;
                    background-size: 26px 29px;
                    height: 29px;
                    width: 26px;
                    display: block;
                }


                .top_header_mobile ul.social_icons li .sobre {
                    background: transparent url(../img/home/ico-sobre.png) 0 0 no-repeat;
                    background-size: 20px 15px;
                    height: 15px;
                    width: 20px;
                    display: block;
                }

    .swiper-slide .texto p {
        font-size: 17px;
        line-height: 23px;
    }

    .swiper-slide .texto h1 {
        font-size: 19px;
        line-height: 25px
    }

    .mt-30 {
        margin-top: 0px;
    }

    .mt-5 {
        margin-top: 5px;
    }

    button.base-button {
        margin: 0px auto 13px;
        height: auto;
        min-width: 100%;
    }

    div.border-ornage {
        margin: 10px auto 10px;
        border-radius: 0;
        background-color: white;
        border: 1px solid;
        border-color: #EE7734;
        padding: 8px 12px;
        height: 64px;
        min-width: 225px;
        background: none;
        background-size: 14px 25px;
        display: flex;
        align-items: center;
        justify-content: left;
    }

        div.border-ornage p {
            font-family: 'museo-sans';
            font-weight: 700;
            text-align: center;
            font-size: 18px;
            color: #EE7734;
            letter-spacing: 0;
            display: inline;
            padding: 0 10px;
            margin: 0;
        }

    .button-home {
        border-radius: 0;
        border: 1px solid;
        border-color: #EE7734;
        padding: 12px;
        margin: 0;
        height: auto;
        width: 100%;
        max-width: 100%;
        background: url(../img/home/flecha-blanca.png) 95% center no-repeat;
        display: flex;
        align-items: left;
    }

        .button-home p {
            text-align: left;
        }

            .button-home p span {
                display: block;
                font-family: 'museo-sans';
                color: #FFFFFF;
                letter-spacing: 0.47px;
                font-weight: 300;
                font-size: 15px;
            }

    button.base-button.yellow {
        padding: 10px;
        min-width: 150px;
    }

        button.base-button.yellow p {
            padding: 0;
        }


    .header-section {
        margin-top: 150px;
    }

    .content {
        padding: 20px 18px;
    }

        .content h3 {
            font-size: 20px;
            color: #FFFFFF;
            letter-spacing: 0;
            margin: 0;
            margin-bottom: 15px;
            font-weight: 900;
        }

    .container .main h1 {
        margin-top: 25px;
        font-size: 30px;
        color: #EE7734;
        letter-spacing: 0.94px;
        font-weight: 700;
    }

    .container .main p {
        font-size: 15px;
        color: #737F85;
        letter-spacing: 0.79px;
        line-height: 27px;
    }


    .section-grey p {
        font-size: 20px;
        margin: 20px 0;
    }

    .btn-pacientes {
        background-color: #EE7734;
    }


    .btn-profesionales {
        background-color: #737F85;
        border: none;
    }

    .texto-novedad {
        padding: 15px;
        height: auto;
        margin-bottom: 20px;
    }

        .texto-novedad .tipo-novedad {
            text-transform: uppercase;
        }

        .texto-novedad .contenido-novedad {
            max-height: 100%;
        }

    #modalConsultas .modal-dialog {
        width: inherit;
    }

    .subscripcion {
        width: 100%;
        height: auto;
    }

        .subscripcion h2 {
            font-size: 20px;
            color: #FFFFFF;
            letter-spacing: 0.67px;
            line-height: 49px;
        }

        .subscripcion form {
            padding-left: 0;
        }

    .app-download h3 {
        margin: 20px auto;
    }

    .contact-blue h4, .contact-blue h4 a {
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 1px;
    }

    .contact-map button.base-button {
        left: 0px;
        background: #36A9E0 url(../img/home/flecha-blanca.png) 75% center no-repeat;
    }

        .contact-map button.base-button p {
            font-size: 18px;
            padding: 0 0 0 65px;
            color: #FFFFFF;
            letter-spacing: 0;
            text-align: center;
        }

    .main.bg-orange h1 {
        color: #fff;
        text-align: left;
    }

    .sanatorio .main-orange {
        padding: 10px;
    }

        .sanatorio .main-orange h1 {
            text-align: left;
            margin-bottom: 10px;
            font-weight: 900;
        }

        .sanatorio .main-orange p {
            font-size: 15px;
            color: #FFFFFF;
            letter-spacing: 0.79px;
            line-height: 27px;
        }



    .sanatorio .btn-content {
        display: flex;
        flex-direction: column;
    }

        .sanatorio .btn-content button.base-button.yellow {
            padding: 20px 13px;
            margin: 0 0 10px 0;
        }

    .sanatorio .tour button.base-button {
        width: 357px;
    }

        .sanatorio .tour button.base-button.yellow p {
            padding: 0 10px;
        }

    .sanatorio.content.orange h3, .sanatorio.content.grey h3 {
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 22px;
    }

    .sanatorio.content.orange .btn-download .all-yellow, .sanatorio.content.grey .btn-download .all-orange {
        margin: 14px 0 0;
        min-width: 90%;
        padding: 8px 10px;
    }

    .sanatorio.content.light-grey h3 {
        text-align: center;
        font-size: 18px;
        color: #EE7734;
        letter-spacing: 0;
        font-weight: 700;
    }

    .sanatorio.content.light-grey .all-orange {
        padding: 8px 10px;
        margin: 16px auto;
    }

    .servicios-medicos.content.grey {
        padding: 20px;
    }

    .servicios-medicos .consultorio-externo .content {
        padding: 0;
    }

    .servicios-medicos .consultorio-externo h3 {
        color: #EE7734;
    }

    .servicios-medicos.laboratorio.content.orange, .servicios-medicos.emergencias.content.grey {
        padding: 20px 12px;
    }

    .servicios-medicos.content.orange h3, .servicios-medicos.content.grey h3 {
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 22px;
    }

    .servicios-medicos.content.orange .btn-download .all-yellow, .servicios-medicos.content.grey .btn-download .all-orange {
        margin: 14px 0 0;
        min-width: 90%;
        padding: 8px 10px;
    }

    .profesionales .content.grey.inscripcion h2 {
        margin-right: 0;
        font-size: 22px;
    }

    .profesionales .content.grey.inscripcion button.base-button {
        margin: 5px auto;
        padding: 10px;
    }

    .profesionales form.login input {
        width: 150px;
    }

    .profesionales .left-content.notes h2 {
        color: #EE7734;
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        margin: 8px;
    }

    .profesionales.residencia .paciente.content.orange h3 {
        font-size: 26px;
        font-weight: normal;
    }

    .profesionales.residencia .paciente.content.orange button.base-button {
        margin: 15px 0;
        padding: 10px;
        width: 100%;
    }

    .profesionales.residencia .paciente.content.orange {
        padding: 25px 20px 15px;
    }

    .profesionales.content.orange, .profesionales.content.grey {
        padding: 20px 12px;
    }

        .profesionales.content.orange h3, .profesionales.content.grey h3 {
            font-size: 18px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 22px;
        }

        .profesionales.content.orange .btn-download .all-yellow, .profesionales.content.grey .btn-download .all-orange {
            margin: 14px 0 0;
            min-width: 100%;
            padding: 8px 5px;
        }

    .profesionales.doctores form {
        padding-left: 0px;
    }

    .profesionales.doctores .with-back {
        padding: 10px;
    }

    .list-image div {
        background-color: #EE7734;
        height: 60px;
        border: 1px solid white;
    }

        .list-image div a {
            width: 100%;
            height: 100%;
            z-index: 100;
            text-transform: uppercase;
            margin: 0;
            position: absolute;
            bottom: 0px;
            left: 0px;
            opacity: 0.9;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            background-color: #EE7734;
        }

            .list-image div a span {
                color: #EDE6B5;
                font-family: museo-sans;
                font-size: 15px;
                font-weight: 900;
                line-height: 18px;
                text-align: center;
                text-transform: uppercase;
            }

    .contacto button.base-button.all-orange {
        min-width: 100%;
        padding: 10px 12px;
    }

    .paciente .resultados button.base-button, .paciente .horarios button.base-button, .paciente .preguntas button.base-button, .paciente .consulta button.base-button {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

        .paciente .resultados button.base-button.yellow p, .paciente .horarios button.base-button.yellow p, .paciente .preguntas button.base-button p , .paciente .consulta button.base-button p{
            padding: 5px 10px;
        }

    .paciente .section-grey {
        border: none;
    }

    .paciente.content.orange {
        padding: 20px 18px;
    }

        .paciente.content.orange h3 {
            font-weight: normal;
            font-size: 30px;
        }

        .paciente.content.orange button.base-button {
            margin: 0 10px 0 0;
            width: 82%;
            padding: 10px;
        }

    .paciente .section-grey button.base-button.all-orange {
        width: 100%;
        padding: 20px 0;
    }




    .header-notes {
        border: none;
        margin: 20px 0;
    }
}

@media only screen and (min-width:415px) and (max-width:768px) {
    .navbar-fixed-top.bg-orange {
        height: 100%;
    }
}

@media only screen and (min-width:300px) and (max-width:768px) {
    .slick-next {
    	right: -8px;
	}
	.slick-prev {
    	left: -8px;
	}
}


       .gsc-adBlock {
            display: none!important;
            height: 0!important;
        }

/*calendario*/
div.zabuto_calendar {
    margin: 0;
    padding: 0;
}

    div.zabuto_calendar .table {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        div.zabuto_calendar .table th,
        div.zabuto_calendar .table td {
            padding: 4px 2px;
            text-align: center;
        }

        /*div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
    background-color: #ffffff;
}*/

        div.zabuto_calendar .table tr.calendar-month-header td {
            background-color: #4f6671;
        }

            div.zabuto_calendar .table tr.calendar-month-header td span {
                cursor: pointer;
                display: inline-block;
                padding-bottom: 10px;
                color: #ede6b5;
                font-weight: bold;
            }

        div.zabuto_calendar .table tr.calendar-dow-header th {
            background-color: #d1cde8;
            color: #4f6671;
            height: 40px;
        }

        div.zabuto_calendar .table tr:last-child {
            border-bottom: 1px solid #dddddd;
        }

        div.zabuto_calendar .table tr.calendar-month-header td {
            padding-top: 12px;
            padding-bottom: 4px;
        }

    div.zabuto_calendar .table-bordered tr.calendar-month-header td {
        border-left: 0;
        border-right: 0;
    }

        div.zabuto_calendar .table-bordered tr.calendar-month-header td:first-child {
            border-left: 1px solid #dddddd;
        }

    div.zabuto_calendar div.calendar-month-navigation {
        cursor: pointer;
        margin: 0;
        padding: 0;
        padding-top: 5px;
    }

    div.zabuto_calendar tr.calendar-dow-header th,
    div.zabuto_calendar tr.calendar-dow td {
        width: 14%;
    }

    div.zabuto_calendar .table tr td div.day {
        margin: 0;
        padding-top: 7px;
        padding-bottom: 7px;
        color: #4f6671;
        background-color: transparent;
        border: solid 2px #ffffff;
    }

    /* actions and events */
    div.zabuto_calendar .table tr td.event div.day,
    div.zabuto_calendar ul.legend li.event {
        background-color: #ee7734;
        color: #ffffff
    }

    div.zabuto_calendar .table tr td.dow-clickable,
    div.zabuto_calendar .table tr td.event-clickable {
        cursor: pointer;
    }

    /* badge */
    div.zabuto_calendar .badge-today,
    div.zabuto_calendar div.legend span.badge-today {
        background-color: #4f6671;
        color: #ffffff;
        text-shadow: none;
    }

    div.zabuto_calendar .badge-event,
    div.zabuto_calendar div.legend span.badge-event {
        background-color: #ee7734;
        color: #ffffff;
        text-shadow: none;
    }

    div.zabuto_calendar .badge-event {
        font-size: 0.95em;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 4px;
    }

    /* legend */
    div.zabuto_calendar div.legend {
        margin-top: 5px;
        text-align: right;
    }

        div.zabuto_calendar div.legend span {
            color: #999999;
            font-size: 10px;
            font-weight: normal;
        }

            div.zabuto_calendar div.legend span.legend-text:after,
            div.zabuto_calendar div.legend span.legend-block:after,
            div.zabuto_calendar div.legend span.legend-list:after,
            div.zabuto_calendar div.legend span.legend-spacer:after {
                content: ' ';
            }

            div.zabuto_calendar div.legend span.legend-spacer {
                padding-left: 25px;
            }

    div.zabuto_calendar ul.legend > span {
        padding-left: 2px;
    }

    div.zabuto_calendar ul.legend {
        display: inline-block;
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        div.zabuto_calendar ul.legend li {
            display: inline-block;
            height: 11px;
            width: 11px;
            margin-left: 5px;
        }

        div.zabuto_calendar ul.legend
        div.zabuto_calendar ul.legend li:first-child {
            margin-left: 7px;
        }

        div.zabuto_calendar ul.legend li:last-child {
            margin-right: 5px;
        }

    div.zabuto_calendar div.legend span.badge {
        font-size: 0.9em;
        border-radius: 5px 5px 5px 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 3px;
    }

/* responsive */
@media (max-width: 979px) {
    div.zabuto_calendar .table th,
    div.zabuto_calendar .table td {
        padding: 2px 1px;
    }

.btn-pacientes p {
    margin-left: 4px!important;
 }
}


.chat-online{
	float: right;
	position: relative;

}

.chat-img{
	float: right;
	position: fixed;
	z-index: 100;
	bottom:5%;
	right: 10px;
	
}