﻿/* define tipo de letra */


/* roboto-300 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}


/* roboto-700 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}


/* roboto-900 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg');
    /* Legacy iOS */
}

body {
    background: #fff;
    color: #222;
    cursor: auto;
    font-family: "Roboto", Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
}


/*  Titulos */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}

.logoqw {
    padding: 10px;
}

.top-bar {
    padding-top: 2rem !important;
}

.sticky.is-stuck.is-at-top {
    top: 0px !Important;
}

.top-bar,
.top-bar ul {
    background-color: #fff;
}

.top-bar-section .has-dropdown>a:after {
    border-top-style: none;
    border-style: none;
}

.no-js .top-bar {
    display: none;
}

a {
    background-color: transparent;
    color: #08192D;
    text-decoration: none;
    cursor: pointer;
}

.menu>li>a {
    color: #000;
    display: block;
    line-height: 1;
    padding: .6rem 1.2rem;
    text-align: center;
}

.menu.smenu>li>a {
    color: #8D8D8D;
    display: block;
    line-height: 1;
    padding: .6rem 1.2rem;
    text-align: left;
}

.menu.ssmenu>li>a {
    color: #8D8D8D;
    display: block;
    line-height: 1;
    padding: .6rem 1.2rem;
    text-align: left;
}

.intpad {
    padding: .2rem 1rem !important;
    text-align: left !important;
}

.menu>ul {
    border-color: #D00111;
    border-top-style: solid;
}

.menu>li>a.is-active {
    background: white;
    color: #Bf0909;
    border-color: #f80303 !important;
}

.menu>li>a:hover,
.menu>li>a:active,
.menu>li>a:focus {
    outline: none !important;
    color: white;
    background-color: #00A0BD;
    border-radius: 25px !important;
}

.tit2new {
    background-color: #4F4F4F;
    border-radius: 15px;
    padding: 8px 20px 8px 20px;
    color: #FCFCFC;
}

.tit3new {
    border-radius: 20px;
    padding: 11px 20px 11px 0px;
    color: #ffffff;
    font-weight: 900;
}

.icoepimg {
    margin-right: 1rem;
    position: relative;
}

.tit4new {
    background-color: #999999;
    border-radius: 13px;
    padding: 3px 20px 3px 20px;
    color: #FCFCFC;
    font-weight: 300 !important;
}

.tit5new {
    background-color: #999999;
    border-radius: 13px;
    padding: 3px 20px 3px 20px;
    color: #FCFCFC;
    margin-left: 30px;
    margin-top: -20px;
}

.tit_boton {
    color: #ffffff !important;
    font-size: 1.5rem !important;
    padding: 10px 20px 10px 20px;
}

.is-active {
    outline: none;
}

.actitem {
    color: #Bf0909 !important;
}

.dropdown.menu .has-submenu.is-right-arrow>a::after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent transparent;
    border-left-style: solid;
}

.smenu {
    border: 1px solid #bdbcbc;
    box-shadow: 3px 3px 10px 2px #aaa;
    border-radius: 10px;
}

.smenu>li>a:hover,
.smenu>li>a:active,
.smenu>li>a:focus {
    outline: none !important;
    color: white;
    background-color: #00A0BD;
    border-radius: 0px !important;
}

.smenu>li>a.dl:hover,
.smenu>li>a.dl:active,
.smenu>li>a.dl:focus {
    outline: none !important;
    color: white;
    background-color: #044b72;
    border-radius: 0px !important;
}

.ssmenu {
    border: 1px solid #bdbcbc;
    box-shadow: 3px 6px 6px 3px #aaa;
    border-radius: 10px;
}

.ssmenu>li>a:hover,
.ssmenu>li>a:active,
.ssmenu>li>a:focus {
    outline: none !important;
    color: white;
    background-color: #00A0BD;
    border-radius: 0px !important;
}

    .ssmenu > li > a.dl:hover,
    .ssmenu > li > a.dl:active,
    .ssmenu > li > a.dl:focus {
        outline: none !important;
        color: white;
        background-color: #044b72;
        border-radius: 0px !important;
    }

.smenu>li>a.smenutop:hover,
.smenu>li>a.smenutop:active,
.smenu>li>a.smenutop:focus {
    border-radius: 10px 10px 0px 0px !important;
}



.smenu > li > a.smenutop.dl:hover,
.smenu > li > a.smenutop.dl:active,
.smenu > li > a.smenutop.dl:focus {
    border-radius: 10px 10px 0px 0px !important;
    background-color: #044b72;
}

.smenu>li>a.smenubotom:hover,
.smenu>li>a.smenubotom:active,
.smenu>li>a.smenubotom:focus {
    border-radius: 0px 0px 10px 10px !important;
}

.ssmenu>li>a.smenutop:hover,
.ssmenu>li>a.smenutop:active,
.ssmenu>li>a.smenutop:focus {
    border-radius: 10px 10px 0px 0px !important;
}

.ssmenu > li > a.smenutop.dl:hover,
.ssmenu > li > a.smenutop.dl:active,
.ssmenu > li > a.smenutop.dl:focus {
    border-radius: 10px 10px 0px 0px !important;
    background-color: #044b72;
}
.ssmenu>li>a.smenubotom:hover,
.ssmenu>li>a.smenubotom:active,
.ssmenu>li>a.smenubotom:focus {
    border-radius: 0px 0px 10px 10px !important;
}

.menu.vertical>li {
    border-radius: 10px;
}

.is-submenu-item {
    /*border-bottom: solid;
    border-bottom-color: #8D8D8D;
    border-bottom-width: 1px;*/
}


/*.menusangria {
    margin-left:200px;
    margin-top:-40px
}*/

.smenu>a {
    color: #0072c1;
}

.smenu>a:hover,
a:active,
a:focus {
    /* outline: none; */
    color: #D00111;
    border-radius: 0px !Important;
}

a,
a:hover,
a:active,
a:focus {
    /* outline: none; */
    color: #D00111;
}

.dropdown.menu .has-submenu {
    outline: none !important;
}

.title-bar {
    background: #fff;
    color: #2d2a2a;
    padding: 0rem 0rem .95rem .95rem;
}

.title-bar-main {
    background: #fff;
    color: #2d2a2a;
    padding: 0.3rem;
    margin: 0rem;
}

.menu-icon {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 16px;
    background: #D00111;
    box-shadow: 0 5px 0 #D00111, 0 10px 0 #ffffff;
    color: #ffffff;
}

.is-accordion-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #D00111 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem;
}

.orbit-container {
    height: auto !important;
}

.orbit-slide {
    max-height: none !important;
}

.orbit-bullets {
    position: relative;
    margin-top: -3rem;
    margin-bottom: .8rem;
    text-align: center;
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    background-color: #ffffff;
    border-radius: 50%;
}

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #00A0BD;
}

.orbit-caption {
    padding-right: 3%;
}

.orbit-caption,
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(10, 10, 10, 0);
    outline: none !important;
}

.orbit-caption,
.orbit-next,
.orbit-previous {
    color: #000000;
}

.orbit-buttons {
    position: absolute;
    bottom: 10% !Important;
    width: 100%;
    text-align: center;
}

.orbit-image:focus {
    outline: none !important;
}

.imgfloat {
    float: right;
    height: auto;
    width: 100%;
}

.centrado {
    text-align: center;
}

.button.small {
    font-size: .75rem;
    color: #fff !important;
    background-color: #147dc1;
}

.button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all .25s ease-out;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: .9em 1em;
    margin: 0 1rem 1rem 0;
    font-size: .9rem;
    background: #707070;
    color: #fff;
    border: 1px solid #fff;
}

.buttonl {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all .25s ease-out;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    font-size: .9rem;
    background: #044b72;
    color: #fff;
    border: 1px solid #fff;
    width: 206px;
    font-size: 1.2rem;
    line-height: 100%;
}

.button:focus,
.button:hover {
    background: #00A0BD;
    color: #ddd;
    border-radius: 10px !important;
    outline: none !important;
}

.buttonl:focus, .buttonl:hover {
    background: #044b72;
    color: #E6E6E6;
    border-radius: 10px !important;
    outline: none !important;
}

.button.large {
    font-size: 1.25rem;
    min-width: 250px;
}

.button2 {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all .25s ease-out;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0.5em 1em;
    margin: 0 1rem 1rem 0;
    font-size: .9rem;
    background: #707070;
    color: #fff;
    font-weight: 300;
    border: 1px solid #fff;
}

.button2:focus,
.button2:hover {
    background: #00A0BD;
    color: #ddd;
    border-radius: 10px !important;
    outline: none !important;
}

.button2.large {
    font-size: 1.25rem;
    min-width: 250px;
}

.botones_caja {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #2B72BB;
}

.botones {
    width: 19.5%;
}

.botones>a {
    overflow: hidden;
    height: 5rem;
    color: #01040B !Important;
    background: #EFEFEF !Important;
    padding: 0px !important;
    margin: 0px;
    text-align: center;
}

.botones-cont {
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 30px;
}

.botones-cont-caja {
    background-color: #737373;
    border-radius: 25px;
    margin-left: 25px;
    margin-right: 25px;
}

.tabs-title.botones>a:focus,
.tabs-title.botones>a:hover,
.tabs-title.botones>a[aria-selected=true] {
    background: #B3B3B3 !Important;
    color: #fff !Important;
}

.tnormas {
    width: 100%;
}

.tnormas>tbody>tr>td {
    padding: 2px 2px 2px 2px;
}

.button.pcompras {
    display: inline-block;
    /*padding: 0.5em 0.5em;*/
    margin: 1px;
    background: #EFEFEF;
    width: 18%;
    color: #cccccc !important;
    /* border: 1px solid #fff; */
    overflow: hidden;
    /* border-bottom: 5px solid #ca0411; */
    /* border-radius: 25%; */
}

.button.pcompras:focus,
.button.pcompras:hover {
    background: #1A71AB;
    color: #ffffff;
}

.btnico {
    position: relative;
    float: left;
    padding: 5px 5px 5px 5px;
    /*width: 20%;
    text-align: center;*/
}

.btnicon {
    padding-top: 5px;
}

.ico {
    display: inline-block;
    font-size: 2.5rem;
    color: #A8A8A8;
}

.ico:focus,
.ico:hover {
    color: #ffffff !Important;
}

.btntext {
    display: inline-block;
    position: relative;
    color: #000000 !Important;
    padding: 5px 5px 5px 5px;
    /*font-size: 1.2rem !Important;*/
    text-align: center;
    /*width:65%;*/
    height: 60px;
}

.btntextn {
    padding-top: 14px;
}

.btntext:focus,
.btntext:hover {
    color: #ffffff !Important;
}

.orb_text {
    padding-left: 55%;
}

.orb_texmod2 {
    padding-left: 60%;
}

.orb_texmod3 {
    padding-left: 66%;
}

.orb_texmod4 {
    padding-left: 68%;
}

.orb_text>h1 {
    color: white !Important;
    background-color: #1D89E4;
    font-weight: 900;
    font-size: 2.5rem;
    text-align: center;
    border-radius: 25px;
}

.orb_text>h5 {
    color: #494949 !Important;
    font-size: 1.4rem;
    text-align: justify;
}

.orb_texmod3>h1 {
    font-size: 4rem !Important;
    height: 68px;
    line-height: 100%;
}

.orb_texmod3>h5 {
    text-align: center !important;
    font-size: 1.6rem !Important;
    line-height: 100%;
}

.orb_texmod4>h5 {
    text-align: center !important;
    font-size: 1.6rem !Important;
    line-height: 100%;
}

.titnew {
    color: #ffffff;
    background-color: #0072c1;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
}

.overlay-container {
    position: relative;
}

.overlay-container .overlay {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    /*padding-bottom: 0.5rem;*/
    text-align: center;
    line-height: 0.8;
    width: 1%;
    margin-left: 48%
}

.overlay-container .overlay2 {
    position: absolute;
    top: 100px;
    bottom: 0;
    right: 0;
    width: 1px;
}

.thumbnail {
    border: 0px solid #fefefe;
    background-color: #D9D9D9;
    /* box-shadow: 0 0 0 0 rgba(10, 10, 10, .2); */
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 49%;
    margin-bottom: 0rem;
}

.thumbnail1 {
    border: 0px solid #fefefe;
    background-color: #E6E6E6;
    /* box-shadow: 0 0 0 0 rgba(10, 10, 10, .2); */
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    border-radius: 49%;
    margin-bottom: 0rem;
}

.thumbnail2 {
    border: 4px solid #fefefe;
    background-color: #D9D9D9;
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 30px;
    margin-bottom: 1rem;
}

.thumbnail4 {
    border: 1px solid #bdbcbc;
    background-color: #fff;
    box-shadow: 5px 10px 12px #b8b8b8;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.coletp1 {
    background-color: #1D89E4;
}

.colletetp0 {
    color: #ffffff;
    font-weight: 700;
}

.colletetp1 {
    color: #1D89E4;
}


/*.colimg1 {
    background-color: #1D89E4;
  }*/

.coletp2 {
    background-color: #00A0BD;
}

.colletetp2 {
    color: #00A0BD;
}


/*.colimg2 {
    background-color: #00A0BD;
    border-radius: 25px !important;
}*/

.coletp3 {
    background-color: #00D4B3;
}

.colletetp3 {
    color: #00D4B3;
}


/*.colimg3 {
    background-color: #00D4B3;
    border-radius: 25px !important;
}*/

.esplinea {
    line-height: 100%;
}

.col1:focus,
.col1:hover {
    background-color: #1D89E4;
}

.col2:focus,
.col2:hover {
    background-color: #00A0BD;
}

.col3:focus,
.col3:hover {
    background-color: #00D4B3;
}

.row {
    max-width: 75rem;
    margin-left: auto !important;
    margin-right: auto !important;
}

.seccion0 {
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.seccion1 {
    padding-top: 3rem;
    padding-bottom: 5rem;
    background-color: #EBF6FC;
}

.seccion2 {
    padding-top: 3rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.seccion3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #2B72BB;
    color: #fff;
}

.seccion4 {
    background-color: #737373;
    color: #fff;
    border-radius: 15px;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.seccion5 {
    /*margin-left: 2rem !important;
    margin-right: 2rem !important;*/
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #F2F2F2;
}

.seccion6 {
    background-color: #414143;
    color: #fff;
}

.seccion_tit {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.seccion_tit>h2 {
    color: #4D4D4D;
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: 2px;
    line-height: 67%;
}

.seccion_tit>h2.scrow {
    color: #1D89E4;
}

.seccion_tit_int {
    margin-bottom: 0rem;
    /*padding-left: 2.1rem;*/
    padding-left: 0rem;
    padding-right: 0.5rem;
}

.seccion_tit_int>h5 {
    color: #FCFCFC;
    font-weight: bold;
}

.seccion_tit_int2 {
    margin: 0rem;
    padding-left: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.seccion_tit_int2>h5 {
    color: #000000;
    font-weight: bold;
}

.seccion_preguntas {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #0072c1;
    color: #fff !important;
    font-weight: bold;
}

.seccion_preguntas>h4 {
    color: #fff;
    font-weight: bold;
}

.video-caja {
    padding-left: 0rem;
    padding-right: 0rem;
}

.videoyt {
    padding-right: 2rem;
    padding-left: 0rem;
}


/*ver center video urna elim*/

.seccion_video {
    padding-top: 2%;
    padding-left: 25%;
    padding-right: 25%;
}

.seccion_triptico {
    padding-top: 2%;
    padding-left: 1%;
    padding-right: 1%;
}

.callout.secondary {
    background-color: #eae9ee;
}

.contenedor-central {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
}

.espaciarcnt {
    margin-bottom: 3rem;
}

.contenedor-tabs {
    color: #000;
    background-color: #F7F7F7;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 0.8em;
}

.paddingcnt {
    padding-right: 0rem;
}

.tabs,
.tabs-content {
    border: 0px solid #e6e6e6;
}

.tabs-content {
    border-radius: 0.5rem;
}

.tabs-title,
.title-bar-left {
    float: left;
    margin: 0.1rem;
    font-weight: bold;
}

.pie {
    font-size: 1rem;
    background-color: #2B72BB;
    color: #fff;
    padding: 0.1rem 1.5rem 1rem 1.5rem;
    border-radius: 20px;
    margin-bottom: 3rem;
}

.pie>h2 {
    letter-spacing: 2px;
    font-weight: 900;
}

.pie>h6 {
    font-weight: bold;
    letter-spacing: 1px;
}

.pie>ul {
    padding-left: 1rem;
}

.pie>ul>li {
    height: 3.1rem;
}

.pie>ul>li>a {
    color: #fff;
}

.pie>ul>li>a:hover {
    background-color: #00A0BD;
}

.pie2 {
    font-size: 1rem;
    color: #000000;
    padding: 0.1rem 1.5rem 0rem 1.5rem;
    /*margin-bottom: 3rem;*/
}

.pie2>h2 {
    letter-spacing: 2px;
    color: #8A8A8A;
    font-weight: 900;
}

.pie2>h6 {
    font-weight: 900;
    letter-spacing: 1px;
}

.pie2>ul {
    list-style: none;
}

.pie2>ul>li {
    font-weight: 300;
}

.espacio {
    display: block;
}

.pie32 {
    color: #de0520;
    color: #de0520;
}

hr {
    box-sizing: content-box;
    max-width: 75rem;
    height: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    margin: 0.5rem auto;
}

hr.solid {
    border-top: 0;
    border-bottom: 1px solid #8fa5bcf2;
    margin-left: -19px !important;
}

.iblanco {
    color: #ffffff;
    font-size: 0.9rem;
}

.icele {
    color: #1A71AB;
    font-size: 1.5rem;
}

.inegro {
    color: #000000;
    font-size: 1.5rem;
}

.irojo {
    /* color: #ca0411; */
    color: #F15642;
    font-size: 1.5rem;
}

.iverde {
    color: #00740a;
    font-size: 1.5rem;
}

.iazul {
    color: #1301b9;
    font-size: 1.5rem;
}

.lis-black {
    color: #000000 !important;
    font-size: 1rem;
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgb(0 0 0 / 59%);
    overflow-y: scroll
}

.reveal {
    color: #000000;
    display: none;
    z-index: 1006;
    padding: 2rem;
    border: 0px solid #fff;
    margin: 100px auto 0;
    background-color: #E6E6E6;
    border-radius: 25px;
    position: absolute;
    overflow-y: auto;
}

.reveal:focus {
    outline: none !important;
}

.reveal>h4 {
    color: #fff;
    text-align: left;
    font-weight: bold;
}

.reveal>h5 {
    color: #000000;
    text-align: left;
    font-weight: bold;
}

.reveal>p {
    color: #000000;
    text-align: justify;
}

.reveal>ul {
    text-align: left;
    color: #fff;
}

.revealimg {
    width: 25%;
    float: left;
    padding: 40px 0px 40px 0px;
    text-align: center;
}

.revealtxt {
    width: 75%;
    float: left;
    padding: 20px 40px 20px 30px;
    /* height: 100%; */
}

.revealtit {
    text-align: left;
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 106%;
}

.revealp {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 120%;
}

.close-button {
    position: absolute;
    color: #535353;
    background-color: #fff;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
    border-radius: 50% !important;
}

.close-btoggle {
    text-align: right;
    cursor: pointer;
    font-size: 1.2em;
    color: #fff;
}

.bclose {
    padding-left: 0.5rem;
}

.img_tit {
    margin-top: 0px;
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%;
}


/* interna  */

.off-canvas {
    position: absolute;
    background: #fff;
    /*interna z-index: -1; bloquea vista   */
    z-index: 0;
    /*min-height: 100%;*/
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 1rem;
    color: #fff;
    background: #999999;
    border-radius: 0.5rem;
    margin-left: 2px;
}

.tabs-title>a:focus,
.tabs-title>a:hover,
.tabs-title>a[aria-selected=true] {
    background: #1D89E4;
    outline: none !important;
    border-radius: 0.5rem !important;
}

.tabs-title.tabsc > a:focus,
.tabs-title.tabsc > a:hover,
.tabs-title.tabsc > a[aria-selected=true] {
    background: #044b72 !important;
}

.tabs-retro[aria-selected=true] {
    background: #0072c1 !Important;
}

.style3 {
    font-size: 20px;
    color: #ca0411;
}

.tcontenido {
    border: 1px solid #bbbaba;
    background-color: #b1b1b1;
}

.tcontenido>tbody>tr>th {
    background-color: #2B72BB;
    color: #fff;
    border: 1px #fff solid;
}

.tcontenido>tbody>tr>td>a {
    color: #000000;
}

.tcontenido2 {
    border: 1px solid #bbbaba;
    background-color: #b1b1b1;
    width: 100%;
}

.tcontenido2>tbody>tr>th {
    background-color: #575757;
    color: #fff;
    border: 1px #fff solid;
}

.tcontenido2>tbody>tr>td>a {
    color: #000000;
}

.tcontenido3 {
    border: 1px solid #bbbaba;
    background-color: #b1b1b1;
    width: 100%;
    line-height: 80%;
    font-size: 0.9rem;
    font-weight: 300;
}

.tcontenido3>tbody>tr>th {
    background-color: #575757;
    color: #fff;
    border: 1px #fff solid;
    text-align: left;
    width: 50%;
    padding-left: 20px;
}

.tcontenido3>tbody>tr>td {
    text-align: left;
    width: 50%;
    padding-left: 20px;
}

.tscontenido {
    margin: 0rem;
    padding: 0.2rem;
}

.tscontenido>tbody>tr>th {
    background-color: #0072c1;
    color: #fff;
    border: 1px #fff solid;
}

.tscontenido>tbody>tr>td {
    color: #555555;
    border: 1px #fff solid;
}

.caja_lista {
    padding: 1rem;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 5rem;
}

.caja_lista2 {
    padding: 1rem 1rem 0rem 1rem;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.caja_lista3 {
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.text-line {
    font-weight: 300;
}


}
.tlista {
    border: 1px solid #bbbaba;
    background-color: #b1b1b1;
}
.tlista>thead>tr>th {
    background-color: #2B72BB;
    color: #fff;
    border: 1px #fff solid;
    text-align: center;
    font-weight: normal;
    position: relative;
}

.tlista>tbody>tr>td {
    font-size: 0.9rem;
}
.tlista>tbody>tr>td.c {
    text-align: center;
}
.tlista>tbody>tr>td>a {
    color: #000000;
}
.enlace-icono {
    width: 5%;
    text-align: center;
}
.dataTables_paginate {
    text-align: right;
    padding-right: 2rem;
}
.pagination li {
    color: #6B6B6B;
    border: 1px solid #6B6B6B;
    border-collapse: collapse;
}
.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #6B6B6B;
    color: #fefefe;
    cursor: default;
}
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    opacity: .6;
}
table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▴";
}
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    top: 50%;
    content: "▾";
}
table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    position: absolute;
    display: block;
    /* opacity: .9; */
    
    right: 5px;
    line-height: 9px;
    font-size: .9em;
}
.tpregunta {
    margin: auto;
    padding: 0.2rem;
}
.tpregunta>tbody>tr>th {
    text-align: center;
    background-color: #0072c1;
    color: #fff;
    border: 1px #2d2a2a solid;
    vertical-align: central;
}
.tpregunta>tbody>tr>td {
    color: #555555;
    border: 1px #2d2a2a solid;
    text-align: center;
    vertical-align: central;
}
.tevento {
    margin: auto;
    padding: 0.2rem;
    font-size: 0.7rem;
    width: 100%;
}
.tevento>thead>tr>th {
    text-align: center;
    background-color: #8a8989;
    color: #fff;
    font-size: 0.7rem;
    font-weight: normal;
    border: 2px #ffffff solid;
    vertical-align: central;
}
.tevento>tbody>tr>th {
    text-align: center;
    background-color: #2B72BB;
    color: #fff;
    font-size: 0.7rem;
    font-weight: normal;
    border: 2px #ffffff solid;
    vertical-align: central;
}
.tevento>tbody>tr>td {
    color: #000000;
    border: 2px #eeeeee solid;
    font-weight: bold;
    text-align: center;
    vertical-align: central;
}
.tit-evento {
    font-weight: 900;
    color: #4D4D4D;
    line-height: 100%;
}
.tlistdoc {
    margin: auto;
    padding: 0.2rem;
    width: 100%;
    text-align: left
}
.tlistdoc>thead>tr>th {
    text-align: center;
    background-color: #8a8989;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border: 2px #ffffff solid;
    vertical-align: central;
    text-align: center;
}
.tlistdoc>tbody>tr>td {
    color: #000000;
    border: 2px #eeeeee solid;
    font-size: 0.9rem;
    font-weight: bold;
    vertical-align: central;
}
.activar {
    color: #bf0909;
}
.sinpadding {
    padding: 0rem;
}
.sinmargin {
    margin: 0rem !important;
}
.conpadding {
    padding-left: 3rem;
    padding-right: 3rem;
}
.automargin {
    margin-left: auto !important;
    margin-right: auto !important;
}
.modal-body {
    color: #2d2a2a;
}
.contratos {
    border-radius: 0.5rem;
    background-color: #fff;
    padding: 0.5rem;
}
.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 1rem;
    color: #505050;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.accordion-pregunta {
    font-size: 1.2rem;
}
.accordion {
    border: 1px solid #EDEDED;
    border-radius: 10px;
}
.accordion-title:focus,
.accordion-title:hover {
    color: #ffffFF;
    background-color: #2B72BB;
}
.accordion-title::before {
    content: '\00a0+\00a0';
    background-color: #D9D9D9;
    border-radius: 50%;
    padding: 2px;
    font-weight: bolder;
    font-size: 1.5rem;
}
.is-active>.accordion-title::before {
    /*text unicode*/
    
    content: '\00a0\002D\00a0';
}
.seccionfooter {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}
label {
    display: block;
    margin: 0;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.8;
    color: #0a0a0a;
}
.leyenda3 {
    padding: 2px;
    background-color: #2B72BB;
    border-radius: 10px;
    width: 220px;
    margin: auto;
}
.leyenda4>a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    background-color: #FF0000;
    border-radius: 4px;
    padding-left: 6px;
    padding-right: 6px;
}
.leyenda3>a {
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
}
.leyenda2 {
    padding: 0px;
    width: 15px;
    height: 10px;
    background-color: #37b92b;
    border-radius: 4px;
    margin-top: 6px;
    margin-left: 6px;
}
.leyenda1 {
    padding: 0px;
    width: 15px;
    height: 10px;
    background-color: #ff8800;
    border: #000000;
    border-radius: 4px;
    margin-top: 6px;
    margin-left: 6px;
}
.leyenda0 {
    padding: 0px;
    width: 15px;
    height: 10px;
    background-color: #a0a0a0;
    border: #000000;
    border-radius: 4px;
    margin-top: 6px;
    margin-left: 6px;
}
.leyenda {
    width: 100%;
    background-color: #fff;
    text-align: center;
}

/*.leyenda > thead > tr > th {
        background-color: #2B72BB;
        color: #fff;
        border: 1px #fff solid;
        text-align: center;
    }

    .leyenda > tbody > tr > td > a {
        color: #000000;
    }*/
.tdleyenda {
    padding: 0.2rem .2rem .2rem;
    text-align: center;
    background-color: #EDEDED;
}
.conpad {
    padding-left: 1rem;
    padding-right: 1rem;
}
s tbody td,
tbody th {
    padding: .4rem .625rem .4rem;
}
.button#btnBuscar {
    margin-top: 21px;
}
.pie_enl:link,
pie_enl:visited,
pie_enl:active {
    text-decoration: none;
    color: black !important;
}
.avisos {
    padding: 1rem;
    border: 1px solid #fff;
    background-color: #ffffff;
    text-align: center;
}
.row.expandmed {
    max-width: 75em;
    /*106.25em;*/
}
table.scroll {
    display: table;
    width: 100%;
    overflow-y: scroll;
}
.margen_video {
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%
}

/*********************** */

/* xLarge and up  +1700px*/
@media screen and (min-width: 75em) {
    .orbit-caption {
        top: 10%;
    }
    
    ddddddddddd .menu>li>a {
        font-size: 1rem;
    }
    
    .menu>li.is-active {
        background-color: #FFF;
        color: #Bf0909;
    }
}

/* Large only entre 1024 -1699 */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .orbit-caption {
        top: 5%;
    }
    
    .button.large {
        font-size: 1.1rem;
        min-width: 250px;
    }
    
    .menu>li>a {
        font-size: 1rem;
    }
    
    .button {
        margin: 0 1rem 0.8rem 0;
    }
}

/* Medium only entre  */
@media screen and (min-width: 53.751em) and (max-width: 63.9375em) {
    .menu>li>a {
        font-size: 0.7rem;
        padding: 0.5rem 0.5rem;
    }
    
    .orbit-caption {
        top: 5%;
    }
    
    .orb_text>h1 {
        /* fo nt-size: 1.5rem; */
        font-size: 1.35rem
    }
    
    .orb_texmod3>h1 {
        font-size: 3rem !Important;
        height: auto;
        line-height: 100%;
    }
    
    .orb_text>h5 {
        /*font-size: 1.0625rem */
        font-size: 0.95rem;
    }
    
    .orb_texmod3>h5,
    .orb_texmod4>h5 {
        font-size: 1.2rem !Important;
    }
    
    .orbit-bullets button {
        width: 0.8rem;
        height: 0.8rem;
        margin: .1rem;
    }
    
    .orbit-bullets {
        margin-top: -2rem;
    }
    
    .button.large {
        font-size: 0.8rem;
        min-width: 200px;
    }
    
    .dropdown.menu .submenu {
        min-width: 220px;
    }
    
    .button {
        margin: 0 1rem 0.6rem 0;
    }
    
    .btntext {
        font-size: 1rem !Important;
    }
    
    .seccion_video {
        padding-top: 2%;
        padding-left: 15%;
        padding-right: 15%;
    }
    
    .espacio {
        display: none;
    }
    
    .conpadding {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (min-width: 40em) and (max-width: 53.750em) {
    .menu>li>a {
        font-size: 0.6rem;
        padding: 0.4rem 0.4rem;
    }
    
    .orbit-caption {
        top: 0%;
    }
    
    .orb_text>h1 {
        /* fo nt-size: 1.5rem; */
        font-size: 1.35rem
    }
    
    .orb_text>h5 {
        /*font-size: 1.0625rem */
        font-size: 0.85rem;
    }
    
    .orb_texmod3>h5,
    .orb_texmod4>h5 {
        font-size: 1rem !Important;
    }
    
    .orb_texmod3>h1 {
        font-size: 2rem !Important;
        height: auto;
        line-height: 100%;
    }
    
    .orbit-bullets button {
        width: 0.8rem;
        height: 0.8rem;
        margin: .1rem;
    }
    
    .orbit-bullets {
        margin-top: -2rem;
    }
    
    .button.large {
        font-size: 0.8rem;
        min-width: 150px;
    }
    
    .button {
        margin: 0 1rem 0.3rem 0;
    }
    
    .btntext {
        display: none;
    }
    
    .btnico {
        width: 100%;
    }
    
    .tabs-title>a {
        display: block;
        padding: 0.7rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .contenedor-tabs {
        font-size: 0.81rem;
    }
    
    .seccion_preguntas {
        margin-top: 0rem;
    }
    
    .seccion_video {
        padding-top: 2%;
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .tevento {
        display: block;
        margin: auto;
        width: 100%;
        padding: 0.1rem;
        font-size: 0.7rem;
        overflow-x: auto;
    }
    
    .orbit-bullets {
        display: none;
    }
    
    .botones {
        width: 19.4%;
    }
    
    .botones>a {
        height: 4rem;
    }
    
    .espacio {
        display: none;
    }
    
    .conpadding {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (max-width: 39.9375em) {
    .menu>li>a {
        font-size: 1rem;
        text-align: left;
    }
    
    .top-bar {
        margin-top: 0em;
    }
    
    .smenu {
        padding-left: 0rem;
    }
    
    .orbit-caption {
        top: 1%;
    }
    
    .orb_text {
        display: none;
    }
    
    .orb_texmod3 {
        display: none;
    }

    .orbit-caption, .orbit-next, .orbit-previous {
        color: #0000000a;
    }
    
    .orbit-bullets button {
        width: 0.6rem;
        height: 0.6rem;
        margin: .1rem;
    }

    .orbit-bullets {
        margin-top: 0.1rem;
    }
    
    .orb_butimg {
        padding-left: 1rem;
    }

    .orbit-buttons {
        padding-left: 36%;
        bottom: 0% !important;
    }
    
    .button.large {
        font-size: 0.75rem;
        padding: 5px;
        min-width: 100px;
    }
    
    .button {
        margin: 0 1rem 0.1rem 0;
    }
    
    .btntext {
        display: none;
    }
    
    .btnico {
        width: 100%;
    }
    
    [class^="colimg"] {
        width: 50%;
    }
    
    .revealtit {
        font-size: 1rem;
    }
    
    .revealp {
        font-size: 1rem;
    }
    
    .ico {
        font-size: 2.1rem;
        padding: 1px;
    }
    
    .tabs-title>a {
        display: block;
        padding: 0.7rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .contenedor-tabs {
        font-size: 0.7rem;
    }
    
    .seccion_preguntas {
        margin-top: 0rem;
    }
    
    .seccion1,
    seccion2 {
        padding-top: 0rem;
        padding-bottom: 1rem;
    }
    
    .seccion_video {
        padding-top: 1%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .tevento {
        display: block;
        margin: auto;
        width: 100%;
        padding: 0.1rem;
        font-size: 0.7rem;
        overflow-x: auto;
    }
    
    .revealimg {
        width: 100%;
    }
    
    .revealtxt {
        width: 100%;
    }
    
    h4 {
        font-size: 0.7rem;
    }
    
    h5 {
        font-size: 0.7rem;
    }
    
    .small-center {
        text-align: center;
    }
    
    .menu.expanded>li:nth-last-child(6):first-child~li {
        width: 100%;
    }
    
    .pie>h2 {
        font-size: 1.8rem
    }
    
    .pie2>h2 {
        font-size: 1.8rem
    }
    
    .pie>h6 {
        font-size: 1.2rem;
    }
    
    .pie2>h6 {
        font-size: 1.2rem;
    }
    
    .pie {
        font-size: 0.9rem;
    }
    
    .pie2 {
        font-size: 0.9rem;
    }
    
    .table.scroll {
        font-size: 0.7rem;
    }
    
    .lis-black {
        font-size: 0.7rem;
    }
    
    .accordion-title {
        font-size: 0.7rem;
    }
    
    .seccion_tit_int2>h5 {
        padding-left: 15px;
    }
    
    .accordion-content {
        font-size: 0.7rem;
        overflow: hidden;
        max-width: 360px;
    }
    
    .videoyt {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    
    .seccion_tit>h2 {
        font-size: 1.5rem;
        letter-spacing: 0px;
        line-height: 85%;
    }

   
    .thumbnail {
        width: 50%;
    }
    
    .conpadding {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    
    .botones {
        width: 19%;
    }
    
    .botones>a {
        height: 4rem;
    }
    
    .botones_caja {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    
    .btnicon {
        padding-top: 0px;
    }
    
    .espacio {
        display: none;
    }
    
    table.scroll {
        display: block;
    }
    
    .accordion-title::before {
        font-size: 1rem;
        margin-right: -9px;
        margin-top: -24px;
    }
    
    .botones-cont {
        margin-left: 0px;
        margin-top: 5px;
        margin-right: 0px;
    }
    
    .botones-cont-caja {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .seccion5 {
        padding-left: 0rem;
        padding-right: 0rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .seccion_tit {
        padding-left: 1rem;
    }
    
    .small-espacio {
        display: none;
    }
    
    .conpadding {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .margen_video {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}