/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/*
font-family: 'Catamaran', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Barlow', sans-serif;
*/

body {
    font-family: 'Catamaran', sans-serif !important;
    color: #888B8D !important;
}

a {
    color: inherit;
    text-decoration: none !important;
    transition: all ease 0.2s !important;
}

    a:link, a:visited {
        color: inherit
    }

.content-txt p {
    color: #888B8D !important;
}

/*11-12-2019 css acordeon asistencial y cientifica*/

.panel-heading {
    padding: 5px 20px;
    color: #00822d !important;
    background: #fff;
    border: 1px solid green;
    margin-bottom: 2px;
    cursor: pointer;
}

.panel-group {
    margin-left: 0px;
    margin-right: 0px;
}

    .panel-group p {
        font-size: 16px !important;
        color: #666 !important;
    }

.panel-body {
    color: #666;
    padding: 10px 20px;
    background: #eee;
    height: auto !important;
}

.tablaHT {
    width: 100%;
    background: #fff;
    margin: 10px auto;
    border-collapse: collapse;
}

    .tablaHT td {
        padding: 5px;
        border: 1px solid #098137;
        font-family: Dinweb, Arial, sans-serif;
    }

.panel-title a, .panel-title a:hover, .panel-body ul li a, .panel-body ul li a:hover, .panel-body p a, .panel-body p a:hover {
    color: #098137 !important;
    text-decoration: none !important;
    background: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.panel-body ul li {
    padding-bottom: 20px;
}

/*fin css acordeon*/

#top {
}

    #top .superior {
        font-size: 16px;
    }

        #top .superior .fono_buscar {
        }

            #top .superior .fono_buscar ul {
                margin: 0;
                padding: 0;
            }

                #top .superior .fono_buscar ul li {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    display: inline-block;
                }

                    #top .superior .fono_buscar ul li a {
                        color: #888B8D;
                        padding: 0 0 0 24px;
                        margin: 0 0 0 20px;
                        line-height: 98px;
                        display: block;
                    }

                        #top .superior .fono_buscar ul li a strong {
                            font-family: 'Roboto Condensed', sans-serif;
                            font-weight: 900
                        }

                        #top .superior .fono_buscar ul li a.rescate {
                            background: url(../images/ico_sirena.svg) left center no-repeat;
                        }

                        #top .superior .fono_buscar ul li a.mesa {
                            background: url(../images/ico_asistente.svg) left center no-repeat;
                        }

                        #top .superior .fono_buscar ul li a.agenda {
                            background: url(../images/ico_tele.svg) left center no-repeat;
                        }

                        #top .superior .fono_buscar ul li a.buscar {
                            border-left: solid 1px #CCCCCC;
                            border-right: solid 1px #CCCCCC;
                            padding: 0 20px
                        }

    #top .logo {
        padding: 20px 0 0 0;
    }

    #top .menu {
        background: #F2F2F2;
    }

        /*#top .menu .reserva { text-align: center; background: #F2A100; color:#fff; padding: 20px 20px; line-height: 20px;}*/

        #top .menu .reserva {
            text-align: center;
            background: #F2A100;
            color: #fff;
            padding: 0px;
            line-height: 20px;
            width: 200px;
            height: 60px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

        #top .menu .reserva-ul {
            position: absolute;
            z-index: 100;
            right: 0px;
            top: 60px;
            background-color: rgb(255, 255, 255);
            width: 200px;
            height: 120px;
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px;
            box-shadow: 0px 9px 9px -7px rgba(0, 0, 0, 0.75);
        }

            #top .menu .reserva-ul li {
                /*border-bottom: 1px solid #d7d7d7 !important;
    border-left: 1px solid #d7d7d7 !important;
    border-right: 1px solid #d7d7d7 !important;*/
                width: 100% !important;
            }

                #top .menu .reserva-ul li .fa-laptop-medical, #top .menu .reserva-ul li .fa-user-friends, .reserva-ul-movil .fa-laptop-medical, .reserva-ul-movil .fa-user-friends {
                    color: #F2A100;
                }

.reserva-movil {
    height: 50px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.reserva-ul-movil {
    list-style: none !important;
    padding-inline-start: 0;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    right: 0;
    width: 100%;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0px 9px 9px -7px rgba(0, 0, 0, 0.1);
}

#top .menu .reserva:hover {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background: #f3bc4e;
}

#top .menu .reserva strong {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

#top .menu .reserva span {
    line-height: 10px;
}

#top .menu ul {
    margin: 0;
    padding: 0;
    height: 60px;
}

    #top .menu ul li {
        margin: 0;
        padding: 0px 0px 0px 0px !important;
        list-style: none;
        float: left;
        position: relative;
        height: 60px;
    }

        /*#top .menu ul li a { display: block; line-height: 60px; padding: 0 20px;}*/

        #top .menu ul li a {
            display: block;
            line-height: 60px;
            padding: 0 15px;
        }

            /*#top .menu ul li a:last-child { padding: 0 23px 0 24px}*/

            #top .menu ul li a:last-child {
                padding: 0 15px
            }

        #top .menu ul li:hover, #top .menu ul li.active {
            background: #fff;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        }

            #top .menu ul li:hover ul {
                display: block;
            }

        #top .menu ul li ul {
            display: none;
            position: absolute;
            left: 0;
            top: 60px;
            z-index: 100;
            width: 193px;
            background: #fff;
            height: auto;
            padding: 10px 10px 10px 0px;
            box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
        }

            #top .menu ul li ul li {
                float: none;
                line-height: 28px;
                font-size: 14px;
                height: auto;
                padding: 0px 10px 0px 20px !important;
            }

                #top .menu ul li ul li a {
                    line-height: 28px;
                    border-bottom: solid 1px #fff;
                }

                    #top .menu ul li ul li a:last-child {
                        padding: 0;
                    }

                #top .menu ul li ul li:hover {
                    background: none;
                    box-shadow: none;
                }

                    #top .menu ul li ul li:hover span {
                        border-bottom: solid 1px #F2A100;
                    }

/*Menu*/

.menu-link-ht {
    padding: 0 93px;
    line-height: 50px;
    margin: 0 13px;
    text-transform: uppercase;
}

#top .menu ul li ul li ul {
    display: block;
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 0;
    box-shadow: none;
}

#top .menu ul li:nth-child(4) ul {
    min-width: 200px;
}

#top .menu ul li:nth-child(5) ul {
    min-width: auto;
    padding: 0px 0px;
    width: 727px;
    margin: 0px 0 0 -289px;
    list-style: none;
}

#top .menu ul li:nth-child(5):hover ul {
    display: flex !important;
}

#top .menu ul li:nth-child(5) ul li {
    padding: 0px 20px !important;
    margin: 0;
    float: left;
    border-right: solid 1px #ccc
}

#top .menu ul li:nth-child(5) ul {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}

    #top .menu ul li:nth-child(5) ul li:last-child {
        border-right: none;
    }

    #top .menu ul li:nth-child(5) ul li a {
        padding: 0;
        margin: 0;
        line-height: 25px
    }

        #top .menu ul li:nth-child(5) ul li a span {
            border-bottom: none;
        }

    #top .menu ul li:nth-child(5) ul li ul {
        position: inherit;
        left: 0;
        margin: 0px 0 0 0;
        padding: 0px 0px 1px 0px !important;
        ;
        width: inherit;
        width: 100%;
        display: inherit !important;
    }

#top .menu ul li:nth-child(5):hover ul li ul {
    display: inherit !important;
}

#top .menu ul li:nth-child(5) ul li ul li {
    float: none;
    width: inherit;
    width: 100%;
    padding: 0px 0px 0px 0px !important;
    margin: 0;
    border-right: none;
}

    #top .menu ul li:nth-child(5) ul li ul li a span {
        padding: 0;
        border-bottom: none
    }

    #top .menu ul li:nth-child(5) ul li ul li a:hover span {
        padding: 0;
        /*border-bottom: solid 1px #F2A100;*/
    }

    #top .menu ul li:nth-child(5) ul li ul li a span strong {
        color: #F2A100;
    }

    #top .menu ul li:nth-child(5) ul li ul li ul {
        margin: 10px 0 15px;
    }

        #top .menu ul li:nth-child(5) ul li ul li ul:last-child {
            margin: 0px 0px 0px 0px;
            padding-inline-start: 0px;
        }

        #top .menu ul li:nth-child(5) ul li ul li ul li a span {
            border-bottom: none;
        }

        #top .menu ul li:nth-child(5) ul li ul li ul li a:hover span {
            border-bottom: solid 1px #F2A100;
        }

#top .menu ul li:nth-child(6) ul {
    min-width: auto;
    padding: 15px 0px 10px 0px;
    width: 360px;
    margin: 0 0 0 -109px;
    list-style: none;
}

#top .menu ul li:nth-child(6):hover ul {
    display: flex !important;
}

#top .menu ul li:nth-child(6) ul li {
    padding: 0 14px;
    margin: 0;
    float: left;
    border-right: solid 1px #ccc
}

    #top .menu ul li:nth-child(6) ul li:last-child {
        border-right: none;
    }

    #top .menu ul li:nth-child(6) ul li a {
        padding: 0;
        margin: 0;
        line-height: 25px
    }

        #top .menu ul li:nth-child(6) ul li a span {
            border-bottom: none;
        }

    #top .menu ul li:nth-child(6) ul li ul {
        position: inherit;
        left: 0;
        margin: 0px !important;
        padding: 0;
        width: inherit;
        width: 100%;
        display: inherit !important;
    }

#top .menu ul li:nth-child(6):hover ul li ul {
    display: inherit !important;
}

#top .menu ul li:nth-child(6) ul li ul li {
    float: none;
    width: inherit;
    width: 100%;
    padding-left: 0px !important;
    margin: 0;
    border-right: none;
}

    #top .menu ul li:nth-child(6) ul li ul li a span {
        padding: 0;
        border-bottom: none
    }

    #top .menu ul li:nth-child(6) ul li ul li a:hover span {
        padding: 0;
        /*border-bottom: solid 1px #F2A100;*/
    }

    #top .menu ul li:nth-child(6) ul li ul li a span strong {
        color: #F2A100;
    }

    #top .menu ul li:nth-child(6) ul li ul li ul {
        margin: 10px 0 15px;
    }

        #top .menu ul li:nth-child(6) ul li ul li ul:last-child {
            margin: 10px 0 0 0
        }

        #top .menu ul li:nth-child(6) ul li ul li ul li a span {
            border-bottom: none;
        }

        #top .menu ul li:nth-child(6) ul li ul li ul li a:hover span {
            border-bottom: solid 1px #F2A100;
        }

#top .menu ul li:nth-child(7) ul {
    min-width: auto;
    width: 205px;
    padding-right: 5px;
}

/*Ancho de desplegado en menú escritorio 23/07/2020*/

#top .menu ul li:nth-child(2) ul {
    min-width: 200px;
}

#top .menu ul li:nth-child(4) ul {
    min-width: auto !important;
    width: 200px;
}

    #top .menu ul li:nth-child(4) ul li {
        padding-right: 0px !important;
    }

#top .menu ul li:nth-child(5) ul {
    min-width: auto;
    width: 675px;
    margin: 0 0 0 -303px
}

#top .menu ul li:nth-child(6) ul {
    min-width: auto;
}

#top .menu ul li:nth-child(7) ul li a:hover {
    background: transparent;
}

/*FIN Ancho de desplegado en menú escritorio*/

#carrusel_home {
    padding: 0 0 20px
}

    #carrusel_home .carousel-caption {
        bottom: inherit;
        top: 80px;
        right: inherit;
        text-align: left;
        left: 90px;
    }

    #carrusel_home .carousel-item {
    }

        #carrusel_home .carousel-item h2 {
            font-size: 42px;
            color: #6D7278
        }

            #carrusel_home .carousel-item h2 span {
                font-weight: 700;
                color: #F2A100
            }

        #carrusel_home .carousel-item p {
            font-size: 20px;
            color: #6D7278;
        }

        #carrusel_home .carousel-item .btn {
            font-size: 16px;
            color: #fff;
            background: #F2A100;
            width: 107px;
            border-radius: 20px;
            line-height: 38px;
            padding: 0;
            font-weight: 700;
        }

    #carrusel_home .carousel-control-next, #carrusel_home .carousel-control-prev {
        width: 10%;
    }

    #carrusel_home .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    #carrusel_home .carousel-control-prev-icon {
        background-image: url(../images/arrow_left.svg)
    }

    #carrusel_home .carousel-control-next-icon {
        background-image: url(../images/arrow_right.svg)
    }

    #carrusel_home .carousel-control-next-icon, #carrusel_home .carousel-control-prev-icon {
        width: 17px;
        height: 32px;
    }

#especializamos {
    padding: 20px 0;
    max-width: 890px;
    margin: 0 auto;
}

    #especializamos h2 {
        font-size: 24px;
        margin: 0 0 30px;
        line-height: 39px;
        font-weight: 400;
    }

    #especializamos .col-md-3 {
        padding: 0 3px
    }

    #especializamos .mod_esp {
    }

        #especializamos .mod_esp .img {
            position: relative;
        }

.img-esp {
    width: 100% !important;
}

#especializamos .mod_esp .img:hover {
    filter: brightness(80%);
}

#especializamos .mod_esp .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 101, 47, 0.60);
    color: #fff;
    padding: 10px;
    line-height: 21px;
    font-size: 17px;
}

    #especializamos .mod_esp .txt a {
        color: #fff;
    }

        #especializamos .mod_esp .txt a:hover {
            opacity: 0.7
        }

#conocenos {
    padding: 20px 0 70px;
    margin: 0 auto;
    text-align: center
}

    #conocenos h2 {
        font-size: 24px;
        margin: 0 0 30px;
        line-height: 39px;
        font-weight: 400;
    }

    #conocenos h4 {
        background: url(../images/linea_h4_conocenos.svg) center bottom no-repeat;
        line-height: 25px;
        font-size: 15px;
        color: #6D7278;
        padding: 0 0 10px;
        margin: 0 0 10px;
    }

    #conocenos p {
        font-size: 14px;
        color: #979797;
        line-height: 22px;
        padding: 0 0 20px;
        margin: 0;
    }

    #conocenos .btn {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        line-height: 15px;
        background: #00B2A9;
        border: solid 1px #00B2A9;
        padding: 10px 20px;
    }

        #conocenos .btn:hover {
            opacity: 0.7
        }

    #conocenos .col-md-2 {
        margin: 0 0 60px
    }

    #conocenos .img {
        text-align: center;
        width: 100%;
        min-height: 51px;
        margin: 0 0 15px
    }

    #conocenos .col-md-2:first-child .img {
        padding: 10px 0 0 0
    }

    #conocenos .col-auto {
        position: relative;
        width: 20%;
        padding-right: 15px;
        padding-left: 15px;
        float: left
    }

#indicadores {
    background: url(../images/bg_indicadores.jpg) center center no-repeat;
    background-size: cover;
    padding: 70px 0;
    margin: 0 0 20px
}

    #indicadores .col-md-3 {
        border-right: solid 1px #ccc;
        text-align: center;
        color: #6D7278;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 15px
    }

        #indicadores .col-md-3:last-child {
            border-right: none;
        }

        #indicadores .col-md-3 span {
            display: inline-block;
            font-size: 27px;
            line-height: 22px;
        }

    #indicadores .top {
        color: #F2A100;
        font-size: 51px;
        line-height: 48px;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: lowercase;
        padding: 0 0 10px
    }

#informate {
    padding: 20px 0 0;
}

    #informate h2 {
        font-size: 24px;
        margin: 0 0 30px;
        line-height: 39px;
        font-weight: 400;
    }

    #informate #carr_cont {
        padding: 0 0 45px;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 222px, rgba(242, 242, 242, 1) 222px, rgba(242, 242, 242, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(222px, rgba(255, 255, 255, 1)), color-stop(222px, rgba(242, 242, 242, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 222px, rgba(242, 242, 242, 1) 222px, rgba(242, 242, 242, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 222px, rgba(242, 242, 242, 1) 222px, rgba(242, 242, 242, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 222px, rgba(242, 242, 242, 1) 222px, rgba(242, 242, 242, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 222px, rgba(242, 242, 242, 1) 222px, rgba(242, 242, 242, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    }

        #informate #carr_cont .txt {
            background: #fff;
            padding: 28px 34px;
        }

            #informate #carr_cont .txt h4 {
                font-size: 12px;
                font-weight: 500;
                text-transform: uppercase;
                letter-spacing: 2px;
                margin: 0 0 30px
            }

            #informate #carr_cont .txt h2 {
                font-size: large;
                color: #6D7278;
                line-height: 30px;
                height: 90px;
                font-weight: 500;
            }

            #informate #carr_cont .txt h5 {
                font-size: 12px;
                font-weight: 400;
                text-transform: uppercase;
                background: url(../images/linea_h4_conocenos.svg) left bottom no-repeat;
                padding: 0 0 30px;
                margin: 0 0 30px
            }

            #informate #carr_cont .txt .btn {
                font-size: 16px;
                color: #fff;
                font-weight: 700;
                line-height: 15px;
                background: #00B2A9;
                border: solid 1px #00B2A9;
                padding: 10px 20px;
            }

                #informate #carr_cont .txt .btn:hover {
                    opacity: 0.7;
                }

#carr_informate {
}

    #carr_informate.owl-theme .owl-dots .owl-dot.active span, #carr_informate.owl-theme .owl-dots .owl-dot:hover span {
        background: #888B8D;
    }

    #carr_informate.owl-theme .owl-nav.disabled + .owl-dots {
        margin: 40px 0 0 0
    }

#informate .container {
    position: relative
}

.ver-mas {
    display: flex;
    justify-content: flex-end;
}

#informate .container .btn_ver {
    position: relative;
    top: 20px;
    /*bottom: 10px;*/
    /*right: 20px;*/
    color: #00B2A9;
    font-size: 17px;
    text-decoration: underline !important;
    line-height: 20px;
    z-index: 2;
}

    #informate .container .btn_ver span {
        background: url(../images/arrow_ver_mas.svg) center right no-repeat;
        padding: 0 20px 0 0;
    }

    #informate .container .btn_ver:hover {
        opacity: 0.7;
    }

#main-ht .sin-padding {
    padding: 0px;
}

#main-ht .odontologia {
    background-image: url('../images/header-odontologia.jpg');
    height: 140px /*height: 200px*/
    ;
    background-size: cover;
    background-color: #ffffff;
}

#main-ht .container {
    position: relative
}

    #main-ht .container .bread {
        font-size: 12px;
        color: #ffffff;
        padding-top: 20px;
    }

    #main-ht .container .titulo {
        font-size: 40px;
        color: #ffffff;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

#main-ht .fnd_blnk {
    background-color: #ffffff;
    display: block;
    /*margin-top: -50px;*/
    margin-top: 0;
}

    #main-ht .fnd_blnk .intro {
        color: #6E6E6E;
        font-size: 20px;
        text-align: left;
        font-weight: bold;
        padding: 20px;
    }

    #main-ht .fnd_blnk .padding-top {
        padding-top: 40px;
    }

    #main-ht .fnd_blnk .intro {
        color: #6E6E6E;
        font-size: 16px;
        text-align: left;
    }

        #main-ht .fnd_blnk .intro span {
            font-weight: normal;
        }

    #main-ht .fnd_blnk .dropdown {
        padding-bottom: 20px;
        margin-top: 11px;
    }

        #main-ht .fnd_blnk .dropdown .drop {
            color: #6E6E6E;
            background-color: #F2F2F2;
            border-color: #CCCCCC;
        }

    #main-ht .fnd_blnk .banner-inf {
        background-image: url(../images/banner-inf.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 30px;
        margin-top: 30px;
        background-position: top center;
        width: 100%;
        text-align: left;
    }

        #main-ht .fnd_blnk .banner-inf p {
            color: #ffffff !important;
            font-size: 18px;
            padding-top: 20px;
            display: inline-block;
        }

    #main-ht .fnd_blnk p {
        color: #ffffff;
        font-size: 18px;
        padding-top: 20px;
        display: inline-block;
    }

    #main-ht .fnd_blnk a {
        color: #ffffff;
        background-color: #F2A100;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 20px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 14px;
    }

a.page-link.page-link-ht {
    margin-right: 0px !important;
}

#main-ht .fnd_blnk .row .inline-50 {
    width: 49%;
    display: inline-block;
    padding: 5px !important
}

    #main-ht .fnd_blnk .row .inline-50 img {
        vertical-align: baseline;
    }

#main-ht .fnd_blnk .row .detalle h2 a {
    color: #6D7278 !important;
    font-size: 18px !important;
    text-align: left !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important
}

#main-ht .fnd_blnk .row .detalle .linea {
    background-color: #00B2A9;
    height: 1px;
    width: 80px;
}

#main-ht .fnd_blnk .row .detalle span {
    color: #888B8D;
    font-size: 12px;
    text-align: left;
}

#main-ht .fnd_blnk .row .widget {
    padding-top: 10px;
}

    #main-ht .fnd_blnk .row .widget .banner-cuadrado {
        background-image: url('../images/banner-cuadrado.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-size: contain;
        height: 200px;
        color: white;
        padding-left: 10px;
        padding-top: 40px;
        font-size: 20px;
    }

.intro-bg {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}

.intro-title h2 {
    font-size: 19px;
    margin: 10px 0 0;
    font-weight: 600;
}

.imagen-head img {
    width: 100%;
    margin: 0 0 10px;
    height: 233px;
}

.ms-rtestate-field img {
    height: auto;
}

.list-categorias ul {
    padding: 0;
    list-style: none;
}

    .list-categorias ul li {
        margin-left: 17px;
        font-size: 14px;
    }

.numcat {
    margin-right: 20px;
}

.list-categorias hr {
    margin: 5px;
}

#box-info-list a.btn-mas {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 15px;
    background: #00B2A9;
    border: solid 1px #00B2A9;
    border-radius: 50p x;
    margin-left: 0;
}

#box-info-list h1 {
    font-size: 20px;
}

.tag {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.date {
    font-size: 12px;
    letter-spacing: 2px;
    margin: 20px 0;
    display: block;
}

.line {
    display: block;
    width: 87px;
    height: 2px;
    background: #00B2A9;
    margin: 19px 0;
}

#paginador .page-item .page-link-ht {
    background-color: transparent !important;
    border: none !important;
    color: #4a4a4a !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    padding: 11px 18px !important;
    margin: 0 !important;
}

#paginador .active .page-link-ht {
    background-color: #00B2A9 !important;
    border: none !important;
    color: #ffffff !important;
}

#paginador .page-item .page-ht-l {
    background-color: transparent !important;
    border: none !important;
    color: #4a4a4a !important;
    border-radius: 50% !important;
    height: 40px !important;
    padding: 11px 18px !important;
    margin: 0 10px !important;
}

#footer {
}

    #footer .top {
        background: #007A33;
        padding: 25px 0;
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        font-family: 'Barlow', sans-serif;
    }

        #footer .top .col-sm-6 {
            padding: 0;
        }

        #footer .top ul {
            margin: 0;
            padding: 0;
            color: #fff !important;
        }

        #footer .top li {
            padding: 0;
            list-style: none;
            line-height: 25px;
        }

            #footer .top li a {
                color: #fff;
                font-size: 12px;
                font-weight: 400;
                opacity: 1;
            }

                #footer .top li a:hover {
                    opacity: 0.8;
                }

    #footer .medio {
        padding: 25px 0 0 0;
        text-align: center
    }

    #footer .nuestra ul.redes {
        padding: 10px 0 0 0
    }

        #footer .nuestra ul.redes li {
            display: inline-block;
            padding: 0 2px 5px 0
        }

            #footer .nuestra ul.redes li a {
                display: block;
                height: 20px;
                background-size: cover;
                width: 20px;
            }

                #footer .nuestra ul.redes li a.r1 {
                    background: url(../images/facebook.svg) left center no-repeat;
                }

                #footer .nuestra ul.redes li a.r2 {
                    background: url(../images/linkedin.svg) left center no-repeat;
                }

                #footer .nuestra ul.redes li a.r3 {
                    background: url(../images/twitter.svg) left center no-repeat;
                }

                #footer .nuestra ul.redes li a.r4 {
                    background: url(../images/youtube.svg) left center no-repeat;
                    width: 23px;
                }

    #footer .fono_buscar {
        text-align: center;
        font-size: 12px;
    }

        #footer .fono_buscar ul {
        }

            #footer .fono_buscar ul li {
                display: inline-block;
            }

                #footer .fono_buscar ul li a {
                    padding: 0 20px;
                }

                    #footer .fono_buscar ul li a.fono {
                        background: url(../images/ico_fono.svg) left center no-repeat
                    }

                    #footer .fono_buscar ul li a.dire {
                        background: url(../images/ico_lugar.svg) left center no-repeat;
                    }

    #footer .bajo {
        text-align: center;
    }

        #footer .bajo .container {
            border-top: solid 1px #ccc;
            padding: 20px 15px
        }

        #footer .bajo ul {
            margin: 0;
            padding: 0;
        }

            #footer .bajo ul li {
                padding: 0;
                margin: 0 30px;
                list-style: none;
                display: inline-block
            }

                #footer .bajo ul li img {
                    vertical-align: middle;
                }

                #footer .bajo ul li span {
                    display: inline-block;
                    text-align: left;
                    padding: 0 0 0 20px;
                    vertical-align: middle;
                }

iframe.reserva {
    width: 100%;
    margin: 0 auto;
    display: inherit;
}

/*preloader*/

.box-spinner {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
top: 0;
    left: 0;
}

.spinner {
    width: 20%;
    height: 10%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

    .spinner > div {
        width: 40px;
        height: 40px;
        background-color: #CCDED8;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.mod_noticia {
    padding: 0 0 20px;
}

    .mod_noticia .img {
        padding: 0 15px 0 0;
        height: 200px;
        overflow: hidden;
    }

    .mod_noticia .tags {
        padding: 10px 0;
    }

    .mod_noticia .text p {
        font-size: 14px !IMPORTANT;
        color: #000 !IMPORTANT;
    }

/* Nuevos Ceci*/

.img-carr-info {
    height: 220px;
    overflow: hidden;
}

    .img-carr-info img {
        margin-top: -10%;
    }

/* cambios 18/11/2019 */

#top .menu ul li ul a:hover {
    color: inherit
}

div.dropdown-menu.drop-ht.show {
    border: 0px;
    background-color: transparent !important;
}

    div.dropdown-menu.drop-ht.show ul {
        list-style-type: none;
        padding-inline-start: 0px;
    }

/*span.carousel-control-prev-icon{
    width: 34px;
    height: 64px;
}*/

.txt {
    height: 30%;
}

#top .logo a img {
    width: 20%;
}

#carrusel_home .carousel-caption h2 span {
    font-weight: bold;
}

@media(max-width:575px) {
    .logo.d-sm-bloc {
        display: none;
    }
}

/* 27-11-2019 */

#box-info-list a.btn-mas {
    border-radius: 4px;
}

div.line {
    width: 43px;
}

#box-info-list h1 {
    font-weight: bold;
}

select {
    border: solid 1.5px #ccc;
    background: #f2f2f2;
    color: #495057;
    padding: 5px;
}

@media (max-width: 575.98px) {
    #main-ht .fnd_blnk a {
        /*background-color:#00B2A9 !important*/
    }

    div.line {
        display: none;
    }

    .imagen-head img {
        height: 250px;
    }

    hr {
        display: none;
    }
    /*div.col-sm-12{
    padding-right: 0px;
    padding-left: 0px;
   }*/
    #box-info-list {
        padding: 40px 30px;
        background: #F2F2F2;
    }
}

@media(max-width:991px) {
    .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
        }
    /* rotate caret on hover */
    li.nav-item.dropdown > a#navbarDropdown.nav-link.dropdown-toggle.collapsed:after, li.dropdown-submenu.sub-nivel > a.dropdown-item.dropdown-toggle.collapsed:after {
        text-decoration: underline;
        transform: rotate(-45deg);
    }

    div.form-inline.new-form.my-2 {
        flex-direction: row-reverse;
    }

    .bg-light {
        background-color: #f2f2f2 !important;
    }

    ul.dropdown-menu.show, ul.dropdown-menu {
        padding: .5rem 2rem;
        color: #888b8d;
        list-style: disc;
        background-color: inherit;
        border: inherit;
    }

    li.sub-nivel {
        list-style: none;
    }

    input.new-nav {
        background-color: inherit;
        border: inherit;
        width: 80%;
        margin: 0 0 0 10px;
    }

    div.form-inline.new-form {
        justify-content: flex-end;
    }
    /*.btn {
            background-image: url(vectorpaint.png);
            background-repeat: no-repeat;
            padding: 0.7rem .75rem;
        }*/
    .btn-outline-success {
        color: inherit;
        border-color: transparent;
    }

    button.new-btn {
        background-image: url("/Style Library/nuevoHT/images/ico_buscar_amarillo.png");
        background-repeat: no-repeat;
        padding: 0.7rem .75rem;
    }

        button.new-btn.btn-outline-success {
            color: inherit;
            border-color: transparent;
        }

    nav.new-navbar {
        display: flex !important;
        background-color: #F2F2F2;
    }

    div#top.top {
        display: none;
    }
    /*30-12-2019*/
    .dropdown-item:active {
        background-color: transparent !important;
    }

    .dropdown-item:hover {
        background-color: transparent !important;
    }

    ul.collapse, ul.collapsing {
        list-style-type: disc;
        color: rgba(0, 0, 0, .5) !important;
    }

    .navbar-light .navbar-nav .nav-link, li.sub-nivel, .dropdown-item {
        color: rgba(0, 0, 0, .5) !important;
    }
    /*hamburguesa <span class="navbar-toggler-icon"></span>*/
    .navbar-light .navbar-toggler-icon {
        background-image: none !important;
    }

    .navbar-toggler-icon {
        display: contents !important;
    }

    .bar1, .bar2, .bar3 {
        width: 30px;
        height: 2px;
        background-color: #888b8d;
        margin: 9px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    .dropdown-toggle::after {
        content: "" !important;
        display: inline-block !important;
        width: 0.6em !important;
        height: 0.6em !important;
        margin: -.3em 0 0 .4em !important;
        vertical-align: middle !important;
        border: .3em solid !important;
        border-width: 0 .10em .10em 0 !important;
        transform: rotate(45deg);
    }

    nav.new-navbar .navbar-collapse ul li a.nav-link.dropdown-toggle::after {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    nav.new-navbar .navbar-collapse ul li ul li .dropdown-toggle::after {
        position: absolute;
        left: -5px;
        top: 12px;
    }
}

/*28/11/19 paginador*/

a.page-link.page-link-ht {
    background-color: #00b2a9;
    border: #00B2A9;
    border-radius: 50px !important;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: initial !important;
}

/*li.page-item{
    display:none;
}*/

li.page-item.active {
    display: block;
}

ul.pagination {
    justify-content: center;
    flex-flow: wrap;
}

.new-content-paginator {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    justify-content: space-around;
    top: 97%;
    z-index: 0;
}

.btn-anterior, .btn-siguiente {
    background-color: transparent;
    border-style: none;
    color: gray;
    font-weight: 500;
    display: block;
}

.btn-anterior {
    /*width: 15%;
    text-align: initial;
    position: absolute;
    top: 97%;
    right: 60%;*/
}

.btn-siguiente {
    padding-left: 26px;
    /*width: 15%;
    text-align: initial;
    position: absolute;
    top: 97%;
    left: 66%;*/
}

@media(max-width:575px) {
    .btn-siguiente {
        padding-left: 6px;
    }
}

#main-ht .fnd_blnk .row .detalle .linea {
    width: 25%;
}

.dropdown-divider.line-new {
    margin: .5rem 1rem;
    border-top: 5px solid #e9ecef;
    width: 60%;
}

/*04/12/19 masterpage columnuno*/

select#cat {
    margin-bottom: 30px;
}

.statecontent {
    border: none !important;
}

/*05-12-19 carusel indicadores redondos*/

.carousel-indicators li {
    border-radius: 15px !important;
    width: 10px !important;
    height: 10px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.carousel-control-prev-icon.new, .carousel-control-next-icon.new, .carousel-indicators.new {
    filter: invert(60%);
}

.carousel-control-prev-icon.new {
    background-image: url("/Style Library/nuevoHT/images/path.png");
    height: 30px;
    width: 15px;
}

.carousel-control-next-icon.new {
    background-image: url("/Style Library/nuevoHT/images/path_2.png");
    height: 30px;
    width: 15px;
}

.carousel-indicators.new {
    bottom: -60px;
}

/*10-12-2019*/

.owl-carousel button.owl-dot.active {
    background: #797171
}

.owl-dots {
    display: flex;
    justify-content: center;
}

@media(max-width:575px) {
    .owl-dots {
        display: none;
    }
}

/*banner 11-12-2019*/

@media(max-width:575px) {
    .row.padding-top .col-sm-12.col-md-8 {
        padding-right: 0;
        padding-left: 0;
    }

    .tablaHT {
        font-size: 10px;
    }

    #informate .container .btn_ver {
        bottom: -30px;
    }

    .new-content-paginator {
        top: 98%;
    }

    .pagination {
        margin-top: 20px;
    }
}

.carousel-indicators {
    bottom: 5% !important;
}

@media(max-width:575px) {
    .carousel-control-prev, .carousel-control-next {
        bottom: 50% !important;
    }

    :focus {
        outline: none !important;
    }
}

/*10-11-2020*/

.ficha-vacunatorio {
    background: #FFFFFF;
    box-shadow: 4px 4px 30px rgba(0, 43, 41, 0.15);
    border-radius: 10px;
    padding: 23px;
    /* width: 332px; */
    width: 100%;
    height: 218px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    margin-bottom: 20px;
}

    .ficha-vacunatorio div {
        display: flex;
        align-items: center;
    }

    .ficha-vacunatorio h3 {
        color: #373737;
        font-size: 20px;
        margin-bottom: 0px;
        margin-left: 35px
    }

    .ficha-vacunatorio p {
        font-size: 14px !important;
        line-height: 1.3;
        margin-top: 15px;
        text-align: left !important;
    }

    .ficha-vacunatorio ul li {
        font-size: 14px !important;
    }

    .ficha-vacunatorio img {
        height: 50px;
        width: auto;
    }

    .ficha-vacunatorio a {
        color: #888b8d !important;
        background-color: transparent !important;
        display: inline-block !important;
        padding: 0 !important;
        border-radius: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: initial !important;
    }

        .ficha-vacunatorio a:hover {
            filter: opacity(.7);
        }

@media(max-width: 991px) {
    .ficha-vacunatorio {
        width: 332px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 375px) {
    .ficha-vacunatorio {
        width: 100%;
        height: 85%;
    }
}
