/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

@media only screen and (max-width : 767px) {
    .box {
        height: auto !important;
    }
}

.vcenter:before {
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    max-width: 0.001%; /* Just in case the text wrapps, you shouldn't notice it */
}

.vcenter :first-child {
    display:inline-block;
    vertical-align:middle;
    max-width: 99.999%;
}

/* COLORES
    #00728F

*/

.verticalCenter{
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
}

.btn-nafin-action {
    color: #fff;
    background-color: #F8991D;
    border-color: #F8991D;
    border-radius: 6px;
}

.btn-nafin-action-especial {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #F8991D;
    border-color: #F8991D;
    /*font-family: cabinregular;*/
    margin:5px;
    border-radius: 6px;
    font-size:14px;
    text-decoration: none;
}
.btn-nafin-action-especial:hover {
    text-decoration: underline;
    color: #fff!important;
}

.btn-nafin-action:hover {
    text-decoration: underline;
}

@media (max-width: 767px){
    .btn-nafin-action-especial {
        font-size: 14px;
    }
}


/*  VIDEO */
.ckeditor-html5-video{
    background: #f5f5f5;border:1px solid #dddddd;    
}


.video{
    margin-left: auto;
    margin-right: auto;
    display: block;

}

.playpause {
    background-image:url(../images/youtube.png);
    background-repeat:no-repeat;
    width:20%;
    height:20%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

/* CENTER DIV */
.layout-column-editable{
    height:100%;
}

.notFoundPage{
    display: table-cell;
    vertical-align: middle;
    height:100%;
    width:100%;
}
.page-header-nafin{
    margin:0px 0px 20px 0px;
}

/* AddThis clase sobre escrita para lograr centrarlo */
.at-share-btn-elements{
    display:table;
    margin:0px auto;
} 

.well-white {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
}
.pageContent{
    font-size:16px;
}
.pageContent h1,
.pageContent .h1 {
  font-size: 34px;
  text-transform: uppercase;
}

.pageContent h2,
.pageContent .h2 {
  font-size: 28px;
}
.pageContent h3,
.pageContent .h3 {
  font-size: 22px;
}
.pageContent h4,
.pageContent .h4 {
  font-size: 18px;
}
.pageContent h5,
.pageContent .h5 {
  font-size: 14px;
}
.pageContent h6,
.pageContent .h6 {
  font-size: 12px;
}

hr.red{
overflow:visible;
width:100%;
}


.pageNafinTitle hr.red{
    margin: 10px 0 40px;
}
.pageContent .popover{
    font-size:16px;
}

.frameNafin {
    position: relative;
    padding: 45px 15px 15px;
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
}