/*----------- CSS by BMestudio 2016 -----------*/


/*-----------start KEYFRAMES-----------*/


/*start RESET*/

@-webkit-keyframes reset {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes reset {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes reset {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes reset {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/*end RESET*/


/*start STICK*/

@-webkit-keyframes stick {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes stick {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

@-o-keyframes stick {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

@keyframes stick {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}


/*end STICK*/


/*start FADE IN*/

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*end FADE IN*/


/*-----------end KEYFRAMES-----------*/


/* Selección de texto */

::selection {
    background: #b21f54;
    color: #fff;
}


/* Firefox */

::-moz-selection {
    background: #b21f54;
    color: #fff;
}


/* end Selección de texto/*-----------start GLOBALS-----------*/

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smooth: antialiased !important;
    -webkit-text-size-adjust: none;
    font-smooth: always !important;
    -webkit-font-smooth: always !important;
    -moz-font-smooth: always !important;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin-top: 220px;
    font-size: 14px;
    -webkit-animation: reset, fade-in 2s 1 ease;
    -moz-animation: reset, fade-in 2s 1 ease;
    background: #fdfdfd;
    color: #808285;
    outline: none;
    -webkit-animation: reset, fade-in 2s 1 ease;
    -moz-animation: reset, fade-in 2s 1 ease;
    animation: reset, fade-in 2s 1 ease;
    -o-animation: reset, fade-in 2s 1 ease;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    /*letter-spacing: 2px;    */
}

* {
    outline: none
}

a {
    color: #414042;
    font-weight: 500;
    text-decoration: none;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

a:hover,
a:active,
a.active,
a:focus {
    color: #b21f54;
    text-decoration: none;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

p {
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

strong {
    font-weight: 700;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0px;
    padding: 0px;
}

h1,
.h1 {
    font-size: 5.7em;
    font-weight: 800;
    line-height: 70px;
    color: #fff;
}

h2,
.h2 {
    font-size: 2.7em;
    font-weight: 700;
    line-height: 22px;
    color: #414042;
}

h3,
.h3 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 26px;
    color: #414042;
}

h4,
.h4 {
    font-size: 1.4em;
    font-weight: 800;
    line-height: 1.2em;
    color: #414042;
}

h5,
.h5 {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 24px;
    color: #414042;
}

h6,
.h6 {
    font-size: 0.9em;
    font-weight: 700;
    line-height: 19px;
    color: #414042;
}

input,
textarea {
    border: 1px solid rgba(146, 145, 145, 0.4)!important;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

textarea {
    padding-bottom: 60px;
    resize: none;
}

input:focus,
textarea:focus {
    border: 1px solid #b21f54!important;
}


/* Navbar Toggle Icon Bar*/

.navbar-toggle .icon-bar {
    background-color: #b21f54;
}


/* end Navbar Toggle Icon Bar*/


/*start BXSLIDER*/

.bx-wrapper {
    margin: 0 auto;
}

.bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
    left: 0;
    background-color: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    border: 1px solid white;
    background: transparent;
}

.bx-wrapper .bx-pager {
    bottom: 40px;
    z-index: 999;
}


/*end BXSLIDER*/


/*start FLEX*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}


/*end FLEX*/


/* GoTop */

#gotop {
    position: fixed;
    bottom: 10%;
    right: 0;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px 0 0 5px;
    background: rgba(17, 148, 206, 0.85);
    font-size: 2em;
    display: none;
    z-index: 999
}

#gotop:hover {
    background: rgba(17, 148, 206, 1);
}


/* end GoTop */

.grey {
    background-color: #f2f2f2;
}


/*start PARALLAX*/

.parallax-window {
    min-height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat!important;
}


/*end PARRALLAX*/


/* Article */

article.home {
    padding: 0;
}

article {
    padding: 80px 0;
}


/* end Article */


/* Breadcrumb Style */

.breadcrumb {
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: transparent;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    opacity: 0.8;
}

.breadcrumb .active {
    color: #fff!important;
}


/* end Breadcrumb */

.editor .txt img {
    width: 100%!important;
}


/*-----------end GLOBALS-----------*/


/*-----------start LAYOUT-----------*/


/*start HEADER*/

header {
    position: absolute;
    z-index: 99999!important;
    width: 100%;
    top: 0;
    left: 0;
}

header .main-menu {
    padding: 0px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}

header .main-menu .flex {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

header .main-menu .brand-img img {
    width: 250px;
    margin: 20px 0 40px 0;
}

header .main-menu.stickEmUp {
    background: #fdfdfd;
    border-bottom: 1px solid #b21f54;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 0;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -webkit-animation: stick 1s 1 ease;
    -moz-animation: stick 1s 1 ease;
    animation: stick 1s 1 ease;
    -o-animation: stick 1s 1 ease;
    position: fixed;
    z-index: 99999!important;
}

header .main-menu.stickEmUp .flex {
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

header .main-menu.stickEmUp .brand-img img {
    width: 130px;
    margin: 0px;
}

header .main-menu.stickEmUp #navbar {
    margin-top: 23px;
}

header .main-menu.stickEmUp #navbar ul li a {
    letter-spacing: 1px;
}

header .main-menu.stickEmUp #navbar ul li.dropdown ul.dropdown-menu {
    top: 43px;
    left: 0;
}

#navbar {
    margin-bottom: 0px;
    padding: 0px;
    border: none;
}

#navbar ul li.dropdown ul.dropdown-menu {
    background-color: #414042;
    min-width: 185px;
    border: none;
    border-top: 3px solid #b21f54;
    border-radius: 0px;
    box-shadow: none;
    left: 0;
    top: 45px;
    font-size: 0.9em;
}

#navbar ul li.dropdown ul.dropdown-menu li {
    padding: 10px 0px 10px 20px;
}

#navbar ul li.dropdown ul.dropdown-menu li.divider {
    padding: 0;
    background-color: #8d8c8e;
}

#navbar ul li.dropdown ul.dropdown-menu li a {
    color: #fff;
    margin: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}

#navbar ul li.dropdown ul.dropdown-menu li a:hover {
    opacity: 0.5;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}

#navbar ul li a {
    background: transparent;
    color: #808285;
    font-weight: 700;
    padding: 0px;
    border-radius: 0;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-shadow: none;
}

#navbar ul li:first-child a,
.main-menu.stickEmUp #navbar ul li:first-child a {
    margin-left: 0;
}

#navbar ul li a:hover,
#navbar ul li a:active,
#navbar ul li a.active {
    color: #b21f54;
}

header .main-menu .nav.flex{
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}


/*end HEADER*/


/*start FOOTER*/

footer {
    padding-top: 50px;
}

footer .logos-contacto hr {
    border-top: 1px solid rgba(75, 75, 75, 0.4);
    margin: 0;
    margin-bottom: 25px;
}

footer .logos-contacto ul.follow a i {
    float: left;
    margin-right: 10px;
    color: #999;
    border: 1px solid #999;
    padding: 8px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 15px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

footer .logos-contacto ul.follow li:last-child i {
    padding-left: 10px;
}

footer .logos-contacto ul.follow a:hover i {
    border-color: #b21f54;
    color: #b21f54;
}

.home-body footer .logos-contacto .container,
.contact-body footer .logos-contacto .container {
    border: none;
}

footer .logos-contacto .container {
    border-top: 1px solid #c4c4c5;
    padding-top: 30px;
}

footer .logos-contacto img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

footer .logos-contacto img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

footer .credit {
    background-color: #414042;
    color: #fff;
    padding: 40px 0;
    margin-top: 80px;
}

footer .credit a {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}

footer .credit a:hover {
    color: #b21f54;
}


/*end FOOTER*/


/*-----------end LAYOUT-----------*/


/* ---- Home ---- */


/*Main Slide*/

.slide-home {
    width: 100%;
    text-align: center;
    color: #fff;
}

.slide-home .bxslider li {
    background-position: top center;
    background-size: cover;
    padding: 20px 0px;
    height: 665px;
}

.slide-home .bxslider li .flex {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    height: 100%;
}

.slide-home .bxslider hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 3px solid #fff;
    width: 30%;
}

.slide-home .bxslider li a button {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 25px 60px;
    font-size: 0.9em;
    color: #414042;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 40px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.slide-home .bxslider li a:hover button {
    background-color: transparent;
    color: #fff!important;
}


/* end Main Slide */


/* ---- Quienes ---- */

.quienes {
    position: relative;
    padding-bottom: 0px;
}

.quienes .img-back {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
}

.quienes .img-back .parallax-window {
    min-height: 500px;
}

.quienes .quienes-content .txt {
    position: relative;
    margin-bottom: 50px;
}

.quienes .quienes-content .txt span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.5em;
    line-height: 25px;
    color: #bb232c;
    font-weight: 300;
}

.quienes .quienes-content .txt .editor {
    margin-left: 60px;
}

.quienes .quienes-content .txt .editor h5 {
    color: #333;
}

.quienes .back-contain {
    position: relative;
    color: #fff;
}

.quienes .back-contain .txt .editor h2 {
    color: #fff;
}

.quienes .back-contain .txt .editor p {
    margin: 70px 0;
}

.btn-red,
#navbar ul li a.btn-red{
    display: inline-block;
    background-color: #b21f54;
    border: 1px solid #b21f54;
    border-radius: 30px;
    padding: 25px 40px;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 800;
    margin-top: 40px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
#navbar ul li a.btn-red{
    padding: 10px 30px;
    margin-top: 0
}

.btn-red:hover,
#navbar ul li a.btn-red:hover{
    background-color: transparent;
    color: #b21f54;
}


/* end Quienes */


/* Especialidades */

.slide-thumb {
    background-color: #f2f2f2;
}

.slide-thumb .bxslider a .editor .txt h6 {
    text-align: center;
    padding: 25px 10px;
}

.slide-thumb .bxslider a .editor .img img {
    filter: grayscale(100%);
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.slide-thumb .bxslider a:hover .editor .img img {
    filter: grayscale(0%);
}

.slide-thumb .bx-wrapper .bx-controls-direction a,
.slide-news .bx-wrapper .bx-controls-direction a {
    top: -70px;
    right: 0px;
    width: 42px;
    height: 42px;
}

.slide-thumb .bx-wrapper .bx-controls-direction .bx-prev,
.slide-news .bx-wrapper .bx-controls-direction .bx-prev {
    background: url(../../img/upload/home/mod-especialidades/controls.png) no-repeat 0 -37px;
    left: auto;
    right: 55px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.slide-thumb .bx-wrapper .bx-controls-direction .bx-prev:hover,
.slide-news .bx-wrapper .bx-controls-direction .bx-prev:hover {
    background: url(../../img/upload/home/mod-especialidades/controls-hover.png) no-repeat 0 -37px;
}

.slide-thumb .bx-wrapper .bx-controls-direction .bx-next,
.slide-news .bx-wrapper .bx-controls-direction .bx-next {
    background: url(../../img/upload/home/mod-especialidades/controls.png) no-repeat -50px -36px;
    right: 10px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.slide-thumb .bx-wrapper .bx-controls-direction .bx-next:hover,
.slide-news .bx-wrapper .bx-controls-direction .bx-next:hover {
    background: url(../../img/upload/home/mod-especialidades/controls-hover.png) no-repeat -50px -36px;
}

.slide-thumb .flex,
.slide-news .flex {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}


/* end Especialidades */


/* Include Contact */

.title {
    padding-bottom: 60px;
}

.include-contact .flex {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}

.include-contact .container .editor {
    text-align: center;
    padding: 0 40px;
}

.include-contact .editor i {
    font-size: 3.5em;
    color: #414042;
    margin-bottom: 60px;
}

.include-contact .editor p {
    margin: 30px 0;
}

.include-contact .editor a {
    font-weight: 600;
}

#fixed-icon{
    display: inline-block;
    color:#fff;
    background: #25D366;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2.5em;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    left: 30px;
    text-align: center;
    z-index: 999;
    display: none;
}
#fixed-icon:hover{
    opacity: 0.8
}


/* end Include Contact */


/* Novedades */

#novedades-section {
    overflow: hidden;
    min-height: 800px;
    position: relative;
    color: #fff !important;
    z-index: 0 !important;
}

#novedades-section .slide-news {
    background-color: transparent;
}

#novedades-section .slide-news .title h2 {
    color: #fff;
    position: relative;
}

#novedades-section .slide-news .bxslider li a.news-block:hover .slide-contain {
    opacity: 0.8;
}

#novedades-section .slide-news .bxslider li a .slide-contain {
    background-color: #fff;
    padding: 20px 30px;
    overflow: hidden;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

#novedades-section .slide-news .bxslider li a .slide-contain h6,
#novedades-section .slide-news .bxslider li a .slide-contain p {
    color: #808285;
}

#novedades-section .slide-news .bxslider li a .slide-contain .labels h6,
.labels h6 {
    float: left;
    margin-right: 15px;
}

#novedades-section .slide-news .bxslider li a .slide-contain .labels i,
.labels i {
    font-size: 1.4em;
    margin-right: 10px;
}

#novedades-section .slide-news .bxslider li a .slide-contain h3 {
    margin: 30px 0;
}

#novedades-section .slide-news .bxslider li a .slide-contain hr {
    margin: 40px 0 25px 0;
}

#novedades-section .slide-news .bx-wrapper .bx-pager {
    bottom: -40px;
}

#novedades-section .boton {
    margin: 50px 0;
}

#novedades-section .boton .flex {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}

a.btn-white {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 25px 40px;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #414042;
    font-weight: 800;
    margin-top: 40px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

a.btn-white:hover {
    background-color: transparent;
    color: #fff;
}

.modelo-noticia .editor p,
.modelo-noticia .editor ul {
    margin-bottom: 20px;
}

.modelo-noticia .editor ul {
    padding-left: 20px;
    list-style: disc;
    margin-top: -10px;
}


/* end Novedades */


/* ---- end Home ---- */


/* --- Div Principales --- */


/* Internal Header */

.internal-header {
    overflow: hidden;
    min-height: 470px;
    position: relative;
    text-align: center;
    color: #fff !important;
    z-index: 0 !important;
}

.internal-header .parallax-window {
    min-height: 470px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat!important;
}

.internal-header .flex {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}
    .internal-header .flex > h1{
        width: 80%
    }

.internal-header .breadcrumb {
    margin: 0;
    padding: 0;
}

.internal-header hr {
    margin: 35px 0;
    border-top: 2px solid #fff;
    width: 160px;
}


/* end Internal Header */


/* Div Internos */

.internal-contain .internal-title .editor h2 {
    line-height: 35px;
    font-size: 2.7em;
}

.internal-contain .internal-title .editor hr {
    border-top: 2px solid #c4c4c5;
    width: 160px;
    margin: 30px 0 40px 0;
}

.internal-contain .internal-content .editor h3 {
    font-size: 1.7em;
    margin: 30px 0;
}

.internal-contain .internal-content .editor h6 {
    font-size: 1em;
    font-weight: 700;
}

.internal-contain .internal-content .editor p.border {
    border-left: 2px solid #b21f54;
    padding-left: 20px;
    margin-top: 50px;
}

.internal-contain .internal-content .editor ul.disc {
    list-style: disc;
    padding-left: 12px;
    margin: 35px 0;
}

.internal-content .staff-column {
    width: 50%;
    float: left;
}

.internal-content .staff-group {
    margin-bottom: 35px;
}

.staff-group ul ul{
    padding-left: 20px;
}


/* end Div Internos */


/* Data Contact */

.internal-data-contact {
    margin-top: 30px;
    width: 50%;
    float: left;
}

.internal-data-contact p {
    margin-bottom: 10px;
}

.internal-data-contact p i {
    color: #b21f54;
    margin-right: 15px;
    font-size: 1.2em;
}


/* end Data Contact */


/* Slide Internos */

.internal-slide {
    margin-bottom: 40px;
}

.internal-slide .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
}

.internal-slide .bx-wrapper .bx-controls-direction .bx-prev {
    background: url(../../img/upload/institucional/slide/controls.png) no-repeat 0 -43px;
    left: -7px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.internal-slide .bx-wrapper .bx-controls-direction .bx-prev:hover {
    background: url(../../img/upload/institucional/slide/controls-hover.png) no-repeat 0 -43px;
}

.internal-slide .bx-wrapper .bx-controls-direction .bx-next {
    background: url(../../img/upload/institucional/slide/controls.png) no-repeat -40px -42px;
    right: -8px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.internal-slide .bx-wrapper .bx-controls-direction .bx-next:hover {
    background: url(../../img/upload/institucional/slide/controls-hover.png) no-repeat -40px -42px;
}


/* end Slide Internos */


/* Tabs Side Bar */

.body-news .internal-subtitle h6 {
    color: #6d6f71;
    font-weight: 400;
    font-style: italic;
}

.body-news ul.share li,
ul.share li {
    float: left;
    margin-right: 10px;
}

.body-news ul.share li a,
ul.share li a {
    font-size: 1.4em;
    opacity: 0.7;
}

.body-news ul.share li a:hover,
ul.share li a:hover {
    opacity: 1;
}

.body-news .internal-content .editor .img {
    margin: 30px 0 40px 0;
}

.internal-sidebar .nav-tabs {
    border: none;
}

.internal-sidebar .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #bebebe;
}

.internal-sidebar .nav-tabs > li > a {
    border: none;
    padding: 0;
    color: #6d6f71;
}

.internal-sidebar .nav-tabs > li > a:hover,
.internal-sidebar .nav-tabs > li > a:active,
.internal-sidebar .nav-tabs > li > a:focus,
.internal-sidebar .nav-tabs > li.active > a {
    color: #b21f54;
    border: none;
}

.internal-sidebar .category-accordion .nav-tabs > li {
    border-bottom: none!important;
}

.category-accordion div.panel.panel-default {
    border: none;
    border-bottom: 1px solid #bebebe;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    margin: 0;
}

.category-accordion .panel-default > .panel-heading {
    background-color: transparent;
    border: none;
    padding: 30px 0 20px 0;
    color: #808285;
    background-image: none;
}


/* end Tabs Side Bar */


/* --- end Div Principales --- */


/* Banner Contact */

.banner-contact {
    overflow: hidden;
    min-height: 320px;
    position: relative;
    text-align: center;
    color: #fff !important;
    z-index: 0 !important;
    margin: 50px 0;
}

.banner-contact .parallax-window {
    min-height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat!important;
}

.banner-contact .flex {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

.banner-contact h2 {
    font-weight: 900;
    color: #fff;
}

.banner-contact h4 {
    font-weight: normal;
    font-style: italic;
    color: #fff;
    margin-top: 20px;
    line-height: normal;
    padding: 0 20px;
}

.banner-contact a {
    color: #fff;
    text-decoration: underline;
}

.banner-contact a:hover {
    opacity: 0.7;
}


/* end Banner Contact */


/* Contacto */

.form-contacto .flex {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
}

.form-contacto h4 {
    font-weight: 500;
    font-style: italic;
    color: #a8a8a9;
}

.form-contacto hr {
    border-top: 2px solid #c4c4c5;
    width: 160px;
    margin: 30px auto;
}

.form-contacto #form-section input,
.form-contacto #form-section textarea {
    display: block;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 15px;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #dddddd;
    background-color: #fff;
    color: #6d6f71;
}

.form-contacto #form-section textarea {
    height: 170px;
}

.form-contacto #form-section .flex {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}


/* end Contacto */


/* Novedades */

.novedades-body footer .logos-contacto .container {
    border-top: none;
}


/* ---- Contenido ------ */

.internal-content .internal-img {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.internal-content .internal-img .date {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    background: #b21f54;
    color: #fff;
    padding: 10px 20px;
}

.internal-content .internal-img .date {
    left: 0;
    top: 0;
    position: relative;
    display: inline-block;
    margin: 10px 0;
}

.internal-content .internal-img img {
    width: 100%;
}

.internal-content .internal-title h2 {
    font-size: 1.8em;
}

.internal-content .internal-subtitle {
    margin: 40px 0;
    color: #808285;
}

.internal-content .internal-subtitle .labels h6 {
    color: #808285;
}

.internal-detail {
    padding: 25px 0 0 0;
    border-top: 1px solid #bebfc1;
    margin-top: 40px;
}

.internal-detail h6,
.internal-detail i,
.internal-detail a {
    color: #808285;
}

.internal-detail a:hover {
    color: #b21f54;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}


/* ---- Side bar ------*/

.buscador.sidebar-group {
    margin-top: 0px;
}

.sidebar-group {
    margin-top: 40px;
}

.sidebar-group hr {
    width: 50px;
    margin: 15px 0 20px 0;
    border-top: 2px solid #c4c4c5;
}

.search {
    overflow: hidden;
}

.search .input-sm {
    width: 70%;
    border-radius: 0px;
    float: left;
    box-shadow: none;
    padding: 20px 10px;
}

.search .btn-search {
    color: #fff;
    float: right;
    border-radius: 0px;
    padding: 12px 10px;
    background-color: #b21f54;
    width: 28%;
    border: 1px solid transparent;
    box-shadow: none;
    font-weight: 800;
    font-size: 0.8em;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.search .btn-search:hover {
    border-color: #b21f54;
    background-color: transparent;
    color: #b21f54;
}

.internal-sidebar .sidebar-group .panel-body {
    padding: 0 10px;
}

.internal-sidebar .sidebar-group .panel-body .list-sidebar ul li {
    border: none;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    margin: 0;
    padding: 10px 0;
}

.internal-sidebar .sidebar-group .list-sidebar ul li {
    border: none;
    border-bottom: 1px solid #bebebe;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    margin: 0;
    padding: 30px 0 20px 0;
}

.internal-sidebar .sidebar-group .list-sidebar ul li > a {
    color: #808285;
}

.internal-sidebar .sidebar-group .list-sidebar ul li > a:hover {
    color: #b21f54;
}

.internal-form #form-section {
    margin: 30px 0;
}

.internal-form #form-section a.btn-red {
    float: right;
}

.participar hr {
    width: 50px;
    margin: 15px 0 20px 0;
    border-top: 2px solid #c4c4c5;
}

.participar ul li {
    margin: 0;
    padding: 10px 0;
    color: #808285;
}

.participar ul li > a {
    color: #808285;
}

.participar ul li > i {
    margin-right: : 5px;
    font-size: 1.1em;
}

.participar ul li > a:hover {
    color: #b21f54;
}


/* end Novedades */


/*-----------start MEDIA QUERIES-----------*/


/*start IPHONE VERTICAL*/

@media (min-width: 240px) and (max-width: 479px) {
    body {
        margin-top: 103px;
        text-align: center;
    }
    h1,
    .h1 {
        font-size: 2.5em;
        line-height: 40px;
    }
    h2,
    .h2 {
        font-size: 2.2em;
        margin-bottom: 10px;
        line-height: 30px;
    }
    h3,
    .h3 {
        text-align: center;
        font-size: 2.0em;
    }
    article {
        padding: 40px 0;
    }
    .internal-content .editor,
    .internal-sidebar .nav-tabs {
        text-align: left;
    }
    .internal-content .internal-title h2 {
        font-size: 1.6em;
        text-align: center;
    }
    /* Header */
    header .main-menu .flex {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
    }
    header .main-menu.stickEmUp {
        padding: 10px 0;
    }
    header .main-menu.stickEmUp .flex {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
    }
    header .main-menu .brand-img img {
        width: 150px;
        margin: 0;
    }
    header .main-menu.stickEmUp .brand-img img {
        width: 120px;
        margin: 0;
    }
    header .main-menu.stickEmUp #navbar ul li.dropdown ul.dropdown-menu {
        text-align: center;
    }
    .navbar-toggle {
        float: none;
        margin: 0px;
        border: 1px solid #bb232c;
        margin-top: 20px;
    }
    #navbar {
        padding: 0px;
        border: none;
        width: 100%;
        margin: 0px!important;
        margin-top: 24px!important;
        background: #fdfdfd;
        padding: 10px 0;
    }
    #navbar ul.nav {
        text-align: center;
        width: 100%;
        margin: 0;
        flex-direction: column
    }
    .nav > li {
        margin-bottom: 10px;
    }
    
    #navbar ul li a,
    header .main-menu.stickEmUp #navbar ul li a {
        font-weight: 500;
        margin: 0px;
        letter-spacing: 1px;
    }
    #navbar ul li.dropdown ul.dropdown-menu {
        text-align: center;
    }
    #navbar ul li.dropdown ul.dropdown-menu li {
        padding: 10px 0px;
    }
    /* Footer */
    footer .logos-contacto {
        text-align: center;
    }
    footer .logos-contacto .container {
        border: none;
        padding-top: 0px;
    }
    footer .logos-contacto .social {
        width: 60%;
        margin: auto;
    }
    footer .logos-contacto ul.follow a i {
        margin-right: 0px;
    }
    footer .logos-contacto ul.follow li:nth-child(2) a i {
        margin: 0 54px;
    }
    footer .logos-contacto .col-xs-12:nth-child(2) .flex {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }
    footer .logos-contacto img {
        margin-bottom: 40px;
    }
    footer .credit {
        padding: 20px 0;
        margin-top: 0px;
        text-align: center;
    }
    footer .credit .flex {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }
    footer .credit .flex p:nth-child(2) {
        margin-top: 20px;
    }
    /* HOME */
    /* Slide Home */
    .slide-home .bx-wrapper .bx-viewport,
    .slide-home .bxslider li {
        height: 380px;
    }
    .slide-home .bxslider li a button {
        padding: 18px 25px;
    }
    .slide-home .bx-controls-direction,
    .slide-home .bx-wrapper .bx-pager {
        display: none;
    }
    .quienes .quienes-content .txt .editor {
        text-align: left;
    }
    .slide-thumb .bx-wrapper .bx-controls-direction a,
    .slide-news .bx-wrapper .bx-controls-direction a {
        top: -23px;
    }
    /* Quienes */
    .quienes .img-back {
        display: none;
    }
    .quienes .back-contain {
        text-align: center;
        color: inherit;
    }
    .quienes .back-contain .txt .editor h2 {
        color: #414042;
    }
    .quienes .back-contain .txt .editor p {
        margin: 30px 0;
        text-align: left;
    }
    .quienes a.btn-red {
        margin: 0 0 30px 0;
    }
    /* Generales */
    .title {
        padding-bottom: 30px;
        text-align: center;
    }
    .col-xs-12 {
        margin-bottom: 20px;
    }
    a.btn-red {
        padding: 15px 30px;
        margin-top: 15px;
    }
    /* include-contact */
    .include-contact .editor i {
        margin-bottom: 20px;
    }
    .include-contact .editor p {
        margin: 20px 0;
    }
    /* slide thumb */
    .slide-thumb .bx-wrapper .bx-controls-direction .bx-next,
    .slide-news .bx-wrapper .bx-controls-direction .bx-next,
    .slide-thumb .bx-wrapper .bx-controls-direction .bx-prev,
    .slide-news .bx-wrapper .bx-controls-direction .bx-prev {
        display: none!important;
    }
    .slide-thumb .bxslider li {
        margin: 0 15px!important;
    }
    .slide-thumb .bxslider li a {
        display: block;
    }
    .slide-thumb .bxslider li img {
        width: 100%;
    }
    /* Novedades */
    #novedades-section {
        min-height: 700px;
    }
    #novedades-section .parallax-window {
        min-height: 700px;
    }
    /* Internal Class */
    .internal-header {
        min-height: 250px;
    }
    .internal-header .parallax-window {
        min-height: 250px;
    }
    .internal-contain .internal-title .editor hr,
    .participar hr {
        margin: 20px auto;
    }
    .internal-data-contact {
        width: 100%;
        float: none;
    }
    .internal-content .staff-column {
        width: 100%;
    }
    .internal-contain .internal-content .editor p.border {
        border-left: 2px solid #b21f54;
        border-right: 2px solid #b21f54;
        padding: 5px 16px;
        margin-top: 30px;
    }
    .internal-content .internal-subtitle .flex {
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .body-news ul.share,
    ul.share {
        margin-top: 15px;
    }
    /* Side bar */
    .sidebar-group hr {
        margin: 15px auto;
    }
    /* Eventos */
    #form-section .col-xs-12 {
        margin-bottom: 0px;
    }
    .internal-form #form-section a.btn-red {
        float: none;
    }
}


/*end IPHONE VERTICAL*/


/*start IPHONE HORIZONTAL*/

@media (min-width: 480px) and (max-width: 767px) {
    body {
        margin-top: 103px;
    }
    h1,
    .h1 {
        font-size: 2.5em;
        line-height: 40px;
    }
    h2,
    .h2 {
        font-size: 2.2em;
        margin-bottom: 10px;
        line-height: 30px;
    }
    h3,
    .h3 {
        text-align: center;
        font-size: 2.0em;
    }
    article {
        padding: 40px 0;
    }
    /* Header */
    header .main-menu .flex {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
    }
    header .main-menu.stickEmUp {
        padding: 10px 0;
    }
    header .main-menu.stickEmUp .flex {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
    }
    header .main-menu .brand-img img {
        width: 150px;
        margin: 0;
    }
    header .main-menu.stickEmUp .brand-img img {
        width: 120px;
        margin: 0;
    }
    header .main-menu.stickEmUp #navbar ul li.dropdown ul.dropdown-menu {
        text-align: center;
    }
    .navbar-toggle {
        float: none;
        margin: 0px;
        border: 1px solid #bb232c;
        margin-top: 20px;
    }
    #navbar {
        padding: 0px;
        border: none;
        width: 100%;
        margin: 0px!important;
        margin-top: 24px!important;
        background: #fdfdfd;
        padding: 10px 0;
    }
    #navbar ul.nav {
        text-align: center;
        width: 100%;
        margin: 0;
        flex-direction: column
    }
    .nav > li {
        margin-bottom: 10px;
    }
    #navbar ul li a,
    header .main-menu.stickEmUp #navbar ul li a {
        font-weight: 500;
        margin: 0px;
        letter-spacing: 1px;
    }
    #navbar ul li.dropdown ul.dropdown-menu {
        text-align: center;
    }
    #navbar ul li.dropdown ul.dropdown-menu li {
        padding: 10px 0px;
    }
    /* Footer */
    footer .logos-contacto {
        text-align: center;
    }
    footer .logos-contacto .container {
        border: none;
        padding-top: 0px;
    }
    footer .logos-contacto .social {
        width: 40%;
        margin: auto;
        overflow: hidden;
        margin-bottom: 12px;
    }
    footer .logos-contacto ul.follow a i {
        margin-right: 0px;
    }
    footer .logos-contacto ul.follow li:nth-child(2) a i {
        margin: 0 41px;
    }
    footer .logos-contacto .col-xs-12:nth-child(2) .flex {
        flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
    }
    footer .logos-contacto img {
        margin-bottom: 0px;
        width: 95px;
        margin: 0 5px;
    }
    footer .credit {
        padding: 20px 0;
        margin-top: 0px;
        text-align: center;
    }
    footer .credit .flex {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }
    footer .credit .flex p:nth-child(2) {
        margin-top: 20px;
    }
    /* HOME */
    /* Slide Home */
    .slide-home .bx-wrapper .bx-viewport,
    .slide-home .bxslider li {
        height: 380px;
    }
    .slide-home .bxslider li a button {
        padding: 18px 25px;
    }
    .slide-home .bx-controls-direction,
    .slide-home .bx-wrapper .bx-pager {
        display: none;
    }
    /* Quienes */
    .quienes .img-back {
        display: none;
    }
    .quienes .back-contain {
        text-align: center;
        color: inherit;
    }
    .quienes .back-contain .txt .editor h2 {
        color: #414042;
    }
    .quienes .back-contain .txt .editor p {
        margin: 30px 0;
    }
    .quienes a.btn-red {
        margin: 0 0 30px 0;
    }
    /* Generales */
    .title {
        padding-bottom: 30px;
        text-align: center;
    }
    .col-xs-12 {
        margin-bottom: 20px;
    }
    a.btn-red {
        padding: 15px 30px;
        margin-top: 15px;
    }
    /* include-contact */
    .include-contact .editor i {
        margin-bottom: 20px;
    }
    .include-contact .editor p {
        margin: 20px 0;
    }
    /* slide thumb */
    .slide-thumb .bx-wrapper .bx-controls-direction .bx-next,
    .slide-news .bx-wrapper .bx-controls-direction .bx-next,
    .slide-thumb .bx-wrapper .bx-controls-direction .bx-prev,
    .slide-news .bx-wrapper .bx-controls-direction .bx-prev {
        display: none!important;
    }
    .slide-thumb .bxslider li {
        margin-right: 18px!important;
    }
    /* Novedades */
    #novedades-section {
        min-height: 700px;
    }
    #novedades-section .parallax-window {
        min-height: 700px;
    }
    /* Internal Class */
    .internal-header {
        min-height: 250px;
    }
    .internal-header .parallax-window {
        min-height: 250px;
    }
    .internal-contain .internal-title .editor hr,
    .participar hr {
        margin: 20px auto;
    }
    .internal-data-contact {
        width: 100%;
        float: none;
    }
    .internal-content .staff-column {
        width: 100%;
    }
    .internal-contain .internal-content .editor p.border {
        border-left: 2px solid #b21f54;
        border-right: 2px solid #b21f54;
        padding: 5px 16px;
        margin-top: 30px;
    }
    .internal-content .internal-title h2 {
        font-size: 2.2em;
    }
    .internal-content .internal-subtitle .flex {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
    }
    .body-news ul.share,
    ul.share {
        margin-top: 15px;
    }
    /* Side bar */
    .internal-sidebar {
        margin-top: 30px;
    }
    .sidebar-group hr {
        margin: 15px auto;
    }
    /* Eventos */
    #form-section .col-xs-12 {
        margin-bottom: 0px;
    }
    .internal-form #form-section a.btn-red {
        float: none;
    }
}


/*end IPHONE HORIZONTAL*/


/*start IPAD VERTICAL*/

@media (min-width: 768px) and (max-width: 979px) {
    body {
        font-size: 13px;
        margin-top: 190px;
    }
    h2,
    .h2 {
        line-height: 35px;
    }
    article {
        padding: 40px 0;
    }
    input,
    textarea {
        margin-bottom: 10px;
    }
    /* HEADER */
    header .main-menu {
        padding: 19px 0px;
    }
    header .main-menu .brand-img img {
        width: 200px;
    }
    header .main-menu.stickEmUp #navbar ul li a {
        letter-spacing: 0px;
    }
    #navbar ul li a {
        font-weight: 600;
        font-size: 0.9em;
    }
    #navbar ul li.dropdown ul.dropdown-menu {
        top: 39px;
        left: 14px;
        min-width: 170px;
    }
    header .main-menu.stickEmUp #navbar ul li.dropdown ul.dropdown-menu {
        top: 41px;
        left: 13px;
    }
    /*FOOTER*/
    footer {
        padding-top: 0px;
    }
    .home-body footer .logos-contacto .container {
        padding-top: 0px;
    }
    footer .logos-contacto img {
        width: 110px;
    }
    /*HOME*/
    /* slide thumb */
    .slide-thumb .bxslider li {
        width: 215px!important;
        margin: 0 11px!important;
    }
    /* include-contact*/
    .include-contact .container .editor {
        padding: 0 25px;
    }
    .include-contact .editor i {
        margin-bottom: 30px;
    }
    /* Internal divs */
    .internal-header {
        min-height: 380px;
    }
    .internal-header .parallax-window {
        min-height: 380px;
    }
    .internal-data-contact {
        width: 100%;
    }
    .search .input-sm {
        width: 100%;
    }
    .search .btn-search {
        width: auto;
        padding: 12px 20px;
    }
    #contacto .include-contact {
        padding-top: 60px;
    }
    /* Novedades */
    #novedades-section {
        min-height: 700px;
    }
    #novedades-section .parallax-window {
        min-height: 700px;
    }
}


/*end IPAD VERTICAL*/


/*start BIG SCREEN*/

@media (min-width: 1200px) {
    /*header*/
    #navbar ul li a {
        letter-spacing: 1px;
    }
    header .main-menu.stickEmUp #navbar ul li a {
        letter-spacing: 1px;
    }
    #novedades-section .slide-news .bxslider li a .slide-contain {
        background-color: #fff;
        padding: 50px 30px;
    }
}


/*end BIG SCREEN*/


/*-----------end MEDIA QUERIES-----------*/