@charset "UTF-8";
@import url(animate.css);
@import url(font-awesome.min.css);
@import url(font-raleway.css);
/*========================================================
            Main Styles
=========================================================*/

body {
    background: #f5f5f5;
    color: #56585a;
    font: 400 14px/28px "Raleway", sans-serif;
    -webkit-text-size-adjust: none;
}
img {
    height: auto;
}
.img100 {
    max-width: 100%;
}
.select-dropdown, .select-dropdown span  {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #434547;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #62bfe6;
}
h1 {
    font-size: 28px;
    line-height: 32px;
}
h2 {
    font-size: 26px;
    line-height: 30px;
}
.textobienvenida h1 {
    color: #777 !important;
    font-size: 26px;
    line-height: 30px;
}
.textobienvenida h2 {
    color: #777 !important;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 13px;
}
h3 {
    font-size: 18px;
    /* line-height: 38px;*/
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p a:hover,
.list a:hover {
    text-decoration: underline;
}
p .fa,
.list .fa {
    text-decoration: none;
}
time {
    display: block;
}
a, span.empty_a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:hover {
    text-decoration: none !important;
    color: #07435C;
}
a:focus {
    outline: none;
}
a:active {
    background-color: transparent;
}
a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}
strong {
    font-weight: 700;
}
.fa {
    line-height: inherit;
}
[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}
.page {
    overflow: hidden;
    min-height: 500px;
}
.lt-ie9 .page {
    min-width: 1200px;
}
hr {
    border: none;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}
.hr {
    border-bottom: 3px solid #62bfe6;
}
@media (max-width: 767px) {
    .mobile-center {
        text-align: center;
    }
    .container [class*="grid_"],
    .container-fluid [class*="grid_"] {
        width: 90%;
        margin: auto;
    }
}
.mg-add {
    margin-top: 18px;
}
/*=======================================================
             Main Layout
=========================================================*/

* + .btn {
    margin-top: 32px;
}
* + .row {
    margin-top: 18px;
}
* + .off1 {
    margin-top: 13px;
}
* + .off2 {
    margin-top: 24px;
}
* + .off3 {
    margin-top: 32px;
}
* + .off4 {
    margin-top: 4px;
}
.info-box + .owl-carousel {
    margin-top: 30px;
}
h1 + img {
    margin-top: 23px;
}
h1 + p {
    margin-top: 14px;
}
h3 + p {
    margin-top: 12px;
}
* + hr {
    margin-top: 40px;
}
.row + p {
    margin-top: 25px;
}
hr + * {
    margin-top: 40px;
}
img + p {
    margin-top: 22px;
}
img + h3 {
    margin-top: 20px;
}
.marked-list + .btn {
    margin-top: 17px;
}
.grid_2 img + img {
    margin-top: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
    .grid_2 img + img {
        margin-top: 0;
        margin-left: 8%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .grid_2 img {
        width: 46%;
    }
}
.off2 + hr,
.off2 + hr + .row {
    margin-top: 50px;
}
p + .btn_wr {
    margin-top: 33px;
}
/*=======================================================
            Components
=========================================================*/
/*==================     Brand     ======================*/

.brand {
    display: inline-block;
}
.brand_name {
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
    font-size: 55px;
    line-height: 62px;
    color: #5ab7de;
    vertical-align: bottom;
}
.brand_slogan {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 24px;
    vertical-align: bottom;
    line-height: 28px;
    width: 500px;
}
.brand a:hover {
    color: inherit;
}
/*==================  Backgrounds  ======================*/

.bg-primary {
    color: #fff;
    background: #62bfe6;
}
.bg-primary h2 {
    color: #fff;
}
.bg-primary .icon {
    color: #62bfe6;
    background: #fff;
}
.bg-primary .product-list li .box:hover .icon {
    background: #fff;
}
.bg-primary .product-list .icon {
    margin-top: 11px;
}
.bg-primary .product-list hr {
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.1);
}
.bg-primary .product-list hr + .box {
    margin-top: 39px;
}
.bg-primary .product-list h3 + p {
    margin-top: 12px;
}
.bg-primary .product-list hr {
    border-bottom: 0;
}
.bg-primary .product-list h3 {
    color: #fff;
}
.bg-secondary {
    background: #434547;
}
.bg-secondary2 {
    background: #f5f5f5;
}
.bg-image {
    background: url(../images/page-3_bg.jpg) center no-repeat;
    background-size: cover;
}
.bg-image p {
    font-size: 16px;
}
/*==================     Icons     ======================*/

.icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 52px;
    text-align: center;
    color: #fff;
    background: #62bfe6;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.icon:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.icon2 {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 34px;
    text-align: center;
    color: #62bfe6;
    background: black
}
.icon2:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/*==================    Buttons    ======================*/

.btn,
.btn2 {
    display: inline-block;
    /*width: 150px;*/
    
    padding: 8px;
    /*font-size: 16px;*/
    
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    /*text-transform: uppercase;*/
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn:hover,
.btn2:hover {
    background: #4ab5e2;
}
.btn:active,
.btn2:active {
    background: #22a1d7;
}
.btn {
    color: #fff;
    background: #127DAA;
    margin-top: 16px;
    border-radius: 7px;
}
.btn2 {
    color: #62bfe6;
    background: #eaeaea;
}
.btn2:hover,
.btn2:active {
    color: #fff;
}
.btn_wr [class*="btn"] {
    padding: 16px 30px;
    display: inline-block;
    width: auto;
}
.btn_wr [class*="btn"] + [class*="btn"] {
    margin-top: 0;
    margin-left: 20px;
}
.btn_wr + .btn_wr {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .btn_wr [class*="btn"] {
        width: 100%;
    }
    .btn_wr [class*="btn"] + [class*="btn"] {
        margin-top: 20px;
        margin-left: 0;
    }
    .imgLogoEspana {
        padding-bottom: 12px;
    }
}
/*==================      Box      ======================*/

.box:before,
.box:after {
    display: table;
    content: "";
    line-height: 0;
}
.box:after {
    clear: both;
}
.box_aside {
    float: left;
}
.box_cnt__no-flow {
    overflow: hidden;
}
/*==================     Banner    ======================*/

.banner_wr {
    position: relative;
    min-height: 208px;
}
.banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner:before,
.banner:after {
    display: table;
    content: "";
    line-height: 0;
}
.banner:after {
    clear: both;
}
.banner li {
    position: relative;
    margin-top: 30px;
    width: 100%;
    padding: 25px 29px 20px;
    float: left;
    color: #fff;
    background: #62bfe6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.banner li:hover {
    margin-top: 0px;
    /* height: 288px;*/
    /*padding-bottom: 50px;*/
}
.banner li [class*="fa-"] {
    font-size: 62px;
    line-height: 1;
    color: inherit;
}
.banner li a {
    position: absolute;
    bottom: 26px;
    right: -30px;
}
.banner li a:before {
    font-family: "FontAwesome";
    font-size: 19px;
    line-height: 1;
    color: inherit;
    content: "\f054";
    /* fa-chevron-right */
}
.banner li a:hover {
    opacity: .7;
}
.banner li:hover a {
    right: 30px;
}
.banner li:nth-child(1) {
    background: #434547;
    color: white;
    -webkit-box-shadow: 3px 4px 5px -2px rgba(92, 89, 92, 0.41);
    -moz-box-shadow: 3px 4px 5px -2px rgba(92, 89, 92, 0.41);
    box-shadow: 3px 4px 5px -2px rgba(92, 89, 92, 0.41);
}
.banner li:nth-child(2) {
    background: #55b0d6;
}
.banner li:nth-child(3) {
    background: #5bb7de;
}
.banner h3 {
    color: #5f6365;
}
.banner p {
    line-height: 28px;
    color: #C0C0C0;
}
.banner [class*="fa-"] + h3 {
    margin-top: 17px;
}
.banner h3 + p {
    margin-top: 13px;
}
@media (max-width: 1000px) {
    .banner {
        position: static;
    }
    .banner li {
        margin-top: 0;
    }
    .banner li a {
        right: 30px;
    }
    .banner li:hover {
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .banner li {
        text-align: center;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .banner li a {
        margin-top: 30px;
        display: inline-block;
        position: static;
    }
    .banner li:hover {
        height: auto;
        margin-top: 20px;
    }
}
/*==============      Product List     ==================*/

.product-list li .box:hover .icon {
    background: #57aacd;
}
.product-list li .box_cnt__no-flow {
    padding-left: 30px;
}
.product-list * + hr {
    margin-top: 50px;
}
.product-list hr + * {
    margin-top: 50px;
}
.product-list h3 + p {
    margin-top: 6px;
}
@media (max-width: 767px) {
    .product-list hr {
        display: none;
    }
    .product-list hr + * {
        margin-top: 30px;
    }
    .product-list li .box {
        text-align: center;
    }
    .product-list li .box2 {
        text-align: center;
        border-bottom: 1px solid #62bfe6;
    }
    .product-list li .box_aside {
        float: none;
    }
    .product-list li .box_aside .icon {
        display: inline-block;
    }
    .product-list li .box_cnt__no-flow {
        margin-top: 20px;
        padding-left: 0;
    }
}
/*==================    Quote     ======================*/

blockquote .box_cnt__no-flow {
    padding-left: 30px;
}
blockquote p {
    padding-top: 3px;
}
blockquote q:before {
    position: relative;
    top: -2px;
    left: 0;
    padding-right: 7px;
    content: "\f10d";
    /* fa-quote-left */
    
    color: #62bfe6;
    font-family: "FontAwesome";
    font-size: 34px;
    line-height: 28px;
    vertical-align: top;
    z-index: 10;
}
blockquote cite {
    display: block;
    font-size: 16px;
    color: #62bfe6;
}
blockquote cite a:hover {
    text-decoration: underline;
}
blockquote p + cite {
    margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
    blockquote .box_aside {
        width: 100%;
        float: none;
        text-align: center;
    }
    .telResponsive {
        font-size: 16px !important;
        float: right;
    }
    blockquote .box_aside img {
        width: auto;
    }
    blockquote .box_cnt__no-flow {
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 479px) {
    blockquote .box_aside {
        width: 100%;
        float: none;
        text-align: center;
    }
    blockquote .box_aside img {
        width: auto;
    }
    blockquote .box_cnt__no-flow {
        margin-top: 30px;
        padding-left: 0;
    }
}
/*==================  Marked List  ======================*/

.marked-list li {
    position: relative;
    padding-left: 41px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
    color: #62bfe6;
}
.marked-list li a:before {
    content: "\f00c";
    /* fa-check */
    
    position: absolute;
    left: 0;
    top: 16px;
    font-weight: 400;
    font-size: 22px;
    font-family: "FontAwesome";
}
.marked-list li + li {
    margin-top: 0px;
    border-top: 1px solid #e5e5e5;
}
.marked-list a:hover {
    color: #777777;
}
/*==================  Contact List  =====================*/

.contact-list {
    color: #B4B4B5;
    font-size: 16px;
}
.contact-list .box {
    display: table;
}
.contact-list .box_cnt__no-flow {
    vertical-align: middle;
    display: table-cell;
    padding-left: 30px;
}
.contact-list .box + .box {
    margin-top: 30px;
}
.contact-list a[href^="tel:"],
.contact-list a[href^="callto:"] {
    font-size: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .contact-list a[href^="tel:"],
    .contact-list a[href^="callto:"] {
        font-size: 18px;
    }
}
.contact-list a:hover {
    color: #62bfe6;
}
.contact-list2 {
    padding-top: 23px;
    padding-bottom: 2px;
}
.contact-list2 h3 {
    color: #42acda;
}
.contact-list2 a[href^="tel:"],
.contact-list2 a[href^="callto:"] {
    font-size: 24px;
    line-height: 28px;
}
.contact-list2 dd,
.contact-list2 dt {
    display: inline-block;
    font-size: 16px;
}
.contact-list2 a + dl {
    margin-top: 9px;
}
/*==================  Marked List  ======================*/

table {
    width: 100%;
    border: 1px solid #e5e5e5;
}
table td {
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    line-height: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
table td:last-child {
    min-width: 98px;
}
table tr:nth-child(even) {
    background: #f5f5f5;
}
/*==================    Info Box   ======================*/

.info-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 7px;
    padding: 30px 30px 25px;
    color: #fff;
    background: #57aacd;
}
.info-box dt,
.info-box dd {
    display: inline-block;
}
.info-box hr {
    background: #fff;
}
.info-box [class^="fa-"]:before {
    padding-right: 13px;
    font-size: 54px;
}
.info-box h2 {
    color: #fff;
    position: relative;
    padding-left: 65px;
}
.info-box h2:before {
    position: absolute;
    left: 0;
}
.info-box h3 {
    color: #fff;
}
.info-box h2 + hr {
    margin-top: 26px;
}
.info-box * + h3 {
    margin-top: 18px;
}
.info-box h3 + dl {
    margin-top: 4px;
}
.info-box dl + hr {
    margin-top: 25px;
}
/*==================     Info     ======================*/

.info dt {
    font-size: 24px;
    color: #434547;
}
.info dt + dd {
    margin-top: 17px;
}
.info dd + dt {
    margin-top: 15px;
}
/*========================   Menu   ==========================*/

.sf-menu {
    display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}
.sf-menu:after {
    clear: both;
}
.sf-menu > li {
    position: relative;
    float: left;
}
.sf-menu a,
.sf-menu .empty_a {
    display: block;
}
.sf-menu > li > a,
.sf-menu > li > .empty_a {
    padding: 18px 18px;
    color: #c0c0c0;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid #56585a;
}
.sf-menu > li.sfHover > span.empty_a,
.sf-menu > li.sfHover > a,
.sf-menu > li > span.empty_a:hover,
.sf-menu > li > a:hover {
    color: #fff;
    background: #5ab7de;
    border-right: 1px solid #4bb0db;
}
.sf-menu > li.active > a {
    color: #fff;
    background: #5ab7de;
    border-right: 1px solid #4bb0db;
}
.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 235px;
    background: #f5f5f5;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sf-menu ul > li {
    position: relative;
}
.sf-menu ul > li > a,
.sf-menu ul > li > .empty_a {
    text-align: left;
    font-size: 16px;
    padding: 10px 10px 10px 17px;
    color: #62bfe6;
    background: #f5f5f5;
}
.sf-menu ul > li + li {
    border-top: 1px solid #e5e5e5;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
    color: #777777;
}
.sf-menu ul ul {
    position: absolute;
    top: 0;
    left: 95%;
    width: 235px;
    margin-top: 0;
    margin-left: 10px;
    padding: 0;
    z-index: 4;
}
.sf-menu > li > ul > li > .sf-with-ul {
    position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
    position: absolute;
    right: 19px;
    top: 0;
    margin-left: -6px;
    content: "\f105";
    /* fa-angle-right */
    
    font: 400 16px/50px "FontAwesome";
    color: #62bfe6;
}
@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
    .container .row {
        margin: initial;
    }
}
/*==================   RD Mobile Menu    =====================*/

.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.rd-mobilemenu.active {
    right: 0;
}
.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.rd-mobilemenu_ul a,
.rd-mobilemenu_ul span.empty_a {
    display: block;
    padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active,
.rd-mobilemenu_ul span.empty_a.active {
    background: #f5f5f5;
    color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover,
.rd-mobilemenu_ul span.empty_a:hover {
    background: #62bfe6;
    color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle,
.rd-mobilemenu_ul span.empty_a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after,
.rd-mobilemenu_ul span.empty_a .rd-submenu-toggle:after {
    content: '\f078';
    /* fa-chevron-down */
}
.rd-mobilemenu_ul span.empty_a .rd-submenu-toggle {
    cursor: pointer;
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover,
.rd-mobilemenu_ul span.empty_a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul,
.rd-mobilemenu_ul span.empty_a.rd-with-ul {
    position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle,
.rd-mobilemenu_ul span.empty_a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a,
.rd-mobilemenu_ul ul span.empty_a {
    padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a,
.rd-mobilemenu_ul ul ul span.empty_a {
    padding-left: 60px;
}
.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}
.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}
.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 4rem;
    right: 56px;
    color: #000;
    font-size: 1.2rem;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}
.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
    top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}
@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }
    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block !important;
    }
    .rd-mobilepanel_title {
        font-size: 0.9rem;
        display:flex;
        white-space:normal;
        line-height:20px;
        
    }
}

/*==================  Stuck menu  ======================*/

.stuck_container {
    background: #434547;
}
.isStuck {
    margin-top: 0;
    z-index: 9999;
    border-bottom: 1px solid #888;
}
@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/*==================     ToTop     ======================*/

.toTop {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    background: #888;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}
.toTop:hover {
    color: #fff;
    background: #62bfe6;
    text-decoration: none;
}
@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}
.primary {
    color: #62bfe6;
}
/*========================================================
           HEADER  Section
=========================================================*/

header {
    padding-top: 24px;
    background: #fff;
}
header .brand {
    float: left;
}
header a[href^="tel:"],
header a[href^="callto:"],
header .container > p {
    clear: right;
    float: right;
}
header a[href^="tel:"],
header a[href^="callto:"] {
    margin-top: 7px;
    position: relative;
    font-size: 24px;
    color: #777777;
}
header a[href^="tel:"]:before,
header a[href^="callto:"]:before {
    position: absolute;
    top: -4px;
    left: -44px;
    font-size: 34px;
    color: #6bc7ed;
}
header a[href^="tel:"]:hover,
header a[href^="callto:"]:hover {
    color: map;
}
header a[href^="tel:"] + p,
header a[href^="callto:"] + p {
    margin-top: 7px;
}
@media (max-width: 979px) {
    header {
        text-align: center;
    }
    header .brand,
    header a[href^="tel:"],
    header a[href^="callto:"],
    header .container > p {
        float: none;
    }
    header .brand {
        display: block;
    }
    header .brand_slogan {
        padding-left: 0;
    }
    header a[href^="tel:"],
    header a[href^="callto:"] {
        display: inline-block;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    header .brand_slogan {
        display:none;
    }
    header {
        text-align: center;
    }
}
.maspublicaciones div a {
    background-color: white!important;
    color: #127DAA !important;
    border-radius: 7px;
    border: 1px solid rgba(116, 126, 181, 0.25);
    float: right;
}
.maspublicaciones div a:hover {
    background-color: #127DAA !important;
    color: white!important;
}
/*========================================================
           CONTENT  Section
=========================================================*/

main {
    display: block;
    background: #fff;
}
main .container.hr {
    padding-bottom: 50px;
}
.secondPage {
    padding-bottom: 230px !important;
}
main p + a[href^="mailto:"] {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    color: #62bfe6;
}
main p + a[href^="mailto:"]:hover {
    text-decoration: underline;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
    color: #62bfe6;
}
.video {
    position: relative;
    width: 100%;
    padding-bottom: 69%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.titDestacado {
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
    padding-bottom: 15px;
    color: #0079AF;
}
/*==================      Well     ======================*/

.well {
    padding-top: 50px;
    /* padding-bottom: 50px;*/
}
.well1 {
    padding-top: 32px;
    padding-bottom: 60px;
}
.well2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.well3 {
    padding-top: 59px;
    padding-bottom: 61px;
}
.ins1 {
    padding-bottom: 0;
}
.ins2 {
    padding-bottom: 52px;
}
.ins3 {
    padding-bottom: 43px;
}
.ins4 {
    padding-bottom: 20px;
}
.ins5 {
    padding-top: 44px;
}
/*========================================================
           FOOTER  Styles
=========================================================*/

footer {
    color: #B4B4B5;
    background: black;
}
footer section + section .container {
    border-top: 1px solid #888a8c;
}
footer .copyright {
    display: block;
    text-align:left;
}
footer .footer_links {

    text-align:right;
}
footer .footer_links a:hover {
    text-decoration: underline;
}
footer a:hover {
    color: #62BFE6;
}
.bienvenida_padding {
    padding-left: 312px;
}
.imgHomeLogo {
    width: 160px;
}
.telResponsive {
    font-size: 14px !important;
    width: 220px;
    float: right;
    height: 10px;
}
.telResponsive a {
    margin-top: -20px;
}
.textfoot {
    color: white;
}
.textbluestrong {
    color: #22a1d7;
}
.verNews {
    color: #22a1d7;
    font-size: 13px;
    font-weight: bold;
}
.titleHomeDestacados {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}
.textoHomeDstacados {
    padding-top: 8px;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}
.centerTesto {
    text-align: center !important;
}
.box2 div {
    text-align: center;
    word-wrap: break-word;
    width: 100%;
    max-height: 120px;
    min-height: 120px;
}
.boxNews {
    word-wrap: break-word;
    width: 100%;
    max-height: 220px;
    min-height: 220px;
}
@media (min-width: 950px) {
    .fotoNoticia {
        width: 210px;
        border: 1px solid #8a8c8d;
        box-shadow: 3px 4px 5px -2px rgba(92, 89, 92, 0.41);
    }
    .fotoEnlaces {
        width: 100px;
        border: 1px solid #8a8c8d;
        box-shadow: 3px 4px 5px -2px rgba(92, 89, 92, 0.41);
        padding: 1px;
        background-color: #22a1d7;
    }
    .box2 div {
        text-align: center;
        word-wrap: break-word;
        width: 100%;
        max-height: 80px;
        min-height: 80px;
    }
    .boxNews {
        word-wrap: break-word;
        width: 100%;
        max-height: 200px;
        min-height: 200px;
    }
}
@media (max-width: 950px) {
    footer .copyright {
        text-align: center;
    }
    .telResponsive {
        font-size: 17px !important;
    }
    .imgHomeLogo {
        width: 80px !important;
    }
    .bienvenida_padding {
        padding-left: 0px;
    }
    .fotoNoticia {
        width: 367px;
        border: 1px solid #8a8c8d;
        box-shadow: 3px 4px 5px -2px rgba(92, 89, 92, 0.41);
        margin: auto;
    }
    .fotoEnlaces {
        width: 150px;
        border: 1px solid #8a8c8d;
        box-shadow: 3px 4px 5px -2px rgba(92, 89, 92, 0.41);
        padding: 1px;
        background-color: #22a1d7;
    }
    .box2 div {
        text-align: center;
        word-wrap: break-word;
        width: 100%;
        max-height: 100px;
        min-height: 100px;
    }
    .boxNews {
        word-wrap: break-word;
        width: 100%;
        max-height: 370px;
        min-height: 370px;
    }
}
@media (max-width: 768px) {
   .boxNews {	   
        max-height: 500px;
    }
}
@media (max-width: 1024px) {
    h3 {
        font-size: 13px;
    }
    .fotoEnlaces {
        width: 110px;
        border: 1px solid #8a8c8d;
        box-shadow: 3px 4px 5px -2px rgba(92, 89, 92, 0.41);
        padding: 1px;
        background-color: #22a1d7;
    }
}
.imgLogoEspana {
    width: 200px;
}
nav .input-field {
    margin: 0;
    height: 100%;
    height: 82px;
    margin-top: 14px;
}
nav ul a:hover {
    color: #4ab5e2;
}
.unslider > nav.unslider-nav {
  margin-top: 20px;
}
.input-field input[type=search] {
    padding-left: 0rem;
    width: 120px!important;
    float: right;
    margin-right: 100px;
}
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 10px;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 10px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}
.nav-wrapper {
    margin-top: 40px;
}

.capaBuscador {
	margin-top: 0px;
}

.capaBuscador .input-field {
	margin-top:0px;
}


*::-moz-placeholder {
    color: #56585a;
}
@media (min-width: 1024px) {
    .imgLogoEspana {
        width: 240px;
    }
    .imgLogoCeseden {
        width: 50px;
        margin-top: -5px;
    }
}
.select-wrapper {
    width: 145px;
}
.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 0.85rem;
    margin: 0 0 0px 0;
    padding: 0;
    display: block;
}
.searchLanguage {
    margin: auto;
    float: right;
}
@media (max-width: 800px) {
    .select-wrapper {
        width: 300px;
        left:200px;
    }
    .input-field input[type="search"] {
        padding-left: 2rem;
        width: 405px !important;
        float: right;
        margin-right: 100px;
        margin-top: -40px;
    }
}
.fa-file-pdf-o {
    color: red;
    font-size: 20px;
}
.titEntrevista {
    font-size: 20px;
}
.titDestacado {
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
    padding-bottom: 15px;
    color: #0079AF;
}
.subtitDestacado {
    font-size: 15px;
    font-weight: bold;
    padding-left: 25px;
    padding-bottom: 15px;
    color: #0079AF;
}
/*    block text */
/* styles for '...' */

.block-with-text-4 {
    overflow: hidden;
    position: relative;
    line-height: 26px;
    max-height: 109px;
    text-align: justify;
    margin-right: 0;
    padding-right: 0;
}
.block-with-text-8 {
    overflow: hidden;
    position: relative;
    line-height: 26px;
    max-height: 213px;
    text-align: justify;
    margin-right: 0;
    padding-right: 0;
}
.secondhome {
    max-height: 155px;
}
.block-with-text:before,
.block-with-text-4:before,
.block-with-text-8:before {
    content: '...';
    position: absolute;
    color: red;
    font-size: 22px;
    right: 0;
    bottom: 0;
}
.block-with-text:after {
    /* points in the end */
    
    content: '';
    /* absolute position */
    
    position: absolute;
    /* set position to right bottom corner of text */
    
    right: 0;
    width: 1em;
    /* set width and height */
    
    height: 1em;
    margin-top: 0.2em;
    background: white;
}
.paginationFoot {
    padding: 50px 10px 50px 10px;
}
#tableSearch th {
    padding-left: 10px;
}
#tableSearch caption {
    text-align: right;
}
.searchtable a {
    font-weight: bold;
}
.pagination li.active a {
    cursor: hand;
}
.pagination li a {
    cursor: pointer;
    cursor: hand;
    font-size: 14px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}
.loaderDiv {
    margin: auto;
    height: 350px;
    text-align: center;
}
.pagination li.active {
    background-color: #3f51b5;
}
.nav-wrapper div .breadcrumb {
    color: #3A3A3A;
}
.breadcrumb:before {
    color: #929292;
}
.titular {
    padding: 12px 12px 12px 11px;
    font-size: 22px;
    font-weight: bold;
    color: #3A3A3A;
}
.textoNoticia {
    font-size: 14px;
    color: black;
}
.textoNoticia h3 {
  font-size: 18px;
  font-weight: bold;
}
.imgDer {
    float: right;
    padding: 30px 0px 0px 20px;
}
.imgIzq {
    float: left;
    padding: 30px 20px 0px 0px;
}
.imgDer.withSlider, .imgIzq.withSlider  {
    width: 450px;
}
.titNoticia {
    font-size: 16px;
    color: #3A3A3A;
    font-weight: bold;
    white-space: initial;
}
.breadcrumb {
    font-size: 15px;
}
p.textNoticia,
div.textNoticia p {
    padding: 5px 0px 12px 0px;
}
.docInteresTit {
    font-size: 18px;
    color: #3A3A3A;
    font-weight: bold;
    margin-top: 22px;
}
.collection a.collection-item {
    font-size: 14px;
    color: #3A3A3A;
    float: left;
    width: 100%;
}
.iconDocInte {
    float: left;
    padding-left: 15px;
}
span.badge.new {
    background-color: #127DAA !important;
    white-space: nowrap;
}
#search {
    font-size: 12px !important;
    padding-top: 10px;
}
.slider .indicators .indicator-item.active {
    background-color: #4AB5E2;
}
.backTitImg {
    background-color: rgba(67, 69, 71, 0.41);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.slider {
    position: relative;
    height: 320px;
    width: 100%;
}
.textNoticiaVideo {
    margin-left: -10px;
}
.slider .indicators {
    bottom: 0px;
}
/*******************************************************************/
/************************** Estilos especiales *********************/
/*******************************************************************/

.titDestacado i.material-icons {
    margin-right: 0.4em;
}
.destacado_2_title {
    font-size: 18px;
}
.zoomTitImg {
    text-align: center;
    font-size: 48px;
}
.zoomTitImg a {
    font-size: 48px;
}
.zoomTitImg a:hover {
    text-shadow: 0px 0px 10px rgba(238, 238, 238, 1);
    color: rgb(238, 238, 238);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.campo-busqueda i.fa,
.campo-busqueda i.material-icons {
    margin-right: 10px;
}
.mdl-data-table p.title {
    white-space: normal !important;
}
.mdl-data-table p.type {
    white-space: normal !important;
}
.mdl-data-table p.type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.publicacion_excerpt {
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 26px;
    max-height: 187px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    position: relative;
    text-align: justify;
}
@media (max-width: 768px){
   .publicacion_excerpt {
	max-height: 150px;
	}
} 

#imagen_evento {
	position: relative;
    float: left;
    margin: 0 auto;
    
}

#imagen_evento.nodisplay{
	display:none;
}
#imagen_evento img{
	
    max-width: 200px;
    height: 120px;
}

#imagen_destacada_div {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#imagen_destacada {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    height: auto;
}
.documento_publicacion {
    margin: auto 5px;
}
.collection a.collection-item img {
    max-width: 320px;
    max-height: 120px;
    margin: auto;
    display: block;
}
main ul {
    list-style: initial !important;
    list-style-position: inside !important;
    padding-left: 10px;
}
main ol {
    list-style: initial !important;
    list-style-position: inside !important;
    padding-left: 10px;
}
main h3 {
    font-weight: 700;
}
.container > .row > div.grid_2 {
    margin-right: 30px;
}
/******* LISTA EVENTOS *******/

.date {
    position: relative;
    float: left;
    font-family: "Raleway", serif;
    color: #c0c0c0;
    margin: 0 auto;
    width:75px;
    height: 78px;
    background-image: url('../img/calendar.png');
}
.day,
.month,
.year {
    position: absolute;
}
.day {
    font-size: 35px;
    top: 35px;
    left: 10px;
}
.month {
    top: 10px;
    color: white;
    left: 10px;
    font-size: 11px;
}
.year {
    color: white;
    top: 30px;
    right: -10px;
    font-size: 20px;
    transform: rotate(-90deg) !important;
    /* ** Hacks ** */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.preLista {
    margin-top: -15px;
    color: #776767;
}
.circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #96687B;
    color: white;
}
#listaEventos {
    padding-top: 15px;
}
.title {
    padding-left: 15px;
    max-height: 78px;
    overflow: hidden;
}
.divSearch {
    margin: 15px 0;
    height:130px;
}

/************* MAPA WEB *************/

.menumapaprincipal{
  font-weight: bold !important;
  font-size:16px;
}
.mapaicon{
  padding-right:5px;
}
.submenumapa{
  padding-left:35px;
}
.submenumapa:hover{
  font-size: 16px;
  font-weight: bold;
}
.submenumapa_2{
  padding-left: 55px;
}
.submenumapa_2:hover{
  font-size: 16px;
  font-weight: bold;
}

.textoNoticia ul li {
  list-style-type: square;
}
.textoNoticia ul.slides li {
  list-style-type: none;
}
.textoNoticia a {
  font-weight: 500;
}
.zoomTitImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zoomTitImg a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  color: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 0);
}
.zoomTitImg a:hover {
  color: white !important;
  background: rgba(255, 255, 255, 0.5);
}
div.zoomSingleImg {
  position: relative;
  display: block;
  margin-top: -15px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zoomSingleImg img {
  max-width: 200px;
  max-height: 450px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}
.zoomSingleImg a {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0) !important;
}
.zoomSingleImg a:hover {
  color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, 0.5);
}
.zoomSingleImg a span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 48px;
  margin: -24px 0 0 -24px;
}

#rSearch .gsc-adBlock, #rSearch .gcsc-branding, #rSearch .gsc-tabsArea {
	display:none;  
}
#rSearch .gs-no-results-result .gs-snippet{
	background-color:transparent;
	border: 0px;
	font-family: "Raleway", sans-serif;
}


#rSearch .gsc-table-cell-thumbnail, .gs-promotion-image-cell {
    padding: 30px 30px 30px 30px;
}

.capaEditor ol {
	list-style: decimal;
}

.capaEditor ul {
	list-style: disc;
}
