@charset "UTF-8";
/* Main Stylesheet

    COLORES;

    Bupa: #0079c8;
    Azul Oscuro: #00335b;
    Azul Claro: #125bad;
    Azul Grisaceo: #8ba7cd;
    Gris Azul: #55677e;
    Gris Oscuro: #6c6e71;
    Gris Claro: #f3f3f3;
    Gris: #949eab;

*/
body{
    
    font-family: 'Gotham A';
}

*{

  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;

}
/*Loader*/
#loading{z-index: 9;position: absolute;height: 100%;top: 0;background: rgba(255,255,255,0.95);width: 100%;left: 0;text-align: center;}
#loading > div{
    display: table;
    height: 100%;
    width: 100%;
}
#loading .image-loading{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}
#loading img{
}
#loading h2{
    width: 100%;
    text-align: center;
    color:#0079c8; 
}

/*Fancy*/

.fancy-up{cursor: pointer}

.overlay-fancybox{position: fixed;top: 0;left:0;z-index: 9;background: rgba(255,255,255,0.8);width: 100%;height: 100%;display: none;}
.overlay-fancybox.active{top: 0;opacity: 1;border-bottom: 0;}
.fancy-box{position: fixed;top: -100%;left: 0;height: 100%;width: 100%;z-index: 999999;-webkit-transition: all 500ms ease-in;-moz-transition: all 500ms ease-in;-ms-transition: all 500ms ease-in;-o-transition: all 500ms ease-in;transition: all 500ms ease-in;}
.fancy-box.active{
    top: 0;
    border-bottom: 0;
}
.fancy-box-wrapper{display: table;width: 100%;text-align: center;height: 100%;opacity: 1;z-index: 99999;position: relative;}
.fancy-box-wrapper.active{}
.fancy-box-content{display: table-cell;vertical-align: middle;}

.close-fancy{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.close-fancy i{
    font-size: 25px;
    color: #00335B;
}

/*Video Background*/
    #video-section{
    position: relative;
}
    #video_background{min-height: 545px;background-size: 1920px 545px;background-position: center;position: relative; overflow: hidden;}

    #video-section:hover .over-message{bottom:0;opacity: 1}

    .over-message{
    position: absolute;
    bottom: -110px;
    z-index: 999;
    width: 100%;
    text-align: center;
    background: white;
    opacity: 0;
}
    .over-message h3{
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #00335b;
}

    .video-link{
    position: relative;
    z-index: 99999;
    text-align: center;
    padding: 30px 0;
    width: 100%;
    cursor: pointer;
}
    .video-link p{margin: 0;font-size: 20px;color: #0079c8;display: inline-block;padding-bottom: 5px;}
    .video-link img{
    display: inline-block;
    vertical-align: bottom;
}
    .video-home{
    width: 80%;
    left: 10%;
    position: relative;
    background: transparent;
    padding: 10px 20px;
}
    .video-home iframe{
    max-width: 100%;
    width: 100%;
}
    .video-home h1{
    margin: 0;
    font-weight: 100;
    font-size: 38px;
    text-align: left;
    color: #00335b;
}
    .video-home h2{
    margin: 0;
    font-weight: 100;
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    color: #949eab;
}
/*END Video Background*/


/*END LOADER*/

.anchor_fix a{font-weight: 800}

.main{height: 100%; position: relative;left: 0;}
.hm{display: block;}
#online-services{display: none;}
.mobile_expert, .tablet_expert{display:none}
.less-icon{display: none;}

/******************************
******OWL CARROUSEL************
******************************/
.starter{
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.starter span{
    background: rgba(255,255,255,0.75);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: table;
    margin: 0px auto;
    text-align: center;
    color: #00335b;
}
.starter span:hover{background: rgba(0, 51, 91, 0.58);
    color:white;}
.starter span i{
    display: table-cell;
    vertical-align: middle;
}

#home-slider{position: relative; /*margin-top: 53px;*/}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
    cursor: move;
}

#owl-demo .item {}
.video_slider_wrap{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 602px;
}
.video_slider_wrap iframe{
    display: block;
    width: 100%;
    height: 810px;
    position: absolute;
    top: -135px;
    border:0;
}
.owl-carousel .owl-item{cursor: move;}

.carrousel-box{
    background: rgba(0, 51, 91, 0.7);
    position: absolute;
    bottom: 75px;
    right: 90px;
    padding: 30px;
    width: 540px;
}
.owl-theme .owl-controls{display: none !important;}
.pager_bullets{color: white;margin: 0; padding: 0;text-align: right;padding-right: 10px;margin-top: 15px;}
.pager_bullets li{display: inline-block;margin: 0 3px;cursor: pointer;}
.pager_bullets li i{font-size: 12px}

.carrousel-box p{color: white;font-size: 18px;font-weight: 500;margin: 0;}
.carrousel-box p::after{content: ""; clear: both;display: block;margin: 20px 0;width: 40px;height: 2px;background: white;}
.carrousel-box p span{color: #8ba7cd;font-weight: 100;}
.carrousel-box h3{text-transform: uppercase;font-size: 40px;color: white;margin: 10px 0;font-weight: 500;}
.carrousel-box small{color: #8ba7cd;font-style: italic;font-weight: 100;font-size: 18px;}

/******************************
******END OWL CARROUSEL********
******************************/

/******************************
***********BUTTON**************
******************************/

div.white_transparent, div.blue_button, div.darkblue_button, div.white_button, div.grey_button, div.transparent_button, div.white_blue_button,div.blue_white_button{border:2px solid white; font-weight: 100; font-size: 16px; color: white;}
div.blue_button{background: rgba(18,91,173,0.6);}
div.blue_button:hover{background: rgba(0, 51, 91, 0.6);}

div.white_transparent{background: rgba(255, 255, 255, 0.35);}
div.white_transparent:hover{background: rgba(0, 51, 91, 0.6);}

div.darkblue_button{background: rgba(0, 51, 91, 0.6);}
div.white_button{background:white; color:#0079c8}
div.grey_button:hover{background:white; color:#0079c8}
div.grey_button{background:#f3f7f9; color:#0079c8; border:2px solid white;font-size: 16px;}
div.transparent_button{background: rgba(255, 255, 255, 0.2); border:2px solid white;}
div.transparent_button:hover{background: rgba(0, 51, 91, 0.6);}
div.white_blue_button{background: white;border:2px solid #0079c8;color: #0079c8;padding: 15px 10px;text-align: center;}
div.white_blue_button_transparent{background: #fbfbfc; border:2px solid #0079c8; color: #0079c8;padding: 15px 20px;     text-align: center;}
div.white_blue_button:hover{background: #0079c8; border:2px solid #0079c8; color: white}

.tramite div.white_blue_button{
    padding: 15px 20px;
    text-align: center;
}

.buttons_wrap{}
.buttons_wrap > div{
    display: inline;
    padding: 20px 2px;
}
.buttons_wrap > div:first-child{padding: 16px;}
.buttons_wrap > div:last-child{
    margin-left: 10px;
}
.buttons_wrap a{
    padding: 15px 25px;
}

.view-more {
    padding: 10px 15px;
    margin-top: 20px;
    border: 1px solid #55677e;
    width: 65%;
    margin: 0px auto;
    color: #0079c8;
}
/******************************
*******END BUTTON**************
******************************/



/******************************
***********PREHOME*************
******************************/

#pre-home{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;

}

.prehome-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
}

.prehome-content{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: table;}
.prehome-inner{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.prehome-inner h1 {
    font-size: 52px;
    font-weight: 300;
    text-transform: uppercase;
    color: #00335b;
    margin: 0 0 30px 0;
    padding: 0;
    /* text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6); */
}

.prehome-inner h2 {
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    color: #00335b;
    margin: 0 0 60px 0;
    padding: 0;
    /* margin-bottom: 60px; */
}

.access-button{
    background: #009bdb;
    color: white;
    padding: 30px 15px;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    cursor: pointer;
    display: none;

    font-size: 18px;
    padding: 24px;
}
.access-button:hover{background:white; color:#009bdb}
.form-prehome{
    text-align: center;
    width: 689px;
    margin: 0px auto;
}
.form-prehome form{}

.select-wrapper{background: rgba(255, 255, 255, 0.60);}
.select{    
    margin-bottom: 20px;
    text-align: left;
    display: block;
    position: relative;
    width: 100%;
}
.select select{
    width: 100%;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    width: 100%;
    background: transparent;
    padding: 5px;
    z-index: 999;
    opacity: 1;
    line-height: 25px;
    position: relative;
    font-weight: 100;
}
.select .first-option {
    border-bottom: 4px solid #0c63c0;
    background: white;
    cursor: pointer;
    position: relative;
    z-index: 999;

    font-size: 20px;
    font-weight: 300;
    color: #00335b;
    padding: 20px;
    height: 70px;
    -webkit-font-smoothing: antialiased;
}
.select .options{display: none;}
.select .options ul{
    margin: 0;
    padding: 0;
}
.select .options li{
    list-style: none;
    padding: 8px 30px;
    color: #00335b;
    font-size: 18px;
    cursor: pointer;
}

.select .options li:hover, .select .options li.selected{

    background:white;
}

.select span{
    position: absolute;
    right: 30px;
    top: 50%;
    color: #00335b;

    line-height: 0;
    font-size: 30px;
    pointer-events: none;
}

/*--- select movil ---*/
.select-movil{
    margin-bottom: 20px;
    text-align: left;
    display: none;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-bottom: 4px solid #0c63c0;
}
.select-movil select{
    font-family: 'Gotham A';
    color: #00335b;
    font-size: 20px;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-weight: 300;
    padding: 20px;
    position: relative;
    background: none;
    height: 60px;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.select-movil:before{display: none;}
.select-movil:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  color: #00335b;
  padding:8px;
  position:absolute;
  right:12px;
  top:8px;
  pointer-events: none;
}
/*--- //select movil ---*/

/******************************
*******END PREHOME*************
******************************/


/******************************
***********HEADER**************
******************************/

header{border-bottom: 1px solid #ccc;position: fixed;width: 100%;left: 0;top: 0;background: white;z-index: 999;}
header.prehome-header{border: 0}
header .container{margin: 0; width: 100%}
header .container::after{content:""; display:block; clear:both}
.site-logo{
    position: relative;
    width: 100%;
    min-height: 45px;
    height: 45px;
}
.site-logo img{position: absolute;width: 92px;height: 92px;top: 30px;background: #0079c8;}
.site-logo img:hover{background:#00335b}

#main_menu{}
#main_menu ul{
    padding: 0;
    text-align: right;
    margin: 0 -30px;
    float: right;
}
#main_menu ul li.mibupa_link img{position: relative;right: 5px;width: 14px;top: 2px;}
#main_menu ul li.mibupa_link img.white{display: none;}

#main_menu ul li.pre-home{}
#main_menu ul li.pre-home img{right: 0;top: 4px;}

#main_menu .sub-menu li.current-menu-item{}
#main_menu li.menu-item-has-children .sub-menu li.current-menu-item a{
    text-decoration: underline;
}
#main_menu li.menu-item-has-children .sub-menu li.current-menu-item a:after{
    color: #0079c8;
    text-decoration: none;
}

#main_menu .sub-menu{display: none;float: none;position: absolute;top: 60px;left: 40px;text-align: center;width: 780px;}
#main_menu .sub-menu li{display: inline-block;float: none;}
#main_menu .sub-menu li a{
    border: 0;
    padding: 0;
    float: left;
    width: 250px;
    text-align: left;
    text-transform: inherit;
    background: white !important;
    color: inherit !important;
    font-size: 12px;
    color: #00335b;
}



#main_menu .sub-menu li a:hover{background:transparent; color:#00335b}
#main_menu li.menu-item-has-children .sub-menu li a::after{content: attr(title);position: absolute;left: 0;width: 100%;margin: 0;padding: 0;top: 18px;font-size: 11px;text-align: left;color: #949eab; font-family: 'Gotham A';text-transform: inherit;text-decoration: none !important;display: block;}
#main_menu li{ list-style: none;float: left;min-height: 53px;position: relative; height: 53px}

#main_menu li.current-menu-parent a, #main_menu li.current_page_item a, #main_menu li a:hover{background:#00335b;color: white;}
#main_menu li.menu-item-has-children a::after{
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    margin-left: 10px;
    position: relative;
    top: 1px;
}
#main_menu li a{text-transform: uppercase;font-size: 11px;padding: 25px 25px 22px 25px;border-left: 1px solid #ccc;background: transparent;color: #00335b;-webkit-transition: background 200ms ease-in;-moz-transition: background 200ms ease-in;-ms-transition: background 200ms ease-in;-o-transition: background 200ms ease-in;transition: background 200ms ease-in;position: relative;top: 15px;font-size: 11px;font-weight: 500;}
#main_menu li a.active_submenu{background:#00335b; color:white}


#menu_tramites{}
#menu_tramites.fixed #home_options{margin-bottom:0}

#menu-large{display: block;}
#mobile-menu{display: none;}

/******************************
***********END-HEADER**********
******************************/

/******************************
************MAIN***************
******************************/

.mobile{display: none;}
.centered-section{
    background-position: center top;
    display: table;
    width: 100%;
}
.centered-section-container{display: table-cell;vertical-align: middle;text-align: center;}
.centered-section-container h1{text-transform: uppercase;font-size: 40px;}

#single-page.sitemap{padding-bottom: 160px}

#single-page{
    margin-top: 45px;
}
#single-page h1{
    color: #00335b;
    font-size: 36px;
    margin-bottom: 0;
}
#single-page h2{
    color: #00335b;
    font-weight: 100;
    margin-top: 0;
}

.full_container{width: 100%; margin: 0}
.full_container::after{content: ""; display: block; clear: both;}

.grey_section{background: white;}
.blue_section{background: #0078c7;}

#start .content-panel{
    padding-top: 65px;
}
.content-panel{padding: 62px}
.content-panel.centered{text-align: center;}
.content-panel.right{text-align: right;vertical-align: middle;display: table-cell;}
.panel{}
.content-panel.centered .panel::after{content: "";display: block;clear: both;width: 50px;height: 2px;background: #0079c8;margin: 0px auto;}
.content-panel.right .panel::after{content: "";display: block;clear: both;width: 50px;height: 2px;background: #0079c8;float: right;}
.panel h2{color: #00335b; font-size: 36px;font-weight: 100;text-transform: uppercase;}
.panel p{ color: #949eab; font-size: 18px;margin-bottom: 25px;font-weight: 100;}
.stellar-panel .panel p{color:white;font-style: italic;}
.stellar-panel .panel h2{color:white;border-bottom: 1px solid white;width: 40%;margin: 0px auto;padding-bottom: 20px;}

.stellar-panel .panel h2 strong{font-weight:500}

.stellar-panel .buttons_wrap{
    position: relative;
    top: 35px;
}

.stellar-panel .buttons_wrap .transparent_button a{font-size:16px}

#single_image_left .blue_square{
    padding-top: 70px;
}

.panel h2{
    margin: 0;
}
    .panel p{margin: 20px 10px 20px 10px;}
    #news .panel{
    margin-bottom: 50px;
}
    .content-panel#contact-section{
    padding: 80px 0 100px 0;
}
#news .ff-filter-holder{display: none;}
.ff-header .ff-filter-holder:before{height: 1px;}
.ff-filter-holder .ff-search input{border:2px solid}
#ff-stream-1 .ff-loadmore-wrapper .ff-btn{text-transform: uppercase;font-size: 13px;font-weight: 500;}
.ff-content .ff-highlight, .ff-item-meta .ff-highlight{background: #c4e6fc !important;}
#single-page .content-panel{padding-top: 65px;}
.content-panel{padding-top:130px}


.grey_smooth_section p{font-size:15px;color: #00335b;}

#mosaic{margin-bottom: 250px;}
#mosaic .grey_smooth_section{
    position: relative;
    top: 90px;
    width: 90%;
    padding: 40px;
    background: #fcfcfc;
    float: right;
}
.mosaic_container{float: left;position: relative;top: 95px;width: 55%;}
.mosaic_container .column{float:left}
.mosaic_container .column img{
    vertical-align: bottom;
}
.mosaic_container .column:nth-child(1){width: 180px;}
.mosaic_container .column:nth-child(2){width: 220px;margin-top: 105px;}
.mosaic_container .column:nth-child(3){width: 242px;margin-top: 205px;}
#mosaic .text_container{float: left;width: 45%;position: relative;top: 135px;}

#mosaic .blue_square{padding-top: 70px;}
#mosaic .blue_square h2{font-size:13px; text-transform:uppercase;font-weight: 100;}

.google_map_container{}
.google_map_container iframe{width: 100%;vertical-align: bottom;}
.page-title-bordered{
    margin-top: auto;
}
.page-title-bordered h1{
    width: auto;
    float: left;
    padding: 75px 40px 40px 100px;
    margin-top: 130px;
    border: 1px solid #0079c8;
    color: #00335b;
    font-weight: 100;
    font-size: 36px;
}

#contact_blocks .grid_3{margin-left: 100px}
#contact_blocks::after{content: ""; display: block; clear: both;}
.contact_block{
    color: #55677e;
    padding-bottom: 100px;
}

.contact_block > div{
    margin-bottom: 20px;
}
.contact_block > div h3{
    margin: 0;
}
.contact_block > div p{
    margin: 2px 0;
}
.contact_block h2{
    padding: 0;
    font-size: 18px;
    color: #00335b;
    margin-bottom: 2px;
}
.contact_block h3{
    font-size: 16px;
    font-weight:100;
}
.contact_block p{
    padding: 0;
    font-size: 14px;
    font-weight: 100;
}

.contact_block .viewmap{
    width: 200px;
    margin-top: 30px;
    display: block;
    background: transparent;
    cursor: pointer;
}

.ff-stream.ff-layout-grid{margin-top: -80px;padding-bottom: 100px;}
.ff-stream.ff-layout-grid#ff-stream-2{min-height: auto !important;}
#ff-stream-1 .ff-search input {
    background-color: #fff !important;
    text-transform: uppercase;
}
#ff-stream-1 .ff-search input, #ff-stream-1 .ff-filter-holder .ff-search:after {
    color: #0079c8 !important;
}

.ff-filter-holder .ff-search:after {    
    font-size: 12px;
}

#ff-stream-1 .ff-search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #0079c8;
    font-weight: 500;
}
#ff-stream-1 .ff-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #0079c8;
   font-weight: 500;
   opacity:  1;
}
#ff-stream-1 .ff-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #0079c8;
   font-weight: 500;
   opacity:  1;
}
#ff-stream-1 .ff-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #0079c8;
   font-weight: 500;
}
#ff-stream-1 .ff-search input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #0079c8;
  font-weight: 500;
}
/******************************
*********END MAIN**************
******************************/

/******************************
************HOME***************
******************************/
h2.titular-principal-home{font-size: 25px;}
#three_blocks_home_mobile{display: none;}
#three_blocks_home{display: block;}
#three_blocks_home > div{
    height: 643px;
    background: #00335b;
}

#two_blocks_home{}
#two_blocks_home > div{
    min-height: 600px;
    height: 600px;
}
#two_blocks_home > div:first-child{background: #f2f1e9;display: table;}
#two_blocks_home > div:last-child{
    background: #e6eff2;
}

.block_home_destacado{
    position: relative;
    height: 100%;
    margin: 0 -15px;
    -webkit-box-shadow: -5px 0px 5px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    -5px 0px 5px 0px rgba(50, 50, 50, 0.55);
    box-shadow:         -5px 0px 5px 0px rgba(50, 50, 50, 0.55);
    background-size: 115%;
    -webkit-transition: all 2500ms ease-in;
    -moz-transition: all 2500ms ease-in;
    -ms-transition: all 2500ms ease-in;
    -o-transition: all 2500ms ease-in;
    transition: all 2500ms ease-in;
    background-position: center;
    overflow: hidden;
}
.block_home_destacado:hover{background-size: 120%;}
.block_home_destacado:hover:before{
    opacity: 0.6;
}
.block_home_destacado:hover .content_block_home{
    bottom: 120px;
}
.block_home_destacado:hover .buttons_wrap{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.block_home_destacado:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00335b;
    opacity: 0.3;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.block_home_destacado.active::before{opacity: 0.8;}
.content_block_home{position: absolute;bottom: 0;text-align: center;width: 100%;left: 0;-webkit-transition: all 0.35s ease-in;-moz-transition: all 0.35s ease-in;-ms-transition: all 0.35s ease-in;-o-transition: all 0.35s ease-in;transition: all 0.35s ease-in;padding: 0 60px;}
.content_block_home h3{font-size: 24px; color: white; text-transform: uppercase;border-bottom: 1px solid white;padding-bottom: 14px;font-weight: 100;margin: 0;}
.content_block_home h3 span{font-weight:100}
.content_block_home p{font-style: italic; font-weight: 100; font-size: 20px;color: white;margin-top: 14px;}

.content_block_home .buttons_wrap{padding: 20px 0;text-align: center;margin-right: 0;opacity: 0;     -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.55s, transform 0.55s;     line-height: 1.5;     -webkit-transform: translate3d(0,100%,0);     transform: translate3d(0,100%,0);}

#two_blocks_home #block_right{text-align: center;padding-top: 100px;}
#two_blocks_home #block_right img{}
#two_blocks_home #block_right h2{
    color: #00335b;
    width: 50%;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 20px;
}
#two_blocks_home #block_right h3{
    color: #0079c8;
    margin: 10px auto;
    font-size: 14px;
}
#two_blocks_home #block_right p{
    color: #00335b;
    margin: 10px auto;
    font-size: 14px;
}

#two_blocks_home .buttons_wrap{
    padding: 20px 0;
    text-align: center;
    padding-left: 0;
}

#home_options{
    margin-top: 0;
    text-align: center;
    margin-bottom: 150px;
}
.home_option_box{
    width: 150px;
    display: inline-block;
    margin: 0 20px;
    text-align: center;
    position: relative;
    border-bottom: 3px solid transparent;
}
.home_page .home_option_box:last-child{display:none}

.home_option_box::after{content: "\f0dd";width: 100%;position: absolute;text-align: center;margin: 0px auto;left: 0;bottom: -10px;font: normal normal normal 14px/1 FontAwesome;     font-size: inherit;     text-rendering: auto;     -webkit-font-smoothing: antialiased;     -moz-osx-font-smoothing: grayscale;opacity: 0;color: #00335b;-webkit-transition: all 200ms ease-in;-moz-transition: all 200ms ease-in;-ms-transition: all 200ms ease-in;-o-transition: all 200ms ease-in;transition: all 200ms ease-in;}
.home_option_box.active::after{content: "\f0dd";width: 100%;position: absolute;text-align: center;margin: 0px auto;left: 0;bottom: -10px;font: normal normal normal 14px/1 FontAwesome;font-size: 20px;     text-rendering: auto;     -webkit-font-smoothing: antialiased;     -moz-osx-font-smoothing: grayscale;opacity: 1;color: #00335b;}
/* .smint .home_option_box:last-child{display: table;opacity: 0;}*/

.fixed .home_option_box{width:auto}
.fixed .smint .home_option_box span{color: #b7b8b9;display: table-cell;top: -4px;vertical-align: middle;}
.fixed .home_option_box span::before{
    font-size: 44px;
    vertical-align: top;
    position: relative;
    top: 18px;
    margin-right: 5px;
}
.fixed .home_option_box.active span{color: #0079c8;}
.fixed .smint .home_option_box{
    display: table;
    float: left;
    padding: 0px 40px;
    border-right: 1px solid #EDEDED;
    margin: 0;
    background: transparent;
    max-height: 61px;
    width: auto;
    height: auto;
    border-radius: 0;
}

.fixed .smint .home_option_box p{position:relative;width: auto;left: 0;}
.fixed .smint .home_option_box:hover{background:transparent}
.fixed .smint .home_option_box:hover span{color:#0079c8}
.fixed .smint .home_option_box:hover p{color:#0079c8}
.fixed .smint .home_option_box:first-child{border-left: 1px solid #EDEDED;}
.fixed .home_option_box.active{padding: 0px 10px;border-bottom: 3px solid #00335b;width: 210px;}
/*.fixed .home_option_box:last-child{
    display: table;
    opacity: 0;
}*/
.fixed .home_option_box p{display: none;position: relative;width: 115px;-webkit-transition: all 400ms ease-in;     -moz-transition: all 400ms ease-in;     -ms-transition: all 400ms ease-in;     -o-transition: all 400ms ease-in;transition: all 100ms ease-in;vertical-align: middle;margin-top: 0;padding: 0;}
.fixed .home_option_box.active p{display: table-cell;font-size: 11px;text-align: left;}

.home_option_box div{width: 170px;height: 170px;background: transparent;border-radius: 85px;-moz-border-radius: 85px;-webkit-border-radius: 85px;cursor: pointer;display: inline-block;     font-size: 0px;     cursor: pointer;margin: 15px -30px;     border-radius: 50%;     text-align: center;     position: relative;     z-index: 1;     color: #fff;}
.home_option_box div::before{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #0079c8;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}


.home_option_box div:hover::before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.home_option_box div:hover{
        background: #0079c8;
        color: white;
}
.home_option_box div:hover{}
.home_option_box div:hover span{color: white}
.home_option_box div:hover span::after{opacity: 1}
.home_option_box div:hover p{opacity:0}
.home_page#home_options .home_option_box span{
    top: 40px;
    color: #0079c8;
}
.home_page#home_options .home_option_box div:hover span{color:white}
.home_page#home_options .home_option_box p{
    vertical-align: bottom;
    position: absolute;
    right: auto;
    left: auto;
    width: 70%;
    top: 80px;
    left: 15%;
}
.smint .home_option_box span{color: #0079c8;}
.smint .home_option_box{

    border-bottom: 0;width: 170px;height: 170px;
    background: transparent;
    border-radius: 85px;
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    cursor: pointer;
    display: inline-block;
    font-size: 0px;
    cursor: pointer;margin: -5px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;margin: 0 10px;}
.smint .home_option_box::after{display:none}
.smint .home_option_box p{width: 70%; left: 15%; position: absolute;}

.smint .home_option_box:hover{
    background: #0079c8;
    color: white;
}


.smint .home_option_box::before{
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        top: -7px;
        left: -7px;
        padding: 7px;
        box-shadow: 0 0 0 4px #0079c8;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform 0.2s, opacity 0.2s;
        transform: scale(.8);
        opacity: 0;
}

.smint .home_option_box:hover::before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.smint .home_option_box:hover span{color: white}
.smint .home_option_box:hover p{color: white}



.fixed .smint .home_option_box span{}
.fixed .smint .home_option_box:hover::before{display: none;}

.fixed .smint .home_option_box::after{display:block}
.home_option_box span{width: auto;position: relative;top: 20px;font-size: 70px;color: #00335b;}
.home_option_box span::after{content:"Ver más";font-size: 14px;position: absolute;top: 65px;left: 0;width: 100%;text-align: center;opacity: 0;color: white;font-family: 'Gotham A';}
.home_option_box p{ text-transform: uppercase; font-size: 12px; margin: 0; color: #00335b;margin-top: 40px;padding-bottom: 5px;display: table;width: 100%;}

#parallax-panel{
    position: relative;
    min-height: 855px;
    height: 855px;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: table;
}
#parallax-panel::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00335b;
    opacity: 0.3;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.stellar-panel{display: table-cell;vertical-align: middle;z-index: 9999999;position: relative;}
#phone_numbers p{color: #00335b}
#phone_numbers span{font-weight: bold}

#contact-section .buttons_wrap{padding-top: 30px;}
/******************************
*********END HOME**************
******************************/


/******************************
****PAGINA BIENVENIDO**********
******************************/
.welcome-container{position: relative;height: 855px;width: 100%;text-align: center;background-size: cover;background-position: bottom;display: table;}
.centered_box{
    color: #00335b;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.centered_box#welcome{
    padding-top: 120px;
    padding-bottom: 60px;
}
.centered_box_wrap{width: 560px;text-align: center;margin: 0px auto;background: white;padding: 20px;}
.centered_box_content{border: 1px solid #0079c8;padding: 40px;text-align: left;height: 560px;position: relative;}
.centered_box_content.autoheigth{height: auto}
.centered_box_content h1{font-weight:100}
.centered_box small{
    text-transform: uppercase;
    font-size: 12px;
}
.centered_box .heading{
    font-size: 36px;
    margin: 10px 0;
}
.centered_box .heading > *{margin:0;font-weight: 100;}
.centered_box .sub-heading{
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
}
.centered_box .body{
    font-size: 15px;
    font-weight: 100;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 0 40px;
}

.centered_box .body.autoheigth {
    /* position: initial; */
    position: static;
    padding: 0;
}
.centered_box .body#consejos{
    position: relative;
    padding: 0;
    bottom: 0;
}

.pager{display: table;width: 100%;margin-top: 40px;}

.pager1,.pager2{display: table-cell;vertical-align: middle;}

.pager1 ul{
    margin: 0;
    padding: 0;
}
.pager1 li{
    list-style: none;
    display: inline-block;
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    padding: 0 10px;
    color: #cad4dc;
}
.pager1 li:hover{color:#00335b}
.pager1 li.active{ font-weight: 500; border-bottom: 2px solid #00335b;color: #00335b;}

.pager2 > div {
    display: inline-block;
    margin-left: 5px;
    float: right;
    cursor: pointer;
}
.pager2 > div i{
    font-size: 30px;
    padding: 0 10px;
    background: #f3f3f3;
    color: #949eab;
}

.consejo{display: none;}
.consejo:first-child{display: block}
/******************************
****END PAGINA BIENVENIDO******
******************************/


/*********************************************************
****** GENERAL TRAMITES - OFERTAS EXCLUSIVAS *************
**********************************************************/

.blue_square{border: 1px solid #0079c8;width: 100%;position: relative;left: -90px;top: -100px;padding-top: 100px;padding-left: 90px;margin-bottom: -80px;padding-bottom: 20px;padding-right: 20px;}
.blue_square h1{font-size: 36px;font-weight: 100;color: #00335b;}
.blue_square h2{color:#00335b}

/**********************************************************
****** END GENERAL TRAMITES - OFERTAS EXCLUSIVAS **********
***********************************************************/




/******************************
******PAGINA TRAMITES**********
******************************/

#tramites_header{height: 600px; color: white;margin-top: 48px;}
.anchor_option_tramites{
    text-align: center;
    height: 170px;
    width: 170px;
    display: inline-block;
    margin: 10px;
}

.anchor_option_tramites span{width: auto;position: relative;top: 20px;font-size: 80px;color: #0079c8;}
.anchor_option_tramites p{ text-transform: uppercase; font-size: 12px; margin: 0; color: #00335b;margin-top: 15px;}

.reclamacion-tramites .blue_square{border: 1px solid #0079c8;width: 100%;position: relative;left: -656px;top: 150px;padding-top: 100px;padding-left: 90px;margin-bottom: -80px;padding-bottom: 20px;padding-right: 20px;}


.tramite{position: relative;margin-bottom: 250px;margin-top: 110px;}
.tramite small{text-transform:uppercase;color: #00335b;}
.tramite p{color:#00335b}
.tramite h1{
    color: #00335b;
    font-weight: 100;
}
.tramite .grid_6{margin: 0; padding: 0}
.tramite ul{
    margin: 0;
    padding: 0;
}
.tramite ul li{
    list-style: none;
    padding: 0;
    border-top: 1px solid #e9ebec;
    padding-left: 0;
    display: table;
    padding-bottom: 15px;
    padding-top: 12px;
    color: #00335b;
    font-weight: 100;
}

.tramite ul li ul{}
.tramite ul li li{
    font-weight: 100;
    border: 0;
}
.tramite ul li li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#tratamiento .text{padding: 40px}
#tratamiento .text h1{
    margin-top: 40px;
}
#tratamiento .image{}
#tratamiento .grid_6:first-of-type{padding-left: 60px; padding-top: 60px}


#reclamacion img{
    margin-top: 182px;
    margin-bottom: 0;
}
#reclamacion .lista-reclamaciones li{
    background: url("../images/punto-lista.png") 0 17px no-repeat;
    padding-left: 15px;
}
#reclamacion{padding:80px 0 100px 0; background: #f6f7f8;}
#reclamacion .white_panel{position: absolute;right: -21px;top: 0;width: 50%;background: white;padding: 40px;}
#reclamacion .white_panel.negative_top{top: -330px;}

.reclamacion_steps{
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
p.telefono-eeuu,
.reclamacion_steps p{margin:0}
.reclamacion_steps li{
    list-style: none;
    clear: both;
    padding: 0;
    border-top: 1px solid #e9ebec;
    padding-left: 20px;
    display: table;
    padding-bottom: 10px;
    font-weight: 800;
    width: 100%;
}
.pago_steps li{
    list-style: none;
    clear: none;
    padding: 0;
    border-top: 1px solid #e9ebec;
    padding-left: 20px;
    display: table;
    padding-bottom: 10px;
    font-weight: 800;
    width: 100%;
}
#ventajas.reclamacion_steps li{font-weight:100}
.reclamacion_steps li:last-child{border-bottom:0px solid transparent}
.reclamacion_steps li:last-child{border-bottom: 1px solid #f3f3f3;}
.row-accordion.active .reclamacion_steps .correo{font-size:15px; color: #55677e;}

.reclamacion_steps span{font-weight: bold;width: 30px;height: 0px;font-size: 32px;color: #0079c8;position: relative;top: 10px;display: table-cell;}
.pago_steps span.numero{font-weight: bold;width: 30px;height: 0px;font-size: 32px;color: #0079c8;position: relative;top: 10px;display: table-cell;}

.complete_address{
    margin-top: 20px;
}
.complete_address strong{display:block;font-weight: 100;}
.complete_address p{
}

#single_image_left img{
    margin-top: -150px;
    margin-bottom: 150px;
}
#single_image_left .white_panel{position: absolute;right: 0;top: 0; width: 50%;background: white;padding: 40px;}

#single_image_right{position:relative;padding-bottom: 200px;}
#single_image_right img{
    float: right;
    position: relative;
    right: 100px;
}
#single_image_right .blue_square{
    width: 30%;
    margin: 0;
    left: 100px;
    position: relative;
    bottom: -100px;
    top: auto;
    padding: 40px;
    color: #00335b;
}

#modificacion img{
    margin-top: -150px;
    margin-bottom: 150px;
    float: right;
}
#modificacion .white_panel{position: absolute;left: 65px;top: 0; width: 50%;background: white;padding: 40px;}

#renovacion{
    padding: 40px 0;
    min-height: 930px;
    height: 930px;
    background-size: cover;
}
#renovacion .grey_section{
    float: right;
    width: 45%;
    padding: 40px;
    margin-right: 100px;
}

#pago img{
    float: right;
}
#pago .grey_section{
    position: relative;
    left: 100px;
    top: 90px;
    width: 42%;
    padding: 40px;
}

#servicio_medico .blue_square{
    position: absolute;
    right: 50px;
    left: auto;
    width: 40%;
    padding-right: 90px;
    padding-left: 40px;
    padding-top: 60px;
    top: -35px;
}
#servicio_medico .grey_panel{background: #f3f3f3;width: 85%;margin: 0px auto;}
#servicio_medico .grey_panel > div{
    padding: 40px;
    width: 50%;
}
#servicio_medico .grey_panel img{
    margin-top: -60px;
    margin-left: -130px;
}

.expert_container{padding-top: 200px;}

/******************************
***END PAGINA TRAMITES*********
******************************/





/**********************************
***OFERTAS EXCLUSIVAS *************
***********************************/
#menu_ofertas_exclusivas{}
#menu_ofertas_exclusivas.fixed #home_options{margin-bottom:0}

#ofertas_exclusivas_header{height: 600px; color: white;margin-top: 0;}
#ofertas_exclusivas_header h2{text-transform: uppercase; font-size: 18px; font-weight: 500;}
#ofertas_exclusivas_header p{font-size: 13px; font-weight:100; margin-top: 4%; letter-spacing: 2px;}
.ofertas_exclusivas{position: relative;margin-bottom: 0;margin-top: 160px;}
.ofertas_exclusivas small{text-transform:uppercase;color: #00335b;}
.ofertas_exclusivas p{color:#00335b}
.ofertas_exclusivas h1{
    color: #00335b;
    font-weight: 100;
}
.ofertas_exclusivas .grid_6{margin: 0; padding: 0}
.ofertas_exclusivas ul{
    margin: 0;
    padding: 0;
}
.ofertas_exclusivas ul li{
    list-style: none;
    padding: 0;
    border-top: 1px solid #e9ebec;
    padding-left: 0;
    display: table;
    padding-bottom: 15px;
    padding-top: 12px;
    color: #00335b;
    font-weight: 100;
}
.ofertas_exclusivas ul a{text-decoration: underline;}
.ofertas_exclusivas ul a:hover{text-decoration: none;}
.ofertas_exclusivas .blue_square ul.listado-datos li{
    list-style: none;
    padding: 0;
    border-top: none;
    padding: 0;
    display: table;
    color: #586e85;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}
.ofertas_exclusivas ul li ul{}
.ofertas_exclusivas ul li li{
    font-weight: 100;
    border: 0;
}
.ofertas_exclusivas ul li li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.ofertas_exclusivas .text h2{color: #00335b; font-size: 18px;}
.ofertas_exclusivas .text .cuerpo{font-weight: 500;}
.ofertas_exclusivas .text div.white_blue_button_transparent {width: 275px; margin-top: 25px;}
.ofertas_exclusivas .text a.white_blue_button_transparent {
    width: 275px;
    background: #fbfbfc;
    border: 2px solid #0079c8;
    color: #0079c8;
    padding: 15px 20px;
    text-align: center;
    display: block;
}
.ofertas-exclusivas a.white_blue_button {
    font-weight: 100;
    font-size: 16px;
    background: white;
    border: 2px solid #0079c8;
    color: #0079c8;
    padding: 15px 10px;
    text-align: center;
    display: block;
}
.ofertas_exclusivas .text a.white_blue_button_transparent:hover {
    background: #0079c8;
    color: #fff;
}
.ofertas_exclusivas p a.visite-web:hover{
    text-decoration: underline;
}
.ofertas_exclusivas .pago_steps li{
    list-style: none;
    clear: none;
    padding: 0;
    border-top: 1px solid #e9ebec;
    display: table;
    padding-bottom: 20px;
    font-weight: 200;
    width: 100%;
}
.ofertas_exclusivas .pago_steps li li{
    border-top:none !important;
}
.ofertas_exclusivas .pago_steps span.numero {
    font-weight: bold;
    width: 35px;
    height: 0px;
    font-size: 32px;
    color: #fff !important;
    position: relative;
    top: 10px;
    display: table-cell;
}

#menu_ofertas_exclusivas .como_solicitar{
    border: 3px solid #0078c7 !important;
    border-radius: inherit !important;
    border-radius:0 !important;
    height: 150px !important;
}
#menu_ofertas_exclusivas .como_solicitar:hover {
    background: #0079c8;
    color: white;
    border-radius: inherit !important;    
}
#menu_ofertas_exclusivas .como_solicitar::before{border-radius:0 !important;}
#menu_ofertas_exclusivas.fixed .como_solicitar{border: none !important;}
#menu_ofertas_exclusivas.fixed .como_solicitar.active,
#menu_ofertas_exclusivas.fixed .home_option_box.active{border-bottom: 3px solid #00335b !important;}
#menu_ofertas_exclusivas.fixed .como_solicitar:hover {background: transparent; }
#menu_ofertas_exclusivas .display_none{display: none;}

#deporte .text{padding: 40px; background-color: #f6f7f8;}
#deporte .text h1{margin-top: 40px;}
#deporte .grid_6:first-of-type{padding-left: 60px; padding-top: 60px}

#spa{background-color: #f6f7f8;}
#spa img {float: left;}
#spa .grey_section {
    position: absolute;
    right: -21px;
    top: 120px;
    width: 50%;
    background: white;
    padding: 50px 40px;
}
#spa .blue_square {
    padding-top: 45px;
    padding-right: 90px;
    top: -87px;
}

#show .text{padding: 40px; background-color: #f6f7f8;}
#show .text h1{margin-top: 40px;}
#show .grid_6:first-of-type{padding-left: 60px; padding-top: 60px}

#show_dinner{background-color: #f6f7f8;}
#show_dinner img {float: left;}
#show_dinner .grey_section {
    position: absolute;
    right: -21px;
    top: 120px;
    width: 50%;
    background: white;
    padding: 50px 40px;
}
#show_dinner .blue_square {
    padding-top: 45px;
    padding-right: 90px;
    top: -87px;
}

#como_solicitar{
    padding: 0;
    min-height: 617px;
    height: 666px;
    background-size: auto;
    background-position: center 50px;
    background-repeat: no-repeat;
    margin-top: 320px;
}
#como_solicitar .blue_section{
    float: left;
    width: 45%;
    padding: 40px;
    margin-right: 100px;
    margin-bottom: 60px;
}
#como_solicitar h1,
#como_solicitar small,
#como_solicitar .cuerpo p,
#como_solicitar .cuerpo li{color: #fff;}
#como_solicitar .cuerpo li{width: 100%;}
#como_solicitar .cuerpo li strong{font-size: 30px; font-weight: 600; margin-right: 15px;}
/**********************************
***END OFERTAS EXCLUSIVAS *********
***********************************/



/******************************
***********FOOTER**************
******************************/

#menu-footer{
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.menu-footer{
    text-align: center;
    padding: 0;
}

.menu-footer li{
    color: #717376;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 25px;
}

.menu-footer li:hover{color:#0079c8}
.menu-footer li a{}

.social-footer{text-align: center;padding: 50px 0;}
.social-links div{display: inline-block;}
.social-links a{}
.social-links span{ font-size:50px; color: #0079c8}
.social-links span:hover{color: #00335b}

.disclaimer{color: #717376; font-size:12px}
/******************************
*******END FOOTER**************
******************************/

.fixed .subMenu_wrapper{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    height: 61px;
    border-bottom: 1px solid #EDEDED;
    height: 72px;
}
.fixed .subMenu_wrapper{padding-top:0}

.subMenu_wrapper{
    padding-top: 60px;
}
#menu_tramites .display_none{display: none;}

.fixed .subMenu {
    width: 950px;
    z-index: 999;
    position: absolute !important;
    margin: 0px auto;
    left: 0;
    right: 0;
    padding-left: 70px;
}

.subMenu{
    text-align:center;   
}

.subMenu.smint.fxd {
    width: 950px;
    z-index: 999;
    position: absolute !important;
    margin: 0px auto;
    left: 0;
    right: 0;
    padding-left: 70px;
}


.active {
    border-bottom: 3px solid #00335b;
}

.legal{}
.legal h2{
    font-size: 36px;
    margin: 20px 0 !important;
}
.legal p{
    font-size: 12px;
    color: #6c6e71 !important;
    font-weight: 500;
}
.legal li{
    color: #00335b;
}


/*404*/

#page_404{ text-align: center;}
#page_404 h1{
    font-weight: 100;
}
#page_404 p{
    color: #00335b;
    margin-top: 40px;
}
#page_404 ul{
    padding: 0;
    margin-top: 40px;
}
#page_404 li{display: inline-block;color: #00335b;font-weight: 500;margin-right: 10px;}
#page_404 li a{text-decoration: underline;font-size: 16px;}


/******************************
********SITEMAP****************
******************************/

.sitemap-block{}
.sitemap-block .page{
    border: 1px solid #e2e2e1;
    margin-bottom: 15px;
}

.sitemap-block .page.hover-sitemap:hover{
    background:#00335b;    
}
.sitemap-block .page.hover-sitemap:hover > p, .sitemap-block .page.hover-sitemap:hover > a p{color:white;} 
.sitemap-block .page p{
    text-transform: uppercase;
    color: #00335b;
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0;
    padding: 0 25px;
    position: relative;
}
.sitemap-block .page p i{
    position: absolute;
    right: 25px;
}

.sitemap-block .sub-page{
    margin: 0;
    padding: 0;
}
.sitemap-block .sub-page li{
    list-style: none;
    padding: 25px 42px;
    background: #f3f3f3;
    border-bottom: 1px solid #cfcfcf;
}
.sitemap-block .sub-page li:hover{background: #00335b}
.sitemap-block .sub-page li:hover p{color: white}
.sitemap-block .sub-page li:hover small{color: white}

.sitemap-block .sub-page li:first-child{border-top:1px solid #cfcfcf}
.sitemap-block .sub-page li:last-child{border:0}
.sitemap-block .sub-page p{
    text-transform: none;
    padding: 0;
    margin: 0;
}
.sitemap-block .sub-page small{
    font-size: 12px;
    color: #6c6e71;
}
.accordion#sitemap{
    border-right: 1px solid #eceded;
    border-left: 1px solid #eceded;
    margin-top: -15px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.accordion#sitemap .row-accordion.tramites .content{
    margin: 0;
    padding: 0;
    background: white;
    padding: 20px 20px 20px 70px;
    font-size: 13px;
    color: #00335b;
    display: block !important;
}

.accordion#sitemap .row-accordion.tramites .content:hover{color: #0079c8 }
.accordion#sitemap .icon{
    background: white;
}
.accordion#sitemap .icon span{
    color: #0079c8;
    font-size: 44px;
    left: 8px;
}
.accordion#sitemap .title{
    color: #00335b;
    font-size: 11px;
    padding: 15px;
}
.accordion#sitemap .title:hover{
    color: white;
    background: #00335b;
}
.accordion#sitemap i{
    float: right;
    margin-right: 18px;
}

.accordion#sitemap .row-accordion{background:#f3f3f3;padding: 0;border-top: 1px solid #cfcfcf;}
.accordion#sitemap .row-accordion:first-child{border:0}

.sitemap-link-accordion{}
.sitemap-link-accordion a{}
.accordion#sitemap .sitemap-link-accordion a i{
    float: none;
}
/******************************
*******END SITEMAP************
******************************/

/******************************
********ACCORDION**************
******************************/

    .accordion{padding: 0 0 50px 0;}
    .accordion-container{}
    .row-accordion{
    border-bottom: 1px solid #eceded;
    padding: 0 10px;
    display: block;
    color: #6c6e71;
}
    .row-accordion:first-child{border-top: 1px solid #eceded;}
    .tramites .heading-bullet{
    padding: 0;
}
    .heading-bullet{
    display: table;
    padding: 0 10px;
    width: 100%;
}
    .heading-bullet > div{
    display: table-cell;
    vertical-align: middle;
}
    .heading-bullet .number{
    width: 6%;
    padding: 10px 0;
    border-right: 1px solid #ccc;
    color: #949eab;
}
    .heading-bullet .number span{
    font-size: 40px;
    font-weight: 500;
    color: #ccd6de;
}
    .active .heading-bullet .number span{
    color: #00335b;
}
    .heading-bullet .title{
    width: 80%;
    text-transform: uppercase;
    font-size: 16px;
    color: #626263;
}
    
    .tramites .heading-bullet .title{
    width: auto;
    padding: 15px 10px;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 500;
}
    .heading-bullet .title span{display: block; padding-left: 10px;}
    .row-accordion .content{
    background: #F6F7F9;
    padding: 10px 20px;
    margin: 10px 0;
    display: none;
    color: #00335b;
}
    .row-accordion .content p{
    font-weight: 100;
    font-size: 15px;
    color: #55677e;
} 

    #tramites_header{
    height: 600px;
    background-size: cover;
    background-position: center;
    margin-top: 0;
}
    .centered-section-container{}
    .row-accordion.active .number,.row-accordion.active{color: #00335b}
    .row-accordion.tramites .content ul{
    margin: 0;
    padding: 0;
}
    .row-accordion.tramites .content ul li{
    list-style: none;
    padding: 10px 0;
    border-top: 1px solid #e1e4e6;
    width: 100%;
    font-weight: 500;
    color: #00335b;
}
    .row-accordion.tramites .content ul li p{font-weight: 500;}
    .row-accordion.tramites .content ul li:last-child{border-bottom: 1px solid #e1e4e6;}
    .tramites.row-accordion.active .title{
    color: #6c6e71;
}
    .row-accordion.active .reclamacion_steps span{font-size:20px; color:#0079c8;top: 0;}
    .tramites.row-accordion.active .icon{color:#0079c8}

    .row-accordion.tramites{
    padding: 1px 0;
}
    .row-accordion.acc-trigger.tramites.renovaciones_imagen.active{
    padding-bottom: 565px;
    background-position: -300px 110px;
    background-repeat: no-repeat;
}
    .row-accordion.tramites.renovaciones_imagen .content{
    background: transparent;
}
    .row-accordion.tramites .content{
    margin: 15px;
    padding-bottom: 20px;
}
    .row-accordion.tramites .content h1{font-weight:100}
    .row-accordion.tramites .content h1 br{display:none}
    .heading-bullet .icon{
    border-right: 1px solid #eceded;
    padding: 0;
    width: 60px;
    color: #8a8a8a;
}
    .heading-bullet .icon span{
    font-size: 55px;
    position: relative;
    top: 2px;

}

    .heading-bullet .plus{
    padding: 0;
    text-align: right;
}
    .active .plus .plus-icon{
    display: none;
}
    .active .plus .less-icon{
    display: block;
    float: right;
    padding-right: 15px;
}
    .plus .plus-icon{float: right;     padding-right: 15px;}


    .row-accordion.active .plus i::before{content:"\f068"}
    .heading-bullet .plus i{
    font-size: 24px;
    color: #00335b;
}

/******************************
*******END ACCORDION************
******************************/

/******************************
************POPUP**************
******************************/
.bupa-popup { bottom: 0; display: block; left: 0; overflow-y: auto; position: fixed; right: 0; top: 0; z-index: 9999999; background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; }
.bupa-popup * { box-sizing: border-box; }
.bupa-popup .bupa-popup-body { max-width: 600px; background-color: #ffffff; border: 34px solid #fff; color: #fff; margin: 10% auto; text-align: left; width: auto; }
.bupa-popup .bupa-popup-body-container { border: 1px solid #0079c8; }
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr { text-align: center; padding: 50px 30px; }
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr:before,
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr:after { content: ""; display: table; }
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr:after { clear: both; }
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr p { 
    color: #02335b; 
    font-size: 20px; 
    line-height: 30px; 
    margin: 0 0 60px; 
    position: relative;
    width: 100%;
}
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr p .miembro { font-size: 14px; line-height: auto; text-transform: uppercase; }
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr a { cursor: pointer; color: #097bca; font-size: 30px; font-weight: bold; text-transform: uppercase; float: left; }
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr .bupa-popup-close {
    background: none;
    display: block;
    height: auto;
    /*position: initial;*/
    right: 0;
    text-decoration: none !important;
    top: auto;
    width: auto;
    z-index: auto;
    float: right;
}
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr a::before { content: ''; background: url('../images/arrows.png') top left no-repeat; width: 14px; height: 28px; float: left; margin: 0 20px 0 0; transition: margin 500ms; }
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr .bupa-popup-close::before { content: ''; background-position: top right; float: right; margin: 0 0 0 20px; }
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr a:hover::before { margin: 0 10px 0 0; }
.bupa-popup .bupa-popup-body-container .bupa-popup-body-container-inr .bupa-popup-close:hover::before { margin: 0 0 0 10px; }
/******************************
**********END POPUP************
******************************/