<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************/
/** Reset CSS **/
/**********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
@font-face {
    font-family: 'ralewaybold';
    src: url('raleway-bold-webfont.eot');
    src: url('raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-bold-webfont.woff2') format('woff2'),
         url('raleway-bold-webfont.woff') format('woff'),
         url('raleway-bold-webfont.ttf') format('truetype'),
         url('raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-regular-webfont.woff2') format('woff2'),
         url('raleway-regular-webfont.woff') format('woff'),
         url('raleway-regular-webfont.ttf') format('truetype'),
         url('raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}
.clear-fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clear-fix {
    zoom: 1;
}
img {
    height: auto;
    max-width: 100%;
    border: 0;
}
.bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    background: transparent;
}

/* styles generales */

body {
    background-color: #fff;
    font-family: 'ralewayregular';
    font-weight: 500;
    font-size: 14;
}



p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14;
    line-height: 1.1;
}

h1 {
    font-family: 'ralewaybold';
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-size: 22px;
    /*font-weight: 600;*/
    font-family: 'ralewaybold';
    color: #fff;
    line-height: 0.8;
    text-transform: uppercase;
    text-align: center;
}

.content {
    height: 100%;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1024px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}

.title-bar {
    margin-bottom: 1px;
}
header {
    background-color: #fff;
    
}

/** MenÃº CNMH **/
.nav&gt;li {
    position: relative;
    display: block;
}
.navbar-top ul li a {
    text-transform: uppercase;
    color: #515050;
    font-size: 13px;
    font-family: 'ralewayregular';
    text-decoration: none;
}
.navbar-nav&gt;li&gt;a {
  line-height: 20px;
}
.nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px 7px;
}



/* ---------------------------------------------- /*
 * MenÃº Top
/* ---------------------------------------------- */
	

.navbar{
	background-color:#f8f8f8;
	margin-bottom: 0;
	min-height: 30px !important;
	border-radius: 0;
	}
				
	.navbar-brand-mini{
		text-indent: -9000px;
		display: block;
		background-image: url("../images/logoCNMH-mini.jpg");
		background-repeat: no-repeat;
		height:30px;
		width:90px;
		margin:10px 0 !important;
	}			
	.navbar-nav li a{
	font-size:0.8em;
	color:#515050;
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	margin:0 20px 0 0;
	padding: 5px 0;
	}
	
	
	.navbar-nav li a:hover{
	text-decoration:underline;
	}	

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block;
        height: auto;
        padding-bottom: 0;
        overflow: visible;
        visibility: visible;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-right {
        float: right;
        margin-right: -15px;
    }
    .navbar-nav&gt;li {
        float: left;
    }
    .navbar-nav&gt;li&gt;a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*    */

.logo {
    float: left;
    padding-top: 7px;
    width: 10%;
}
.menu {
    float: right;
    width: 90%;
}
.menu ul {
    list-style: outside none none;
    overflow: hidden;
    text-align: right;
}
.menu ul li {
    display: inline-block;
    margin-left: 5%;
}
.menu ul li a:hover, .menu ul li a:active, .menu ul li a.active {
    border-bottom-width: 2px;
    border-style: solid;
}
.menu ul li a {
    display: block;
    font-size: 14px;
    /*font-weight: 600;*/
    font-family: 'ralewaybold';
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
}
.border1 {
    border-color: #d72a4f;
}
.color1 {
    color: #d72a4f !important;
}
.border2 {
    border-color: #895c2f;
}
.color2 {
    color: #895c2f !important;
}
.border3 {
    border-color: #00ae9d;
}
.color3 {
    color: #00ae9d !important;
}
.border4 {
    border-color: #e4b930;
}
.color4 {
    color: #e4b930 !important;
}
.container-fluid  {
    width:100%;
    height:100%;
    padding-top: 51px;
}
.color1Sup {
    background-color:#d72a4f;
    padding-top:5px;
    padding-bottom:5px;
}
.menuTop {
    min-height:380px;
}
.menuFixed {
    border-bottom: 1px solid #b2b2b2;
    background-color: #fff;
    height: auto;
    margin-bottom: 4px;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}
.logoSup {
    position:absolute;
    top:40px;
    left:40px;
}
.m1 {
    left: 30px;
    top:140px;
    position: absolute;
    visibility:hidden;
}
.m2 {
    left: 180px;
    top:140px;
    position: absolute;
    visibility:hidden;
}
.m3 {
    right:180px;
    top:140px;
    position: absolute;
    visibility:hidden;
}
.m4 {
    right:30px;
   top:140px;
    position: absolute;
    visibility:hidden;
}
.centralImgNav {
    left: 50%;
    margin-left: -145px;
    margin-top: -138px;
    position: absolute;
    top: 50%;
}
.txtNav1 {
    /*font-family: "Raleway",sans-serif;
    font-weight: bold;*/
    font-family: 'ralewaybold';
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    top: 113px;
    font-size: 20px;
    width: 100%;
}
.txtNav2 {
    /*font-family: "Raleway",sans-serif;*/
    font-size: 20px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    top: 113px;
    width: 202px;
    left: -45px;
    line-height: 23px;
}
.txtNav3 {
    /*font-family: "Raleway",sans-serif;*/
    font-size: 20px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    left: -13px;
    line-height: 23px;
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    top: 113px;
    width: 132px;
}
.txtNav4 {
    /*font-family: "Raleway",sans-serif;
    font-weight: bold;*/
    font-family: 'ralewaybold';
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    top: 113px;
    font-size: 20px;
    width: 100%;
}
.bg1 {
    background-color: #d72a4f;
}
.decoration {
    bottom: -1px;
    font-size: 0;
    position: absolute;
    right: 40px;
    z-index: 1;
}
.title-bar h1 {
    float: left;
    padding-top: 7px;
}
.subtitle-bar {
    opacity: 0.7;
}
.subtitle-bar h2 {
    padding: 8px 0;
    text-align: left;
}
#cnmh .que-es {
    color: #fff;
}
section {
    width: 100%;
    height: 100%;
    position: relative;
}

.img-ovhidden {
    position: relative;  
}
.img-ovhidden img {
    width: 100%;
}

#cnmh .que-es .interrogante, #cnmh .que-es .texto1, #cnmh .que-es .texto2 {
    float: left;
}
.interrogante {
    font-size: 91px;
    font-weight: 700;
    font-family: 'ralewaybold';
    margin-top: -26px;
}

#cnmh .que-es .texto1 {
    font-size: 29px;
    font-weight: 700;
    font-family: 'ralewaybold';
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
#cnmh .que-es .texto2 {
    font-size: 50px;
    font-weight: 900;
    font-family: 'ralewaybold';
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
.bgColor1 {
     background-color: rgba(215, 42, 79, 0.4);
    height: 100%;
    left: 10%;
    position: absolute;
    width: 400px;
    z-index: 9;
}
.widthTitle {
    left: 60px;
    position: absolute;
    top: 400px;
    width: 281px;
    cursor: pointer;
}
.widthTitle:hover {
    opacity: 0.7;
}
.textoHidden {
    font-size: 20px !important;
    line-height: 26px;
    position: absolute;
    top: 15%;
    visibility: hidden;
    padding: 30px;
}

.clear {
    clear: both;
}
#funciones {
    border-style: solid;
    border-top-width: 5px;
    min-height: 495px;
    padding-top: 30px;
    position: relative;
}
.border4 {
    border-color: #e4b930;
}
#funciones .bg-left {
    background: rgba(0, 0, 0, 0) url("../images/funciones-bg-left.png") no-repeat scroll left top;
    height: 399px;
    left: 0;
    position: absolute;
    width: 152px;
    z-index: 2;
}
#funciones .bg-right {
    background: rgba(0, 0, 0, 0) url("../images/funciones-bg-right.png") no-repeat scroll left top;
    height: 399px;
    position: absolute;
    right: 0;
    width: 152px;
    z-index: 2;
}
#funciones .bg-bottom {
    background: rgba(0, 0, 0, 0) url("../images/bg-bottom-funciones.jpg") repeat-x scroll center bottom;
    bottom: 0;
    height: 226px;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-size: 33%;
}
#funciones .container-slider {
    background: rgba(0, 0, 0, 0) url("../images/bg-linea-flecha.png") repeat-x scroll center 56px;
    margin: 0;
    padding-top: 162px;
}
.bx-wrapper .bx-viewport {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}
#funciones .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: auto;
    top: -140px;
}
#funciones .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent url("../images/flechas-funciones.png") no-repeat scroll center top;
    color: #d72a4f;
}
#funciones .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent none repeat scroll 0 0;
    color: #dbdcdd;
    font-size: 56px;
    font-weight: 900;
    font-family: 'ralewaybold';
    height: auto;
    min-width: 43px;
    padding-top: 50px;
    text-decoration: none;
    text-indent: 0;
    width: auto;
}
#slider-funciones .slide-funciones {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #e3b92d;
    border-radius: 20px;
    color: #231f20;
    display: block;
    font-size: 24px;
    font-weight: 700;
    font-family: 'ralewaybold';
    margin: 10px auto;
    max-width: 700px;
    padding: 20px 70px;
    text-align: center;
    width: 90%;
}
#slider-funciones .slide-funciones.ultimo-slide-funciones {
    font-size: 13px;
    font-weight: 600;
    font-family: 'ralewaybold';
    text-align: left;
}
#slider-funciones .slide-funciones {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #e3b92d;
    border-radius: 20px;
    color: #231f20;
    display: block;
    font-size: 24px;
    font-weight: 700;
    font-family: 'ralewaybold';
    margin: 10px auto;
    max-width: 700px;
    padding: 20px 70px;
    text-align: center;
    width: 90%;
}
#tareas .title-bar-sub {
    padding: 20px 0;
}
.contentSlide {
    height: 595px;
    left: 50%;
    margin-left: -288px;
    margin-top: -300px;
    position: absolute;
    top: 50%;
    width: 576px;
    z-index: 9;
}
.img-itemSlide {
    position: relative;  
}
.img-itemSlide img {
    width: 100%;
}
.hvr-radial-out::before {
    background: #f75983 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.mT1 {
    width: 102px;
    height: 102px;
    background-color: #d72a4f;
    position: absolute;
    border-radius: 50%;
    left: 239px;
    position: absolute;
    top: 247px;
    visibility: hidden;
}


.mT2 {
    background-color: #d72a4f;
    border-radius: 50%;
    height: 102px;
    right: 239px;
    position: absolute;
    top: 247px;
    width: 102px;
    visibility: hidden;
}
.mT3 {
    background-color: #d72a4f;
    border-radius: 50%;
    height: 102px;
    right: 239px;
    position: absolute;
     bottom: 247px;
    width: 102px;
    visibility: hidden;
}
.mT4 {
    background-color: #d72a4f;
    border-radius: 50%;
    height: 102px;
    left: 239px;
    position: absolute;
    bottom: 247px;
    width: 102px;
    visibility: hidden;
}
.mT5 {
    background-color: #d72a4f;
    border-radius: 50%;
    height: 102px;
    left: 239px;
    position: absolute;
    bottom: 247px;
    width: 102px;
    visibility: hidden;
}
.mT6 {
    background-color: #d72a4f;
    border-radius: 50%;
    height: 102px;
    left: 239px;
    position: absolute;
    top: 247px;
    width: 102px;
    visibility: hidden;
}
.mT7 {
    background-color: #d72a4f;
    border-radius: 50%;
    height: 102px;
    left: 239px;
    position: absolute;
    top: 247px;
    width: 102px;
    visibility: hidden;
}
.mT8 {
    background-color: #d72a4f;
    border-radius: 50%;
    height: 102px;
    right: 239px;
    position: absolute;
    top: 247px;
    width: 102px;
    visibility: hidden;
}

.txtmT1 {
    bottom: -20px;
    color: #d72a4f;
    font-size: 15px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    left: -13px;
    position: absolute;
    text-transform: uppercase;
}
.txtmT2 {
    bottom: -36px;
    color: #d72a4f;
    font-size: 15px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    left: -22px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 148px;
}
.txtmT4 {
    bottom: -36px;
    color: #d72a4f;
    font-size: 15px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    left: -46px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 208px;
}
.txtmT3 {
    bottom: -22px;
    color: #d72a4f;
    font-size: 15px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    left: 0px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

/* bt footertareas */
.contentSlideTareas {
    width: 970px;
    height: 640px;
    position: absolute;
    left: 50%;
    margin-left: -480px;
    top: 50%;
    margin-top:-300px;
    overflow: hidden;
}
.btFootertareas {
    position: absolute;
    bottom: 60px;
    left: 10px;
    display: none;
}
.mT1F {
    background-color: #d72a4f;
    border-radius: 50%;
    float: left;
    width: 65px;
}
.mTFActive {
    background-color: #d72a4f;
    border-radius: 50%;
    float: left;
    margin-right: 45px !important;
}
.mTFDesactivo {
    background-color: rgba(215, 42, 79, 0.7) !important;
    border-radius: 50%;
    float: left;
}

.mT2F {
    background-color: #d72a4f;
    border-radius: 50%;
    float: left; 
    width: 65px;
}
.mT8F {
    background-color: #d72a4f;
    border-radius: 50%;
    float: left; 
    width: 65px;
}
.mT3F {
    background-color: #d72a4f;
    border-radius: 50%;
    float: left; 
    width: 65px;
}
.mT4F {
    background-color: #d72a4f;
    border-radius: 50%;
    float: left;
    width: 65px;
}
.mT5F {
    background-color: #d72a4f;
    border-radius: 50%;
    float: left; 
    width: 65px;
}
.mT6F {
    background-color: #d72a4f;
    border-radius: 50%;
    float: left;
   width: 65px;
}
.mT7F {
    background-color: #d72a4f;
    border-radius: 50%;
    float: left; 
    width: 65px;
}
.txtmT1F {
    bottom: -17px;
    color: #d72a4f;
    font-size: 10px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    left: -5px;
    position: absolute;
    text-transform: uppercase;
}
.txtmT2F {
    bottom: -30px;
    color: #d72a4f;
    font-size: 10px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    left: -13px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 96px;
    margin-top: 5px;
}
.txtmT4F {
    bottom: -30px;
    color: #d72a4f;
    font-size: 10px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    left: -30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 131px;
}
.mright {
    margin-right: 56px;
}
.txtmT3F {
    bottom: -17px;
    color: #d72a4f;
    font-size: 10px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/* fin bt footertareas */
#tareas .contenido-principal {
    padding-bottom: 30px;
    padding-top: 30px;
}
#tareas .container-slider {
    float: left;
    margin-right: 2%;
    max-width: 314px;
    width: 100%;
    min-height: 444px;
}


.slideInfo {
    background-color: rgba(255, 255, 255, 0.7);
    float: left;
    height: 450px;
    margin-left: 30px;
    width: 512px;
}
.owl-buttons {
    display: none;
}
.owl-carousel .owl-item {
    float: left;
    height: 410px;
    padding: 40px;
}

.item p {
    color: #000;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.bold {
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
}
#investigacion {
     position: absolute;
     left: 2000px;
}
#verdad {
    position: absolute;
     left: 2000px;
}
#accion {
    position: absolute;
     left: 2000px;
}
#difusion {
     position: absolute;
     left: 2000px;
}
#observatorio {
     position: absolute;
     left: 2000px;
}
#archivos {
     position: absolute;
     left: 2000px;
}
#museo {
     position: absolute;
     left: 2000px;
}
#reparaciones {
    position: absolute;
     left: 2000px;
}
.bx-wrapper img {
  width: 100%;
}
#tareas .bx-wrapper .bx-prev {
    background: rgba(215 , 42, 79, 0.4) url("../images/controls.png") no-repeat scroll 0 -32px;
    left: -8px;
}
.bx-wrapper .bx-next {
    background: rgba(215 , 42, 79, 0.4) url("../images/controls.png") no-repeat scroll -43px -32px;
    right: 2px;
}
.bx-wrapper .bx-prev {
    background: rgba(215 , 42, 79, 0.4) url("../images/controls.png") no-repeat scroll 0 -32px;
    left: -8px;
}
.bx-wrapper .bx-controls-direction a {
    top: 400px;
}
.iconoPdf {
    background-image: url("../images/iconoPdf.png");
    height: 39px;
    margin: 0 auto;
    width: 36px;
}
.downloadPdf {
    color: #d72a4f;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    /*width: 207px;*/
    font-size: 14px;
    line-height: 1.1;
}
.downloadPdf:hover {
    text-decoration: underline;
}
.widthPdf {
    /*width: 317px !important;*/
}
.txtRed {
    color: #d72a4f;
}
.txtRedTilte {
    color: #d72a4f;
    font-size: 27px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    line-height: 30px;
    text-align: center;
}
.separadoRed {
    background-color: #d72a4f;
    width: 100%;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bgRedSlide {
    background-image: url("../images/bgRedSlide.png");
    color: #fff;
    font-size: 16px;
    height: 80px;
    line-height: 20px;
    margin: 0 auto 35px;
    padding: 10px 15px;
    text-align: center;
    width: 367px;
}

.slideInfo100 {
    width: 100%;
}
.float {
    width: 50%;
    float: left;
}
.item ul {
    color: #000;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
}
#procesos {
    background-image: url("../images/bg-procesos.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    min-height: 820px;
    padding-bottom: 40px;
}
.bg3{
    background-image: url("../images/bg-procesos2.jpg") !important;
    background-color: #d72a4f;
}
#procesos .title-bar-sub {
    border: 1px solid #fff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 15px 0;
}
.botonesExpandibles {
    left: 0;
    min-height: 738px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9;
}
.btExpUno {
    height: 678px;
    background-image: url(../images/btDespegable.png);
    height: 693px;
    left: 160px;
    position: absolute;
    top: -420px;
    width: 138px;
    cursor: pointer;
}
.btExpDos {
    background-image: url("../images/btDespegable.png");
    height: 693px;
    left: 310px;
    position: absolute;
    top: -420px;
    width: 138px;
    cursor: pointer;
}
.btExpTres {
    background-image: url("../images/btDespegable.png");
    height: 693px;
    left: 460px;
    position: absolute;
    top: -420px;
    width: 138px;
    cursor: pointer;
}
.btExpCuatro {
    background-image: url("../images/btDespegable.png");
    height: 693px;
    left: 610px;
    position: absolute;
    top: -420px;
    width: 138px;
    cursor: pointer;
}
.btExpHover:hover {
    top:-400px;
}
.iconoTran {
    bottom: 100px;
    left: -4px;
    position: absolute;
}
.contentTransversales {
    width: 100%;
    min-height: 693px;
    position:  absolute;
    top: 0px;
    left: 0px;
}
.contentUno {
    display: none;
    z-index: 99999;
}
.contentDos {
    display: none;
    z-index: 99999;
}
.contentTres {
    display: none;
    z-index: 99999;
}
.contentCuatro {
    display: none;
    z-index: 999999;
}
.boxInfoUno1 {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 140px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 360px;
    padding: 20px;
}
.boxInfoUno2 {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 160px;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 333px;
    width: 660px;
}
.boxInfoUno3 {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 170px;
    padding: 20px;
    position: absolute;
    right: 230px;
    top: 560px;
    width: 400px;
}
.contentTransversales p {
    color: #000;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
}
.sombraBoxUno1 {
    background-image: url("../images/sombraBox1.png");
    height: 28px;
    position: absolute;
    right: 0;
    top: 294px;
    width: 699px;
}
.sombraBoxUno2 {
    background-image: url("../images/sombraBox2.png");
    height: 29px;
    position: absolute;
    right: 0;
    top: 294px;
    width: 649px;
}

.boxInfoDos1 {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 190px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 360px;
    padding: 20px;
}

.boxInfoDos2 {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 150px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 320px;
    width: 500px;
    z-index: 10;
}
.menuContentDos {
    bottom: 61px;
    left: 178px;
    position: absolute;
    width: 180px;
    z-index: 999;
}
.mC {
    background-image: url("../images/bgMenuTransversal2_2.png");
    color: #fff;
    float: left;
    font-size: 14px;
    height: 56px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 37px;
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
    width: 180px;
}
.mC:hover {
    text-decoration: underline;
}
.mCActive {
    background-image: url("../images/bgMenuTransversal2.png");
    color: #fff;
    font-size: 14px;
    height: 89px;
    left: 6px;
    padding-left: 20px;
    padding-right: 37px;
    padding-top: 16px;
    position: absolute;
    text-align: center;
    top: 303px;
    width: 311px;
    z-index: 9;
}
.box1 {
    display: none;
}
.box2 {
    display: none;
}
.box3 {
    display: none;
}
.box4 {
    display: none;
}
.box5 {
    display: none;
}

.boxInfoCuatro {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 211px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 280px;
    width: 846px;
}
.iconoMenu {
    bottom: 17px;
    min-height: 185px;
    position: absolute;
    right: 0;
    width: 846px;
    z-index: 9;
}
.menuIcon {
    float: left;
    width: 119px;
    height: 181px;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
.menuIcon.active{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.menuIcon img {
    margin-left: 11px;
    margin-top: 20px;
    width: 90px;
}
.bgtxt {
    color: #fff;
    font-size: 12px;
    height: 131px;
    line-height: 19px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 109px;
}
.bgtxtActive {
    background-image: url("../images/bgTxt.png");
    color: #fff;
    height: 131px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 109px;
}
.infoBox1 {
    display: none;
}
.infoBox2 {
    display: block;
}
.infoBox3 {
    display: none;
}
.infoBox4 {
    display: none;
}
.infoBox5 {
    display: none;
}

.bg2 {
    background-color: #895c2f;
}
#memoria .contenido-principal {
    padding-bottom: 30px;
    padding-top: 30px;
}
#memoria .container-slider {
    float: left;
    margin-right: 2%;
    max-width: 314px;
    width: 100%;
}
.btParticipa {
     background-image: url("../images/bgMenuTransversal2_2.png");
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 56px;
    left: 178px;
    line-height: 17px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 60px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 347px;
    width: 210px;
    z-index: 9;
    background-repeat: no-repeat;
}
.btParticipaVolver {
    background-image: url("../images/bgMenuTransversal2_2.png");
    color: #fff;
    float: left;
    font-size: 14px;
    height: 56px;
    left: 178px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 37px;
    padding-top: 16px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 347px;
    width: 180px;
    z-index: 9;
    cursor: pointer;
}
/*.btParticipa {
    background-color: rgba(255, 255, 255, 0.9);
    color: #d72a4f;
    cursor: pointer;
    font-size: 17px;
    left: 231px;
    line-height: 25px;
    min-width: 100px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 280px;
    z-index: 9;
}
.btParticipa:hover {
    opacity: 0.9;
}*/
.separadoRedBt {
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #d72a4f;
    height: 2px;
    width: 100%;
}
.show1 {
    display: block;
}
.show2 {
    display: none;
}
.topBox {
    top: 100px;
}
.btParticipacion {
    background-color: #b21f40;
    color: #fff;
    height: 57px;
    line-height: 21px;
    padding-top: 6px;
    position: absolute;
    right: 240px;
    text-align: center;
    top: 320px;
    width: 234px;
    z-index: 9;
    cursor: pointer;
}
.sombraSupParticipa {
    background-image: url(../images/btSupSombra1.png);
    width: 235px;
    height: 35px;
    position: absolute;
    top: -35px;
}
.btVictimas {
    background-color: #b21f40;
    color: #fff;
    height: 57px;
    line-height: 21px;
    padding-top: 6px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 340px;
    width: 234px;
    z-index: 9;
    cursor: pointer;
}
.sombraSupVictimas {
    background-image:url(../images/btSupSombra2.png);
    width: 235px;
    height: 55px;
    position: absolute;
    top: -55px;
}
.rojoCuadroSup1 {
    background-image: url(../images/rojoCruadroSup1.png);
    height: 71px;
    position: absolute;
    top: -71px;
    width: 699px;
}
.rojoCuadroSup2 {
    background-image: url(../images/rojoCruadroSup2.png);
    height: 71px;
    position: absolute;
    top: -71px;
    width: 699px;
}
.boxInfoRed {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 160px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 460px;
    width: 719px;
}
.participacionVictima {
    display: none;
}
.VictimaParticipacion {
    display: block;
}
.contentInfoMemoria {
    width: 600px;
    min-height: 445px;
    float: left;
}
.memoriaInfo {
    position: relative;
}
.memoria6 {
    display: block;
}
.memoria1 {
    display: none;
}
.memoria2 {
    display: none;
}
.memoria3 {
    display: none;
}
.memoria4 {
    display: none;
}
.memoria5 {
    display: none;
}
.titleImg {
    float: left;
}
.contenidoMemoria {
    float: left;
    height: 250px;
    padding: 20px;
    width: 390px;
    position: relative;
}
.contenidoMemoria p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}
.contenidoMemoria ul li {
    list-style-image: url(../images/bulletMemoria.png);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}
.pose {
    left: 0;
    position: absolute;
    top: 21px;
}
.wF {
    float: right;
    width: 290px;
}
.wFL {
    float: left;
    width: 60px;
}
.numberAbs {
    color: #77794d;
    font-size: 59px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    line-height: 60px;
    text-align: center;
}
.mem1 {
    color: #65754d;
    font-size: 25px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    position: absolute;
    right: 70px;
    text-align: center;
    text-transform: uppercase;
    top: 185px;
    width: 170px;
    cursor: pointer;
}
.mem1:hover {
    opacity: 0.9;
}
.mem2:hover {
    opacity: 0.9;
}
.mem3:hover {
    opacity: 0.9;
}
.mem4:hover {
    opacity: 0.9;
}
.mem5:hover {
    opacity: 0.9;
}
.mem2 {
    color: #4a8462;
    font-size: 25px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    line-height: 16px;
    position: absolute;
    right: 65px;
    text-align: center;
    text-transform: uppercase;
    top: 319px;
    width: 140px;
    cursor: pointer;
}
.lineH {
    line-height: 0px;
}
.size-font {
    font-size:13px;
}
.mem3 {
    color: #2f9378;
    cursor: pointer;
    font-size: 23px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    line-height: 20px;
    position: absolute;
    right: 70px;
    text-align: center;
    text-transform: uppercase;
    top: 432px;
    width: 151px;
}

.mem4 {
    color: #13a38e;
    cursor: pointer;
    font-size: 22px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    line-height: 25px;
    position: absolute;
    right: 70px;
    text-align: center;
    text-transform: uppercase;
    top: 248px;
    width: 171px;
}
.sixe {
    font-size: 26px;
    line-height: 16px;
}
.mem5 {
    color: #00ae9d;
    cursor: pointer;
    font-size: 21px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    position: absolute;
    right: 101px;
    text-align: center;
    text-transform: uppercase;
    top: 374px;
    width: 140px;
}

.ley {
    background-color: #895c2f;
    width: 100%;
    min-height: 720px;
    position: relative;
}
.sello {
    background-image: url(../images/sello.png);
    width: 119px;
    height: 119px;
    position: absolute;
    right: 250px;
    top: -59px;
}
.imgley {
    left: 60px;
    position: absolute;
    top: 100px;
}
.btPremio {
    bottom: -10px;
    position: absolute;
    right: 95px;
    cursor: pointer;
}
.imgPremio2 {
    float: left;
    width: 25px;
    margin-left: 10px;
}
.lineTwoimage {
    margin-top: 20px;
}


.txtley {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    min-height: 275px;
    padding: 20px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 150px;
    width: 490px;
}
.lineWhite {
    background-color: #fff;
    height: 1px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.over {
    overflow: hidden;
    min-height: 800px;
}
.imgExp {
    background-image: url("../images/imgExp.png");
    color: #fff;
    height: 620px;
    left: 120px;
    position: absolute;
    top: 800px;
    width: 771px;
}
.txtExt {
    font-size: 22px;
    left: 80px;
    line-height: 27px;
    min-height: 277px;
    position: absolute;
    top: 110px;
    width: 616px;
}
.medidas {
    width: 100%;
    background-image: url(../images/bgRayas2.png);
    min-height: 683px;
    position: relative;
}
.over2 {
    overflow: hidden;
    min-height: 683px;
}
.medidas img {
    width: 100%;
    position: absolute;
}
.senal1 {
    position: absolute;
    top: 228px;
}
.medidasReparacion {
    background-image: url("../images/imgMedidasReparacion.png");
    height: 248px;
    position: absolute;
    width: 246px;
    z-index: 9;
    cursor: pointer;
}
.tubo {
    background-color: #000;
    height: 250px;
    left: 114px;
    position: absolute;
    top: 220px;
    width: 17px;
}
.medidasSatisfacion {
    background-image: url("../images/imgMedidasSatisfacion.png");
    height: 348px;
    position: absolute;
    right: 200px;
    top: 338px;
    width: 317px;
    z-index: 99;
    cursor: pointer;
}
.imgMedidasUno {
    background-image: url("../images/imgMedidas.png");
    height: 336px;
    position: absolute;
    top: -330px;
    width: 317px;
    visibility: hidden;
}
.imgMedidasDos {
    background-image: url("../images/imgMedidas2.png");
    height: 293px;
    left: -310px;
    position: absolute;
    top: -334px;
    width: 337px;
    visibility: hidden;
}


.imgBgCafe {
    background-image: url("../images/imgBgCafe.png");
    height: 85px;
    left: 220px;
    position: absolute;
    top: 600px;
    width: 401px;
    z-index: 100;
}

.cuadro1 {
    background-image: url("../images/cruz1.png");
    color: #fff;
    font-size: 17px;
    height: 99px;
    left: -10px;
    line-height: 20px;
    padding-top: 16px;
    position: absolute;
    text-align: center;
    top: -110px;
    width: 263px;
    visibility: hidden;
    cursor: pointer;
}
.cuadro2 {
    background-image: url("../images/cruz2.png");
    color: #fff;
    font-size: 19px;
    height: 93px;
    left: -174px;
    line-height: 20px;
    padding-left: 18px;
    padding-top: 33px;
    position: absolute;
    text-align: left;
    top: 35px;
    width: 203px;
    visibility: hidden;
    cursor: pointer;
}
.cuadro3 {
    background-image: url("../images/cruz3.png");
    color: #fff;
    height: 93px;
    line-height: 20px;
    padding-right: 18px;
    padding-top: 33px;
    position: absolute;
    right: -415px;
    text-align: right;
    top: 33px;
    width: 204px;
    visibility: hidden;
    cursor: pointer;
}
.cuadro4 {
    color: #fff;
    line-height: 20px;
    padding-top: 36px;
    font-size: 17px;
    background-image: url("../images/cruz4.png");
    height: 75px;
    left: -11px;
    text-align: center;
    position: absolute;
    top: 170px;
    visibility: hidden;
    width: 263px;
    cursor: pointer;
}
.cuadro1_1 {
    background-image: url("../images/cruz1_1.png");
    color: #fff;
    height: 162px;
    left: -179px;
    line-height: 22px;
    padding: 20px;
    position: absolute;
    top: -173px;
    width: 605px;
    text-align: center;
    visibility: hidden;
}
.cuadro2_1 {
    background-image: url("../images/cruz2_1.png");
    color: #fff;
    height: 213px;
    left: -171px;
    line-height: 20px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: -21px;
    width: 180px;
    visibility: hidden;
}
.cuadro3_1 {
    background-image: url("../images/cruz3_1.png");
    color: #fff;
    height: 191px;
    line-height: 20px;
    padding: 39px 20px 20px;
    position: absolute;
    text-align: center;
    right: -407px;
    text-align: center;
    width: 180px;
    visibility: hidden;
    top: -13px;
}
.cuadro4_1 {
    background-image: url("../images/cruz4_1.png");
    color: #fff;
    height: 156px;
    text-align: center;
    left: -179px;
    line-height: 20px;
    padding: 30px;
    position: absolute;
    top: 180px;
    width: 605px;
    visibility: hidden;
}
.bandera {
    background-color: #895c2f;
    min-height: 640px;
    position: relative;
    width: 100%;
}
.asta {
    background-image: url(../images/imgAsta.png);
    width: 259px;
    height: 361px;
    float: left;
    position: relative;
    top: 40px;
}
.mapa {
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 331px;
}
.txtAsta1 {
    color: #895c2f;
    font-size: 18px;
    left: 5px;
    line-height: 21px;
    position: absolute;
    text-align: center;
    top: 61px;
    width: 234px;
}
.derecho {
    bottom: -82px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    
}
.upp {
    font-size: 60px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
}
.parrafoEstado {
    float: left;
    margin-left: 30px;
    margin-top: 70px;
    min-height: 400px;
    width: 270px;
    color: #fff;
}
.tilteDerecho {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.upp {
    font-size: 60px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
}
.txtParrafo p {
    color: #fff;
    line-height: 20px;
    padding: 5px;
}
.decoracionTerritorio {
    position: absolute;
    top: 543px;
    width: 650px;
}
.btAntena {
    background-image: url("../images/btAntena.png");
    height: 107px;
    position: absolute;
    right: 241px;
    top: -44px;
    width: 107px;
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
}
.boxTerritorio1 {
    background-image: url("../images/boxterritorio1.png");
    color: #fff;
    font-size: 14px;
    height: 163px;
    line-height: 17px;
    padding: 20px;
    position: absolute;
    top: -511px;
    width: 722px;
    visibility: hidden;
}
.boxTerritorio2 {
    background-image: url("../images/boxterritorio2.png");
    height: 133px;
    position: absolute;
    top: -331px;
    width: 722px;
    padding: 33px 20px 20px;
    color: #fff;
    line-height: 17px;
    font-size: 14px;
     visibility: hidden;
}
.boxTerritorio3 {
    background-image: url("../images/boxterritorio3.png");
    height: 127px;
    position: absolute;
    top: -170px;
    width: 344px;
    padding: 63px 20px 20px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
     visibility: hidden;
}
.boxTerritorio4 {
    background-image: url("../images/boxterritorio3.png");
    height: 127px;
    position: absolute;
    right: -76px;
    top: -170px;
    width: 344px;
      padding: 54px 20px 20px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
     visibility: hidden;
}
.boxinfoTerritorio {
    color: #895c2f;
    position: absolute;
    text-align: center;
    width: 360px;
    font-size: 50px;
    top: 100px;
    left: 320px;
    cursor: pointer;
}
.bg4 {
    background-color: #00ae9d;
}
.bg5 {
    background-color: #e4b930;
}

.video {
    background-color: #00ae9d;
    min-height: 550px;
    position: relative;
    width: 100%;
}

.menuVideos {
    color: #fff;
    float: left;
    margin-bottom: 45px;
    min-height: 400px;
    position: relative;
    text-align: center;
    top: 60px;
    width: 350px;
}
.mv {
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
}
.mv.active {
  color: rgb(16, 69, 69);
}
.mv:hover {
    text-decoration: underline;
}
.mv.galeria {
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    text-align: center;
}
.contentVideoYouTube {
  background-color: #000;
  float: right;
  min-height: 360px;
  width: 640px;
  position: relative;
  top: 60px;
}
.contentGaleria,
.contentGaleria2 {
  background-color: #000;
  float: right;
  min-height: 360px;
  width: 640px;
  position: relative;
  top: 60px;
  display: none;
}
.tilteVideos {
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    height: 40px;
}
.space {
    background-color:#fff;
    width: 100%;
    height: 10px;
}
.lineWhite2 {
    background-color: #fff;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.participacionVictimas {
    /*height: 361px;
    left: 370px;
    position: absolute;
    top: 60px;
    width: 306px;
    cursor: pointer;*/

    height: 240px;
    left: 0;
    position: absolute;
    top: 109px;
    cursor: pointer;
    right: 0;
    margin: auto;
    text-align: center;
    width: 650px;
}
.texVictimas {
    bottom: -9px;
    color: #fff;
    font-size: 70px;
    /*font-weight: bold;*/
    font-family: 'ralewaybold';
    /*left: -180px;*/
    position: absolute;
    text-align: center;
    text-transform: uppercase;

    left: 0;
    right: 0;
    margin: auto;
}
.vic {
    font-size: 17px;
}

.bgPqrs {
    background-color: #e4b930;
    /*min-height: 700px;*/
    position: relative;
    width: 100%;
    padding-bottom: 15px;
}
.txtFinal p {
    margin-bottom: 30px;
    color: #fff;
    line-height: 20px;
}
.txtFinal {
    padding-top: 50px;
}
.solicitud {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}
.solicitud a {
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
}
.descargarley {
    text-align: center;
    padding: 40px 0;
    position: absolute;
    top: 455px;
    left: 62px;
}
.descargarley a {
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
    text-decoration: none;
}
footer {
    margin-top: 30px;
    width: 100%;
}
footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
    text-align: center;
}
footer a {
    color: #fff;
}

.creditos-finales {
    text-align: center;
    padding: 40px !important;
}

img.logo-creditos-finales {
    display: inline-block;
    vertical-align: middle;
    margin: 40px 20px;
}
.linea-final {
    height: 30px;
}

.slideInfoParticipacion {
    background-color: rgba(255, 255, 255, 0.5);
    float: left;
    height: 490px;
    width: 512px;
    visibility: hidden;
}
.participacio100 {
    background-color: #00ae9d;
    min-height: 490px;
    position: relative;
    width: 100%;
}
.txtW {
    color: #fff !important;
}
.lineAzul {
    width: 100%;
    height: 2px;
    background-color: #00ae9d;
    margin-top: 30px;
    margin-bottom: 30px;
}
.slideInfoParticipacion .owl-theme .owl-controls .owl-page span {
    background: #00ae9d none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.4;
    width: 12px;
}
.arroActiveMemoria {
    background-image: url("../images/arroActiveMemoria.png");
    height: 32px;
    position: absolute;
    width: 35px;
    left: -40px;
    top: 50%;
    margin-top: -16px;
}

@media (max-width: 1024px) {
.bgColor1 {
    left: 10%;
    position: absolute;
    width: 280px;
    z-index: 9;
}
.widthTitle {
    left: 20px;
    position: absolute;
    top: 270px;
    width: 281px;
}
.textoHidden {
    font-size: 14px !important;
    line-height: 22px;
    position: absolute;
    top: 5%;
    padding: 10px;
}
}

/* fin styles generales */

/* -------------------------------- 

Secondary Fixed Navigation

-------------------------------- */
.cd-secondary-nav {
  position: relative;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-secondary-nav ul {
  /* mobile first - secondary navigation hidden by default, triggered by tap/click on .cd-secondary-nav-trigger*/
  position: fixed;
  width: 90%;
  max-width: 400px;
  right: 5%;
  bottom: 20px;
  background: rgba(3, 13, 24, 0.96);
  visibility: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
}
.cd-secondary-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
  padding: 10px 20px 35px;
}
.cd-secondary-nav li a {
  display: block;
  padding: 1.6em;
  border-bottom: 1px solid #092645;
  color: #f0eee1;
}
.cd-secondary-nav li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 1000px) {
  .cd-secondary-nav {
    border-bottom: 1px solid #b2b2b2;
    height: auto;
    margin-bottom: 4px;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .cd-secondary-nav nav, .cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
    height: 100%;
  }
  .cd-secondary-nav ul {
    /* reset navigation values */
    position: static;
    width: auto;
    max-width: 100%;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: center;
    background-color: transparent;
  }
  .cd-secondary-nav li {
    display: inline-block;
    margin-left: -4px;
  }
  .cd-secondary-nav li a {
    position: relative;
    text-align: center;
    display: block;
    padding: 58px 40px 0 40px;
    border-bottom: none;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    transition: padding 0.2s;
  }
  .cd-secondary-nav li a b {
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    /*font-weight: 700;*/
    font-family: 'ralewaybold';
    color: rgba(240, 238, 225, 0.3);
  }
  
  .cd-secondary-nav li a:hover b, .cd-secondary-nav li a.active b {
    color: #f0eee1;
  }
  .cd-secondary-nav li:nth-child(1) a span {
    background-position: 0 0;
  }
  .cd-secondary-nav li:nth-child(2) a span {
    background-position: -40px 0;
  }
  .cd-secondary-nav li:nth-child(3) a span {
    background-position: -80px 0;
  }
  .cd-secondary-nav li:nth-child(4) a span {
    background-position: -120px 0;
  }
  .cd-secondary-nav li:nth-child(5) a span {
    background-position: -160px 0;
  }
  .cd-secondary-nav.is-fixed {
    /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
    /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
    position: fixed;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
  }
  .cd-secondary-nav.animate-children {
    /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
    /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .cd-secondary-nav.animate-children li a {
    padding: 26px 30px 0 30px;
  }
  .cd-secondary-nav.animate-children li a span {
    opacity: 0;
  }
}

.cd-secondary-nav-trigger {
  position: fixed;
  bottom: 20px;
  right: 5%;
  width: 44px;
  height: 44px;
  background: rgba(3, 13, 24, 0.96);
  border-radius: 0.25em;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
}
.cd-secondary-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f0eee1;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.cd-secondary-nav-trigger span::before, .cd-secondary-nav-trigger span::after {
  content: '';
  position: absolute;
  background: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cd-secondary-nav-trigger span::before {
  right: -10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-secondary-nav-trigger span::after {
  left: -10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-secondary-nav-trigger.menu-is-open {
  background: transparent;
}
.cd-secondary-nav-trigger.menu-is-open span {
  background: rgba(240, 238, 225, 0);
  width: 20px;
  height: 2px;
}
.cd-secondary-nav-trigger.menu-is-open span::before, .cd-secondary-nav-trigger.menu-is-open span::after {
  background: #f0eee1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
}
.cd-secondary-nav-trigger.menu-is-open span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-secondary-nav-trigger.menu-is-open span::after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 1000px) {
  .cd-secondary-nav-trigger {
    display: none;
  }
}

.redes{
      position: absolute;
      top: 67px;
      right: 20px;
}

a#btn-cartilla {
    position: absolute;
    top: 69px;
    right: 175px;
    padding: 7px 10px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #d72a4f;
    color: #d72a4f;
    font-size: 13px;
    z-index: 10;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

a#btn-cartilla:hover {
    color: #fff;
    background-color: #d72a4f;
}
</pre></body></html>