/* #### FONTS #### */

    @font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('../fonts/ARIAL.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Narrow';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow'), url('../fonts/ARIALN.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Italic'), url('../fonts/ARIALI 1.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Italic'), url('../fonts/ARIALI.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Narrow Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow Italic'), url('../fonts/ARIALNI.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Medium'), url('../fonts/ArialMdm.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Medium Italic'), url('../fonts/ArialMdmItl.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('../fonts/ARIALBD 1.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('../fonts/ARIALBD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow Bold'), url('../fonts/ARIALNB.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold Italic'), url('../fonts/ARIALBI 1.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold Italic'), url('../fonts/ARIALBI.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Narrow Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow Bold Italic'), url('../fonts/ARIALNBI.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Black'), url('../fonts/ARIBLK.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Black Italic'), url('../fonts/ARIALBLACKITALIC.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Light Regular'), url('../fonts/ARIALLGT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial CE Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE Regular'), url('../fonts/ArialCE.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial CE MT Black Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE MT Black Regular'), url('../fonts/ArialCEMTBlack.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial CE Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE Bold'), url('../fonts/arialceb.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Light Italic'), url('../fonts/ARIALLGTITL.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial CE Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE Italic'), url('../fonts/ArialCEItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Arial CE Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE Bold Italic'), url('../fonts/ArialCEBoldItalic.woff') format('woff');
    }
body {font-size: 15px;
font-family: 'Arial Regular';
font-weight: 400;
color: #000;}
p {font-size: 18px;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
color: #000;}
#main-box {
padding-bottom: 100px!important;
margin-bottom:0!important;    

}
.filter-clear {
    margin-bottom: 10px;
}
#contenido-interno ul {
  list-style: none; 
  padding-left:30px;/* Remove default bullets */
}
ul.items {
    list-style: none;
    padding-left: 0px!important;
}

.headroom--pinned {
    transform: inherit!important;
}
ul.jqtree_common li::before, ul.select2-selection__rendered li:before {
  display: none!important; /* Needed to add space between the bullet and the text */
}

#contenido-interno ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #AD272D; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.docman_list__sidebar ul li:before {
  content: ""!important;  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: transparent; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0em; /* Also needed for space (tweak if needed) */
  margin-left: 0em; /* Also needed for space (tweak if needed) */
}
.docman_list__sidebar ul {padding-left:5px!important;}
ul.chzn-results li {
    display: none!important;
}
ul.filter-items li::before{
    display: block!important;
}
#contenido-interno ol {list-style:none; margin:0; padding:0; counter-reset:list; list-style:none!important;padding-left:15px;}
#contenido-interno ol li {margin:0 0 20px; padding:0 0 0 20px; position:relative;}
#contenido-interno ol li:before {
    counter-increment:list;
    content:counter(list, upper-alpha) ". ";
    color:#AD272D;
    position:absolute;
    left:0;
}
/*DOCUMENTOS*/
.ja-filter-wrapper .filter-content {
    background-color: #fff;
    padding: 15px 10px;
}
ul.filter-items {
    list-style: none;
    background: transparent;
    color: #fff;
}
ul.chzn-results li {
    border-bottom: 2px solid #063A76;
    background: #084691;
}
ul.chzn-results {
    list-style: none;
    color: #fff;
}
.chzn-container .chzn-drop {
    width: 140px;
     background: #084691;
}
a#jamegafilter-search-btn {
    background: #009FE3;
    color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
    width: 120px;
    padding: 10px 15px;
    display:none;
}
a#jamegafilter-search-btn:hover {
    background: #003A76;
    color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
    width: 120px;
    padding: 10px 15px;
}
ul.filter-items input {
   display:none;
}
ul.filter-items li::before, ul.chzn-results li:before {
    content: ""!important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
li.lv-2 {
    border-bottom: 2px solid #063A76;
    background: #084691;
    font-size:1em!important;
}
li.lv-2 label {
    font-size:1em!important;
}
li.lv-3 {
    border-bottom: 2px solid #063A76;
    background: #084691;
    font-size:1em!important;
}
.ja-filter-wrapper .filter-content .filter-items .item.lv-3 {
    background: #084691;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.ja-filter-wrapper .filter-content .filter-items .item.lv-1 {
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}
li.lv-3 label {
    font-size:1em!important;
}
.ja-filter-wrapper .filter-content .filter-items .item.lv-2 {
  background: #084691;padding-left: 15px; padding-right: 15px;padding-top: 12px;padding-bottom: 12px;
}
li.jqtree_common {color: #fff;}
li div.jqtree_common {
  background: #084691!important; color: #fff;padding-left: 15px!important; padding-right: 15px!important;padding-top: 2px!important;padding-bottom: 2px!important;
  border-bottom: 2px solid #063A76!important;
    font-size: 1em!important;
}
.jqtree-whitespace {
    display: none!important;
}
.input-append .btn:last-child {
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom:10px;
}
button.k-js-search-reset {color: #fff;}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: 0px;
}
.k-ui-namespace .docman_document {
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.k-ui-namespace .docman_document_details {
    font-size: 12px;
    border-bottom: none!important;
    border-bottom-color: rgba(0,0,0,.05);
    padding-bottom: 10px;
    margin-top: -5px;
}
.well.k-filters label{color: #fff; font-size:1.1em;}
.well.k-filters {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #084691!important;
    border: 1px solid #063A76;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
a.koowa_header__title_link, a.koowa_header__link {color: #424242!important; font-size:0.8em!important;}
span.created-on-label {color: #424242!important; font-size:1.1em!important;}
.k-ui-namespace .docman_download {
    width: 25%;
    min-width: 150px;
    max-width: 300px;
    margin: -30px 20px 10px;
    text-align: center;
    float: right;
    margin-left: 10px;
}
.ja-filter-wrapper .filter-content .filter-options-title span {
    background-color: #084691;
    border-radius: 2px;
    display: block;
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 5px 10px 5px 28px;
    position: relative;
    text-transform: uppercase;
    color:#fff;
}
li.lv-1 label {
    color: #666666;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom:5px!important;
}
.ja-megafilter-wrap .sidebar-main {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
}
.ja-megafilter-wrap .main-content {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.products-toolbar .orderby-displaynumber {
    background-color: #084691;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 40px;
    vertical-align: middle;
    color:#fff;
    display: flex;
    justify-content: space-between;
    flex-flow:wrap;
}
.products-toolbar .toolbar-sorter .action {
    background-color: #229FE3;
    border: 0;
    color: #fff;
    float: none;
    height: 30px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    width: 32px;
    margin-left: 23px;
}
a.sorter-action i {
    font-size: 1.2em;
}
/*FIN DOCS*/
.moduletable {
    margin-bottom: 20px;
    padding: 0px;
}
.at-expanding-share-button .at-share-btn {
    display: block;
    height: 40px;
    padding: 0 20px 0 0!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-collapse {
  border-top:none;
}
.back-to-top {
    display: none!important;
}
.at-expanding-share-button-toggle-bg  {
    margin-right:15px;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 0%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0%);
}
.nav{display:block; align-items: center; margin-top:20px;flex-flow: wrap;}
.nav li{justify-content:center;}
.nav>li {
    display: inline-block;
    line-height: 1.2em;
    border-left:none;
    padding: 0px 0px 0px 0px;
}
.nav.menu li a:active,.nav.menu li a:focus {
   background:transparent;
}
ul.nav li a {position:relative;padding:10px 15px 10px 50px!important;text-align:left;}
nav.navigation li {
    border: 1px solid #003A76;
    padding-top: 10px;
    padding-left: 5px;
}
ul.dropdown-menu li a {
    border-bottom: 1px solid #003A76;
}
.nav.menu li:first-child a {background:url(../images/ico-menu-inicio-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;background-position-x:0px;}
.nav.menu li:nth-child(2) a {background:url(../images/ico-menu-conasida-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: 0px;background-position-x:0px;}
.nav.menu li:nth-child(3) a {background:url(../images/ico-menu-documentacion-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;background-position-x:0px;}
.nav.menu li:nth-child(4) a {background:url(../images/ico-menu-mcp-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: 5px;background-position-x:0px;}
.nav.menu li:nth-child(5) a {background:url(../images/ico-menu-prep-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;background-position-x:0px;}
.nav.menu li:nth-child(6) a {background:url(../images/ico-menu-contacto-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;background-position-x:0px;}

/*NAV Hover*/
.nav.menu li:first-child a:hover {background:url(../images/ico-menu-inicio-activo.svg) center top no-repeat; background-size:40px;
background-position-y: -2px;background-position-x:0px;}
.nav.menu li:nth-child(2) a:hover {background:url(../images/ico-menu-conasida-activo.svg)center top no-repeat; background-size:40px;
background-position-y: 0px;background-position-x:0px;}
.nav.menu li:nth-child(3) a:hover {background:url(../images/ico-menu-documentacion-activo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;background-position-x:0px;}
.nav.menu li:nth-child(4) a:hover {background:url(../images/ico-menu-mcp-activo.svg)center top no-repeat; background-size:40px;
background-position-y: 5px;background-position-x:0px;}
.nav.menu li:nth-child(5) a:hover {background:url(../images/ico-menu-prep-activo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;background-position-x:0px;}
.nav.menu li:nth-child(6) a:hover {background:url(../images/ico-menu-contacto-activo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;background-position-x:0px;}

/*SUBNAV*/
.nav-child.dropdown-menu li a {background:transparent!important; color:#fff;padding:15px!important;}
.nav-child.dropdown-menu li a:hover {background:#003a76!important; color:#fff;}
.nav-child.dropdown-menu {background:#004691;}
.sppb-btn-primary {
    color: #fff;
    background-color: #004691;
    border-color: #004691;
}
.sppb-btn-primary:hover {
    color: #fff;
    background-color: #003a76;
    border-color: #003a76;
}
/*FIN SUBNAV*/
.texto-intro {color:#004691;font-size:1.3em;text-align:center;}
.texto-intro h1 {
    color: #004691;
    font-size: 1em;
    margin-bottom: 0;
    display: inline;
    text-transform:none;
    text-align:center;
}
.texto-intro a {
    color: #AD272D;
    padding: 10px 25px;
    border: 1px solid #AD272D;
    display: block;
    margin: 0 auto;
    width: 200px;
    margin-top: 30px;
}
.texto-intro-conasida a {
    color: #AD272D;
    padding: 10px 25px;
    border: 1px solid #AD272D;
    margin-top: 30px;
}
.texto-intro-conasida, .borde-abajo {
padding-bottom:40px;
    border-bottom: 1px solid #AD272D;
}
thead tr {
    color: #fff;
    background:#004691;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ccc;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #EDECE9;
}


a.boton-cuadrado {
    border: 1px solid #ccc;
    display: block;
    padding: 20px 30px;
    min-height:304px;
}
a.boton-cuadrado:hover {
    border: 1px solid #AD272D;
}
a.boton-cuadrado p {
    font-family: 'Arial Bold';
    font-size:1.4em;
    text-align:center;
    color:#003A76;
    min-height:60px;
}
.flecha-boton {
    background: url(../images/ico-more-normal.svg)no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
a.boton-cuadrado:hover .flecha-boton {
    background: url(../images/ico-more-rollover.svg)no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
p.azul1 {
    color: #004691;
    font-size: 1.3em;
    text-align: center;
    font-family: 'Arial Bold';
}
.ja-megafilter-wrap .ja-mg-sidebar.open {
    height: 50px;
}
.ja-megafilter-wrap .ja-mg-sidebar {
    height: auto;
}
.ja-products-wrapper.list .list .product-item .product-item-info {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0px;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    display:flex;
    flex-flow:row wrap;
}
.fondo-azul2 {
    background: #003A76;
    font-size: 1.3em;
    text-align: center;
    font-family: 'Arial Bold';
    color: #fff;
    border-radius: 50px;
    width: 180px;
    padding: 7px 15px;
    margin: 0 auto;
}
.texto-naranja {
    color: #f15c36;
    font-size: 1.2em;
}
.modal-body .ficha-subreceptores {
    border: none;
    display: block;
    overflow: hidden;
    clear: both;
}
.fila-redes .redes-footer {
    float: none;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.fila-redes .redes-footer a {
    background: #b0d0de;
    border-radius: 50px;
}
.fila-redes .redes-footer a:hover {
    color: rgb(137,61,146);
    border-radius: 50px;
    background: #b0d0de!important;
}
.fila-redes .redes-footer a:hover .circle-icon {
    background: transparent;
}
.fila-redes {
    border-top: 5px solid #009FE3;
    background: url(../images/seccion-redes-deco.svg)no-repeat bottom right;
    background-size: 140px;
    background-position-y: 100%;
    padding-bottom: 135px;
}
	
.fila-redes h2 {
    color: #003A76;
    font-size: 1.5em;
    text-align:center;
}
a:hover {transition: 0.5s;}
a.banner-prep {background: url(../images/banner-bck-prep-condon.jpg)no-repeat; background-size:cover;padding:40px;display:block;height:250px;position:relative;}
a.banner-prep:after {background: rgba(0,58,118,0.8);position:absolute;content:"";width:100%;height:100%;top:0;left:0;opacity:0;transition: 0.5s;}
a.banner-prep:hover:after {background: rgba(0,58,118,0.8);position:absolute;content:"";width:100%;height:100%;top:0;left:0;opacity:1;}
.texto-banner {
    background: url(../images/PrEP-condon.svg)no-repeat center top;
    background-size: 80%;
    height: 200px;
}
.logos-prep img {position:absolute; bottom:-8px;left:11%; width:80%;}
a.banner-prep .boton-rojo {position:absolute; left:0%; top:45%;color: #fff;background:#AD272D;padding:10px 25px;display:none;}
a.banner-prep:hover .boton-rojo {position:absolute; left:0%; text-align:center; top:45%;color: #fff;background:#AD272D;padding:10px 25px;display:block; z-index:10;}
.moduletablealianzas-home {
    padding-left: 15px;
    padding-right: 15px;
}
.lista-especial ol li {
    border-top: 1px solid #AD272D;
    margin-top:20px;
    margin-bottom:20px;
}
.lista-especial ol li:before {
    counter-increment: list;
    content: counter(list, upper-alpha) ". ";
    color: #AD272D;
    position: absolute;
    left: 0;
    top: 23px;
}

.lista-especial ol li:first-child {
    background: url(../images/interna-esquema-img1.svg)no-repeat center right;
    background-size: 130px;
    min-height: 200px;
    background-position-y: bottom;
    background-position-x: center;
}
.lista-especial ol li:nth-child(2) img {
display:block;
margin:0 auto;
    width: 100%;
margin-top:20px;
margin-bottom:20px;
}
.lista-especial ol li:nth-child(2) {
border-bottom: 1px solid #AD272D;
padding-bottom:20px;
}
a.boton-rojo.descarga {
    color: #AD272D;
    padding: 10px 25px;
    border: 1px solid #AD272D;
    display: inline-block;
    width:auto;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    padding-left: 40px;
}
a.boton-rojo.descarga:hover {
    color: #FFF;
}
a.boton-rojo.descarga:after {
background:url(../images/ico-descarga.svg)no-repeat; position:absolute; content:"";
width:20px; height:20px;left:10px;top:10px;
}
a.boton-rojo.descarga:hover:after {
background:url(../images/ico-descarga-hover.svg)no-repeat; position:absolute; content:"";
width:20px; height:20px;left:10px;top:10px;
}
.fila-medidas {background: #e0eef3;min-height: 130px;position: relative;padding-left: 20px;padding-right: 40px;padding-top: 120px;margin-bottom: 20px;margin-top: 20px;padding-bottom: 20px;text-align:center;}

.fila-medidas1 {background: #e0eef3;min-height: 130px;position: relative;padding-left: 20px;padding-right: 40px;padding-top: 135px;padding-bottom: 20px;margin-bottom: 20px;margin-top:20px;}
.fila-medidas.bio:after {
background:url(../images/img-estrategia-prevencion-biomedicas.svg)no-repeat; position:absolute; content:"";
width:100px; height:100px;left:30%;top:15px;
}
.fila-medidas.estructura:after {
background:url(../images/img-estrategia-prevencion-estructurales.svg)no-repeat; position:absolute; content:"";
width:100px; height:100px;left:30%;top:15px;
}
.fila-medidas.educa:after {
background:url(../images/img-estrategia-prevencion-educativas.svg)no-repeat; position:absolute; content:"";
width:100px; height:100px;left:30%;top:15px;
}
.fila-medidas1 .icono1, .fila-medidas1 .icono2 {position:relative;}
.icono2 {
    padding-top: 135px;
}
.fila-medidas1 .icono1:after {
background:url(../images/img-primera-visita.png)no-repeat; position:absolute; content:"";
width:110px; height:110px;left:30%;top:-110px;background-size:contain;
}
.fila-medidas1 .icono2:after {
background:url(../images/img-segunda-visita.png)no-repeat; position:absolute; content:"";
width:110px; height:110px;left:30%;top:15px;background-size:contain;
}
.fila-medidas1.icono3:after {
background:url(../images/img-control.png)no-repeat; position:absolute; content:"";
width:110px; height:110px;left:30%;top:15px;background-size:contain;
}
.fila-medidas1.icono4:after {
background:url(../images/img-seguimiento-trimestras.png)no-repeat; position:absolute; content:"";
width:110px; height:110px;left:30%;top:15px;background-size:contain;
}
a:link {
    transition: 0.5s;
}


.flex-logo {display: flex;justify-content: center; flex-flow:wrap;}
.flex-logo img {
    background:#fff;
    padding:10px;
    margin-right:10px;
    margin-top:20px;
    position:relative;
      -webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
}
#header {
  background-color: #004691;
}
.mainbody {
    margin-top: 0px;
    position: relative;
}
#breadcrumbs{
 display:none;   
}
#main {
    padding-top: 0px;
}
.home .page-header {
    display: none;
}
.home #content-top {
    padding: 40px 10px 40px 10px;
    background: transparent;
    background-position-x: 87%;
    background-size: 125px;
    background-position-y: 25%;
}


body section {
    padding-top: 0px;
}
.encabezado-bandera {background:url(../images/bandera-internas.png)no-repeat center top;font-size:0;
background-size:auto; }
.bandera-contenido {background:url(../images/bandera-internas.png)no-repeat center top;font-size:0;
background-size:auto;min-height:30px; }
.mecanismo-coordinador-de-pais .encabezado-bandera img,.organigrama-del-proyecto-vih-cr .bandera-contenido img, .quienes-somos .bandera-contenido img,.objetivos-del-proyecto-vih-cr .bandera-contenido img,
.subreceptores-del-proyecto-vih-cr .bandera-contenido img, .denunciar-ante-el-mcp .bandera-contenido img {
    background: #fff;
}
.encabezado-bandera img, .bandera-contenido img {
    background: transparent;
    padding: 0 20px;
    width:70%;
}
.encabezado-bandera img {
-webkit-box-shadow: -10px 0px 13px -7px transparent, 10px 0px 13px -7px transparent, 5px 5px 2px 5px rgba(0,0,0,0); 
box-shadow: -10px 0px 13px -7px transparent, 10px 0px 13px -7px transparent, 5px 5px 2px 5px rgba(0,0,0,0);
padding:0;
}

.prep .encabezado-bandera img {
-webkit-box-shadow: -10px 0px 13px -7px transparent, 10px 0px 13px -7px transparent, 5px 5px 2px 5px rgba(0,0,0,0); 
box-shadow: -10px 0px 13px -7px transparent, 10px 0px 13px -7px transparent, 5px 5px 2px 5px rgba(0,0,0,0);
padding:0;
}


#main-box {
    padding: 60px 0;
    background:#EDECE9;
}
#main-box.mecanismo-coordinador-de-pais, #main-box.home, #main-box.prep {
    padding: 0px 0;
    background:transparent;
}
#main-box.que-es-la-prep, #main-box.la-prep-es-para-mi,#main-box.ya-uso-prep,#main-box.quiero-prep-que-debo-hacer {background: #e0eef3;}
#contenido-interno{
    background: #fff!important;
}
#contenido-interno.col-md-10, .cintillo.col-md-10{padding-left:0px;padding-right:0px;}
.sppb-row-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
#section-id-1624645943681 .sppb-row-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
span.texto-descarga {
    margin-left: 10px;
}
.navbar-header {
  float: none!Important;
  padding-bottom:0px;
  background:#fff;
  background-position-y:197px;
}

.navbar-default{
background-color: transparent;
border:0;
}
.dropdown-menu>li>a {
    white-space: pre-wrap;
}
.dropdown.open .dropdown-menu {
    opacity: 1;
    z-index:1000;
    max-height:500px;
    width:100%;
        min-width: 280px;
}

.navbar-default a{
color: #fff;
font-family: 'Palanquin Dark', sans-serif;
font-size: 1.2em;
text-transform: uppercase;
min-height:55px;
padding-top:5px!important;
padding-bottom:0px!important;
}



.navbar-header .logo {
  text-align: center;
  padding: 20px 0;
}
.navbar-header .logo img {
  max-width: 330px;
  height: auto;
}

.nav>li {
  display: block;
  line-height: 1.3em;
      align-self: normal;
      margin-bottom:10px;
}
.container.logo img {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
}
.mainbody{
margin-top: 0px;
position: relative;
}

#bottom {background:#e3e4e1;padding-top:0px;padding-bottom:70px;}
#footer {padding: 10px 10px 0px 10px;position:relative;}
#footer:before {background:url(../images/footer-deco-top.png)no-repeat; position:absolute; content:"";
width:100%; height:100%;left:0px;top:-55px;
}
#footer {background:#004691;color:#fff;}
#footer a {color:#fff;}
#footer p {color:#fff;font-size:1em;margin-top:10px;}
#footer h3 {color:#fff;font-family: 'Arial bold';font-size:1.4em;}
.redes-footer i {font-size: 2em;}
.redes-footer a {
margin-right:10px;
}
.redes-footer {
    float: none;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.circle-icon {
    background: transparent;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px!important;
    vertical-align: middle;
    padding: 7px;
    border: 1px solid #fff;
}
.redes-footer a:hover .circle-icon {
    background: #003A76;
}
strong {
    font-weight: bold;
    font-family: 'Arial Bold';
}
img {
    max-width: 100%;
    height: auto;
}
/*MCP HOME*/

.fila-botones-mcp a {
width:100%;
display:inline-block;
}
.fila-botones-mcp.prep a {
width:100%;
display:inline-block;
}
.fila-botones-mcp.prep.consulta a {
    width: 100%!important;
    display: inline-block;
}

.fila-botones-mcp a:first-child,.fila-botones-mcp a:nth-child(2) {
margin-right:0%;
margin-bottom:20px;
}

.fila-botones-mcp.prep a:first-child {
    margin-right: 0%;
    margin-bottom:20px;
}
.fila-botones-mcp a.boton-cuadrado {
    padding: 20px 15px;
    min-height:268px;
}
.fila-botones-mcp img {
    margin: 0 auto;
    display: block;
}
.fila-botones-mcp.prep a.boton-cuadrado {
    padding: 20px 15px;
    min-height:238px;
}
.fila-botones-mcp.prep a.boton-cuadrado p {
    font-family: 'Arial Bold';
    font-size: 1.2em;
    text-align: center;
    color: #003A76;
    min-height: 30px;
}
.fila-botones-mcp.prep h3 {
    float: left;
    width: 50%;
    font-family: 'Arial Bold'!important;
    color: #fff!important;
}
.org-apoyo a.boton-cuadrado {
    border: 1px solid #ccc;
    display: block;
    padding: 20px 10px;
    min-height: 104px;
    margin-bottom:20px;
}
.org-apoyo .boton-cuadrado img {
    display: block;
    margin: 0 auto;
    height: 100px;
    margin-bottom:15px;
}
.org-apoyo a.boton-cuadrado p {
    font-family: 'Arial Bold';
    font-size: 1.2em;
    text-align: center;
    color: #003A76;
    min-height: 0px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.org-apoyo  {background:#fff;padding:15px;}
.org-apoyo h2  {color:#003A76;font-size: 1.5em;text-align: center;}
.fila-celeste {background:#e1eef4; position:relative;}
.fila-celeste:after {background:url(../images/bck-plasta-celeste-bottom.jpg)repeat-x; position:absolute; content:"";
width:100%; height:100%;right:0px;bottom:0px; background-position-y: 100%;}
.banner-preguntas {
    background: url(../images/banner-preguntas-prep.jpg)no-repeat;
    padding: 15px 15px 0;
    min-height: 130px;
    background-repeat-y: inherit;
}
.imagen-preguntas {
    background: url(../images/banner-preguntas-prep-personajes.jpg.png)no-repeat;
    min-height: 120px;
    background-size: contain;
    background-position-y: 29px;
}

.banner-preguntas p {
    color: #fff;
    font-size: 1.3em;
    font-family: 'Arial Bold';
    margin-bottom:0;
}
.banner-preguntas p.grande {
    color: #fff;
    font-size: 2em;
    font-family: 'Arial Bold';
}
.banner-boletin {background:#003A76;padding:50px 15px}
.banner-boletin p {color:#fff; text-align:center;font-size:1.2em; font-family: 'Arial Bold';margin-top:15px;margin-bottom:15px;}
button.hvr-sweep-to-right-bl.boton-blanco {
    background: transparent;
    border: 1px solid #fff;
    padding: 15px 10px;
    font-size: 1.3em;
    color: #fff;
    display:block;
    margin:0 auto;
}

button.hvr-sweep-to-right-bl:hover,button.hvr-sweep-to-right-bl:focus, button.hvr-sweep-to-right-bl:active {
  color: #003A76;
}
button.hvr-sweep-to-right.boton-rojo {
    background: transparent;
    border: 1px solid #AD272D;
    padding: 15px 10px;
    font-size: 1.3em;
    color: #AD272D;
}

button.hvr-sweep-to-right.boton-rojo:hover {
  color: #fff;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
}
.fila-botones-mcp.prep .fondo-verde {
    background: #82af3a;
    border-radius: 15px;
    padding: 15px;
    height:100px;
}
.fila-botones-mcp.prep .fondo-morado {
    background: #93278f;
    border-radius: 15px;
    padding: 15px;
    height:100px;
}
.fila-botones-mcp.prep .fondo-amarillo {
    background: #fbb03b;
    border-radius: 15px;
    padding: 15px;
    height:100px;
}
.fila-botones-mcp.prep .fondo-naranja {
    background: #f15a24;
    border-radius: 15px;
    padding: 15px;
    height:100px;
}

.fila-botones-mcp.prep h3 {position:relative; margin-top:0!important;}
.contenedor-fondo-verde, .contenedor-fondo-morado, .contenedor-fondo-amarillo, .contenedor-fondo-naranja {
    position: relative;
    height: 140px;
}
.contenedor-fondo-verde:after {background:url(../images/ico-que_es_prep-svg.svg)no-repeat; position:absolute; content:"";
width:110%; height:110%;right:-45px;top:0px; background-position-x: 160%; background-size:contain;}
.contenedor-fondo-morado:after {background:url(../images/ico-la_prep_es_para_mi.svg)no-repeat; position:absolute; content:"";
width:80%; height:80%;right:0px;top:0px; background-position-x: 100%;background-size:contain;}
.contenedor-fondo-amarillo:after {background:url(../images/ico-quiero_prep.svg)no-repeat; position:absolute; content:"";
width:80%; height:80%;right:0px;top:0px; background-position-x: 100%;background-size:contain;}
.contenedor-fondo-naranja:after {background:url(../images/ico-ya_uso_prep.svg)no-repeat; position:absolute; content:"";
width:80%; height:80%;right:0px;top:0px; background-position-x: 100%;background-size:contain;}

.video-mcp {padding:10px;border:2px solid #009FE3;}
.pager {display: none;}
.cintillo-contacto {
    background: #003A76;border-bottom:10px solid #009FE3;padding:20px!important;
}
.cintillo-contacto h4 {text-transform:none;font-size:1.4em;}
/*FIN MCP HOME*/
a.boton-rojo {
    color: #AD272D;
    padding: 10px 25px;
    border: 1px solid #AD272D;
    display: block;
    margin: 0 auto;
    width: 200px;
    margin-top: 30px;
}
a.boton-blanco {
    color: #fff;
    padding: 10px 25px;
    border: 1px solid #fff;
    width: 202px;
    margin-top: 30px;
    display:block;
    text-align:center;
font-family: 'Arial Medium';
margin:0 auto;
}
a.boton-blanco:hover {
text-decoration:none;
}
.contacto {text-align:left;padding:10px;}

#copy {background:#003A76;color:#fff;padding:10px;}
#copy .moduletable {
    margin-bottom: 0px;
    padding: 0px!important;
}
.sp-page-builder .page-content #section-id-1624562899816 {
    padding: 0px 0px 0px 0px!important;
    margin: 0px 0px 0px 0px;
    box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-wrapper-1624562899819 {
    margin: 0px 0px 0px 0px!important;
}

h1 {font-family: 'Arial Bold';text-transform: uppercase;
font-size: 2em;color: #004691;margin-bottom: 30px;}
h1.titulo-prep {font-family: 'Arial Bold';text-transform: uppercase;
font-size: 2em;color: #004691;margin-bottom: 15px;}
h2 {font-family: 'Arial Bold';text-transform: uppercase;
font-size: 1.7em;color: #009FE3;margin-top: 25px;
    margin-bottom: 15px;}
.ficha-subreceptores h2 {font-family: 'Arial Bold';text-transform: uppercase;
font-size: 1.7em;color: #fff;background:#004691; margin-top: 0;
    margin-bottom: 25px;padding:10px 15px;}
h3 {font-family: 'Arial Regular';text-transform: uppercase;
font-size: 1.5em;color: #003A76; font-weight:bold;}
#contenido-interno h3 {font-family: 'Arial Regular';text-transform: none;
font-size: 1.3em;color: #003A76; font-weight:bold;}
.h3-azul h3 {font-family: 'Arial Regular';text-transform: uppercase;
font-size: 2.3em;color: #003A76; font-weight:bold;}
h4 {font-family: 'Arial Medium';text-transform: uppercase;
font-size: 1.5em;color:#004691; font-weight:700;}

.lista-alianzas li a {
    background: url(../images/ico-more-normal.svg)#fff no-repeat;
    padding: 7px 38px 7px 10px;
    font-size: 1.4em;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    color: #004691;
    background-position-x: 98%;
    background-size: 22px;
    background-position-y: 50%;
}
.lista-alianzas li a:hover {
    background: url(../images/ico-more-rollover.svg)#fff no-repeat;
    padding: 7px 38px 7px 10px;
    font-size: 1.4em;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    color: #004691;
    background-position-x: 97%;
    background-size: 22px;
    background-position-y: 50%;
    text-decoration:underline;
}
.flecha-boton {
    background: url(../images/ico-more-normal.svg)no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.lista-alianzas ul {list-style: none;padding-left:0;}
.nota {
    padding-left: 30px;
    border-left: 5px solid #EDECE9;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ficha-subreceptores {
    border: 1px solid #ccc;
    display: block;
    overflow: hidden;
    clear: both;
}
/* Grow */
.hvr-grow  {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Fade Rojo */
.hvr-fade-rojo {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade-rojo:hover, .hvr-fade-rojo:focus, .hvr-fade-rojo:active {
  background-color: #AD272D;
  color: white;
}

/* Sweep To Right Rojo */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #AD272D;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Right Azul */
.hvr-sweep-to-right-a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right-a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003A76;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right-a:hover, .hvr-sweep-to-right-a:focus, .hvr-sweep-to-right-a:active {
  color: white;
}
.hvr-sweep-to-right-a:hover:before, .hvr-sweep-to-right-a:focus:before, .hvr-sweep-to-right-a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Right blanco */
.hvr-sweep-to-right-bl {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right-bl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right-bl:hover, .hvr-sweep-to-right-bl:focus, .hvr-sweep-to-right-bl:active {
  color: #003A76;
}
.hvr-sweep-to-right-bl:hover:before, .hvr-sweep-to-right-bl:focus:before, .hvr-sweep-to-right-bl:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.texto-blanco h3,.texto-blanco h4,.texto-blanco p, .texto-blanco a {color:#fff;}



.menu-mobile{display:flex;flex-flow:wrap;justify-content:center;background: #084691;height:60px;}
.menu-mobile p{color:#fff; text-transform:uppercase;font-size:1.3em;margin-right:10px;}
.navbar-toggle {
    position: relative;
    padding: 7px 15px!important;
    -webkit-box-shadow: 0px 1px 8px 2px rgb(0 0 0 / 0%);
    box-shadow: 0px 1px 8px 2px rgb(0 0 0 / 0%);
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    margin-right:0!important;
    height:60px;
}
.navbar-toggle:hover,.navbar-toggle:focus, .navbar-toggle:active {
    background-color: #063A76!important;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0em;
    line-height: 14px;
}
.addthis_inline_share_toolbox {
    display: inline-flex;
}

.itemProductoCol-154 {
    display: none;
}

.banner-titulo-principal {
background:#ffd006;
}
.titulo-principal h2 {
    text-transform: none;
    text-align: center;
    font-size: 1.7em;
}
.product-item-actions .btn-default {display:none;}
.product-item-info.no-image {
    display: flex;
    justify-content: space-between;
    flex-flow:wrap;
}
.name {
    padding-left: 15px;
    padding-right: 15px;
}
.product-item-actions {
    display: block;
    margin: 0 auto;
}
div.toolbar-bottom {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    display: none;
}
.ja-products-wrapper .product-item-actions {
    margin-top: 10px;
    overflow: hidden;
    margin-right: 30px;
}
.ja-products-wrapper.list .list .product-item .product-item-info .product-item-details {
    overflow: hidden;
    padding-left: 15px;
}
.created_date {
    padding-left: 15px;
}
.ja-toolbar-wrapper h1 {
    font-size: 1.9em;
    text-align: center;
    padding: 5px;
}
.product-item-name span {display:none;}
.borde-arriba {border-top: 1px solid #AD272D;}
h5.mb-0 {
    background: #E1EEF4;
    padding: 5px 10px;
    color: #004691;
}
h5.mb-0 button {
    color: #004691;
    font-size:1em;
    display:block;
    width:100%;
    text-align:left;
    white-space: normal;
}
.filter-selected.filter-current.filter-values h3 {
    margin-top: 20px;
}
.card .card-header button:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.card .fa-angle-down {
    float: right;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.card-body {
    padding: 10px 15px;
}

@media screen and (min-width: 390px) {
    .texto-banner {
    background: url(../images/PrEP-condon.svg)no-repeat center top;
    background-size: 70%;
    height: 200px;
}
.logos-prep img {position:absolute; bottom:-8px;left:16%; width:70%;}
}

@media screen and (min-width: 480px) {
    .texto-banner {
    background: url(../images/PrEP-condon.svg)no-repeat center top;
    background-size: 48%;
    height: 200px;
}
.logos-prep img {position:absolute; bottom:-8px;left:28%; width:48%;}
    a.banner-prep .boton-rojo {position:absolute; left:25%; top:45%;color: #fff;background:#AD272D;padding:10px 25px;display:none;}
    .contenedor-fondo-verde:after {
    background: url(../images/ico-que_es_prep-svg.svg)no-repeat;
    position: absolute;
    content: "";
    width: 110%;
    height: 110%;
    right: -45px;
    top: 0px;
    background-position-x: 100%;
    background-size: contain;
}
a.banner-prep:hover .boton-rojo {
    position: absolute;
    left: 23%;
    text-align: center;
    top: 45%;
    color: #fff;
    background: #AD272D;
    padding: 10px 25px;
    display: block;
    z-index: 10;
}
    
}

@media screen and (min-width:640px) {

}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (min-width: 768px) {

    .org-apoyo a.boton-cuadrado p {
    font-family: 'Arial Bold';
    font-size: 1.2em;
    text-align: center;
    color: #003A76;
    min-height: 56px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
    .org-apoyo.prep1 a.boton-cuadrado p {
    font-family: 'Arial Bold';
    font-size: 1.2em;
    text-align: center;
    color: #003A76;
    min-height: 0px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}
    .icono2 {
    padding-top: 15px;
}
    .fila-medidas {background: #e0eef3;min-height: 130px;position: relative;padding-left: 150px;padding-right: 40px;padding-top: 20px;padding-bottom: 20px;margin-bottom: 20px;margin-top:20px;text-align:left;}
    .lista-especial ol li:first-child {
    background: url(../images/interna-esquema-img1.svg)no-repeat center right;
    background-size: 190px;
    min-height: 150px;
}
.fila-medidas1 {background: #e0eef3;min-height: 130px;position: relative;padding-left: 150px;padding-right: 40px;padding-top: 20px;padding-bottom: 20px;margin-bottom: 20px;margin-top:20px;}
.fila-medidas.bio:after {
background:url(../images/img-estrategia-prevencion-biomedicas.svg)no-repeat; position:absolute; content:"";
width:100px; height:100px;left:4%;top:15px;
}
.fila-medidas.estructura:after {
background:url(../images/img-estrategia-prevencion-estructurales.svg)no-repeat; position:absolute; content:"";
width:100px; height:100px;left:4%;top:15px;
}
.fila-medidas.educa:after {
background:url(../images/img-estrategia-prevencion-educativas.svg)no-repeat; position:absolute; content:"";
width:100px; height:100px;left:4%;top:15px;
}
.fila-medidas1 .icono1, .fila-medidas1 .icono2 {position:relative;}
.fila-medidas1 .icono1:after {
background:url(../images/img-primera-visita.png)no-repeat; position:absolute; content:"";
width:110px; height:110px;left:-120px;top:15px;background-size:contain;
}
.fila-medidas1 .icono2:after {
background:url(../images/img-segunda-visita.png)no-repeat; position:absolute; content:"";
width:110px; height:110px;left:-120px;top:15px;background-size:contain;
}
.fila-medidas1.icono3:after {
background:url(../images/img-control.png)no-repeat; position:absolute; content:"";
width:110px; height:110px;left:20px;top:15px;background-size:contain;
}
.fila-medidas1.icono4:after {
background:url(../images/img-seguimiento-trimestras.png)no-repeat; position:absolute; content:"";
width:110px; height:110px;left:20px;top:15px;background-size:contain;
}

    a.boton-blanco {
    color: #fff;
    padding: 10px 25px;
    border: 1px solid #fff;
    width: 202px;
    margin-top: 30px;
    display:block;
    text-align:center;
font-family: 'Arial Medium';
margin:0;
}
    .contenedor-fondo-morado:after {background:url(../images/ico-la_prep_es_para_mi.svg)no-repeat; position:absolute; content:"";
width:95%; height:95%;right:0px;top:0px; background-position-x: 100%;background-size:contain;}
.contenedor-fondo-amarillo:after {background:url(../images/ico-quiero_prep.svg)no-repeat; position:absolute; content:"";
width:95%; height:95%;right:0px;top:0px; background-position-x: 100%;background-size:contain;}
.contenedor-fondo-naranja:after {background:url(../images/ico-ya_uso_prep.svg)no-repeat; position:absolute; content:"";
width:95%; height:95%;right:0px;top:0px; background-position-x: 100%;background-size:contain;}
#contenido-interno h3 {font-family: 'Arial Regular';text-transform: none;
font-size: 1.3em;color: #003A76; font-weight:bold;}
    .contenedor-fondo-verde:after {background:url(../images/ico-que_es_prep-svg.svg)no-repeat; position:absolute; content:"";
width:110%; height:110%;right:0px;top:0px; background-position-x: 160%; background-size:contain;}
.consulta .contenedor-fondo-verde:after {background:url(../images/ico-que_es_prep-svg.svg)no-repeat; position:absolute; content:"";
width:110%; height:110%;right:0px;top:0px; background-position-x: 110%; background-size:contain;}
  h1 {font-family: 'Arial Bold';text-transform: uppercase;
font-size: 2.4em;color: #004691;margin-bottom: 30px;}
h1.titulo-prep {font-family: 'Arial Bold';text-transform: uppercase;
font-size: 2.4em;color: #004691;margin-bottom: 15px;}
    .fila-botones-mcp a:first-child,.fila-botones-mcp a:nth-child(2) {
margin-right:4%;
margin-bottom:0;
}
    .fila-botones-mcp a {
width:45%;
display:inline-block;
}
.ja-megafilter-wrap .sidebar-main {
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
    float: left;
}
.ja-megafilter-wrap .main-content {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    width: 80%;
}
    .encabezado-bandera img, .bandera-contenido img {
    background: #fff;
    padding: 20px;
    width:269px;
}
.header-prep img {
    width:310px;
    background:transparent;
}
.encabezado-bandera {background:url(../images/bandera-internas.png)no-repeat center top;font-size:0;
background-size:contain; }
.fila-botones-mcp.prep a {
width:45%;
display:inline-block;
}
.fila-botones-mcp.prep a:first-child {
    margin-right: 4%;
    margin-bottom:0px;
}
.fila-botones-mcp.prep.consulta a {
    width: 70%!important;
    display: inline-block;
    margin-left: 15%;
}
.banner-preguntas  {background:url(../images/banner-preguntas-prep.jpg)no-repeat;padding:15px;min-height:135px;}
.imagen-preguntas {
    background: url(../images/banner-preguntas-prep-personajes.jpg.png)no-repeat;
    min-height: 120px;
    background-size: contain;
    background-position-y: 6px;
}
    .texto-banner {
    background: url(../images/PrEP-condon.svg)no-repeat center top;
    background-size: 40%;
    height: 200px;
}
    .logos-prep img {position:absolute; bottom:-8px;left:29%; width:45%;}
   
    a.banner-prep:hover .boton-rojo {position:absolute; left:25%; top:45%;color: #fff;background:#AD272D;padding:10px 25px;display:block; z-index:10;}
    .redes-footer {
    float: right;
    margin-top: 30px;
}
    #home-top .sppb-section {background: url(../images/header-bck.png)#004691;padding:325px 30px 70px!important; clear:both; overflow:hidden;
    background-size:cover; position:relative;
}
.navbar-toggle {
    display: block;
}
.sppb-container-inner {
    padding-left: 15px;
    padding-right: 15px;
}
#home-top .sppb-section:before {
    background: url(../images/header-img-izq.png)no-repeat;
    position: absolute;
    content: "";
    width: 190px;
    height: 300px;
    left: 151px;
    background-size: contain;
    top: 20px;
}
#home-top .sppb-section:after {
background:url(../images/header-img-der.png)no-repeat; position:absolute; content:"";
width:190px; height:300px;right:151px;top:80px;background-size: contain;
}

.addthis_inline_share_toolbox {
display:block;
    text-align: center;
}
.botones-inicio a.boton-cuadrado {
    border: 1px solid #ccc;
    display: block;
    padding: 20px 30px;
    min-height: 304px;
    width: 70%;
    margin-left: 15%;
}
}
@media screen and (min-width: 992px) {
    .texto-banner {
    background: url(../images/PrEP-condon.svg)no-repeat center top;
    background-size: 100%;
    height: 200px;
}
    .logos-prep img {position:absolute; bottom:-209px;left:0; width:100%;}
 
    nav.navigation li {
    border: none;
    border-left:1px solid #003768;
    padding-top: 0px;
    padding-left: 0px;
}
.menu-mobile{display:none;}
ul.nav li a {position:relative;padding:50px 15px 10px 15px!important;text-align:center;}
ul.dropdown-menu li a {position:relative;padding:15px 15px 10px 15px!important;text-align:center;}
.nav.menu li:first-child a {background:url(../images/ico-menu-inicio-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;}
.nav.menu li:nth-child(2) a {background:url(../images/ico-menu-conasida-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: 0px;}
.nav.menu li:nth-child(3) a {background:url(../images/ico-menu-documentacion-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;}
.nav.menu li:nth-child(4) a {background:url(../images/ico-menu-mcp-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;}
.nav.menu li:nth-child(5) a {background:url(../images/ico-menu-prep-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;}
.nav.menu li:nth-child(6) a {background:url(../images/ico-menu-contacto-inactivo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;}

/*NAV Hover*/
.nav.menu li:first-child a:hover {background:url(../images/ico-menu-inicio-activo.svg) center top no-repeat; background-size:40px;
background-position-y: -2px;}
.nav.menu li:nth-child(2) a:hover {background:url(../images/ico-menu-conasida-activo.svg)center top no-repeat; background-size:40px;
background-position-y: 0px;}
.nav.menu li:nth-child(3) a:hover {background:url(../images/ico-menu-documentacion-activo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;}
.nav.menu li:nth-child(4) a:hover {background:url(../images/ico-menu-mcp-activo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;}
.nav.menu li:nth-child(5) a:hover {background:url(../images/ico-menu-prep-activo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;}
.nav.menu li:nth-child(6) a:hover {background:url(../images/ico-menu-contacto-activo.svg)center top no-repeat; background-size:40px;
background-position-y: -2px;}

    .botones-inicio a.boton-cuadrado {
    border: 1px solid #ccc;
    display: block;
    padding: 20px 30px;
    min-height: 304px;
    width: 60%;
    margin-left: 20%;
}
    .home #content-top {
    padding: 40px 10px 40px 10px;
    background: url(../images/deco-lazo.svg)no-repeat;
    background-position-x: 87%;
    background-size: 125px;
    background-position-y: 25%;
}
    .products-toolbar .toolbar-sorter .action {
    width: 32px;
    margin-left: 41px;
}
    #contenido-interno h3 {font-family: 'Arial Regular';text-transform: none;
font-size: 1.5em;color: #003A76; font-weight:bold;}
#contenido-interno.multimedia h3 {min-height:48px;}
    .consultas .contenedor-fondo-verde:after {background:url(../images/ico-que_es_prep-svg.svg)no-repeat; position:absolute; content:"";
width:110%; height:110%;right:0px;top:0px; background-position-x: 120%; background-size:contain;}
    .lista-especial ol li:nth-child(2) img {
display:block;
margin:0 auto;
    width: 80%;
margin-top:20px;
margin-bottom:20px;
}
    .ja-toolbar-wrapper h1 {
    font-size: 2.4em;
    text-align: center;
    padding: 5px;
}
    .fila-botones-mcp a {
width:30%;
display:inline-block;
}
.fila-botones-mcp.prep.consulta a {
    width: 100%!important;
    display: inline-block;
    margin-left: 0%;
}
    a.banner-prep:hover .boton-rojo {position:absolute; left:30%; top:45%;color: #fff;background:#AD272D;padding:10px 25px;display:block; z-index:10;}
.mapa {position:relative;padding-left:85px;}
.mapa:before {background:url(../images/img-mapa.svg); position:absolute; content:"";
width:150px; height:150px;left:-80px;top:10px;
}
.nav>li {
    display: inline-block;
    line-height: 1.2em;
    border-left:none;
    padding: 0px 12px 0px 12px;
}
.nav{display:flex; align-items: center; margin-top:20px;flex-flow: wrap;}
}

@media screen and (min-width: 1024px) {
.navbar-header {
  background-position-y:123px;
}
.botones-inicio a.boton-cuadrado {
    border: 1px solid #ccc;
    display: block;
    padding: 20px 30px;
    min-height: 304px;
    width: 100%;
    margin-left: 0%;
}
}
@media screen and (min-width: 1200px) {
iframe.form_gg {
height: 1900px !important;
}
    .ja-megafilter-wrap .sidebar-main {
    padding-left: 15px;
    padding-right: 15px;
    width: 30%;
    float: left;
}
.ja-megafilter-wrap .main-content {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    width: 70%;
}
    a.banner-prep:hover .boton-rojo {position:absolute; left:40%; top:45%;color: #fff;background:#AD272D;padding:10px 25px;display:block; z-index:10;}
    .addthis_inline_share_toolbox {
display:flex;
    text-align: center;
}
    .navbar-toggle {
    display: none;
}
    li.item-128 a {
    width: 310px;
}
#home-top .sppb-section { padding: 70px 30px 70px!important;}
    .container.logo img {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
    .navbar-header {
  float: none!Important;
  padding-bottom:18px;
  background:#fff;

}
.nav>li {
    display: inline-block;
    line-height: 1.2em;
    border-left:1px solid #003768;
    padding: 0px 0px;
}

}
@media screen and (min-width: 1367px) {
.texto-banner {background: url(../images/PrEP-condon.svg)no-repeat;background-size: 94%;height: 200px;}
}
.freebirdFormviewerViewFooterEmbeddedBackground {
    display: none;
}