@charset "utf-8";

:root {
    --azul1: #274A7B;
    --azul2: #320658;
    --amarillo: #FEF402;
    --verde: #9DCC17;

    --degrade: linear-gradient(#355F9A, #320658);
    --txt: #4E4E4E;
}

body,
td,
th,
input,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li {
    font-family: 'Montserrat', sans-serif;
    color: #5B5B5F;
}

body,
td,
th,
input,
select,
textarea {
    font-size: 14px;
}

h1 {
    color: #274A7B;
}

h2 {
    color: #274A7B;
}

h3 {
    color: #9DCC17;
}

h4 {
    color: #4E4E4E;
}

h5 {
    color: #4E4E4E;
}

h6 {
    color: #320658;
}

/* Estilos para las zebras */
.zebra {
    margin-top: 15px;
    margin-bottom: 20px;
}

.zebra td {
    border-bottom: 1px solid #f1f1f1;
}

.zebra tr.alt td {
    background: #f7f7f7;
}

.zebra tr.over td {
    background: #E2E2E2;
}

.zebra tr.title td {
    background-color: #D6D6D6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
}

/* Retoques al jQuery UI*/
.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #4E4E4E;
    color: #FFF;
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    color: #FFF;
    border: none;
    background-color: #274A7B;
    background-image: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default * {
    color: #FFF;
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active * {
    color: #FFF;
    border: none;
}

.ui-widget-header,
.ui-widget-content {
    border: none;
    background: #FFF;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #FFF;
}

.ui-tabs-nav {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #4E4E4E;
    padding-bottom: 5px;
    border: none;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 5px;
}

.margin {
    margin: 5px;
}

.clear {
    clear: both;
}

#MenuVertical {
    padding: 0;
    margin: 0;
    width: 172px;
    float: left;
    margin-right: 27px;
}

#MenuVertical li {
    list-style-position: inside;
    list-style-type: none;
    padding: 0px;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style-image: url(vineta.gif);
}

#MenuVertical li a {
    color: #274A7B;
    display: inline;
    list-style-position: inside;
    list-style-type: none;
    padding: 0px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
}

.btn-default {
    color: #fff;
    background-color: var(--azul1);
    border-color: var(--azul1);
    transition: all .3s ease;
}

.btn-default:hover {
    background-color: var(--azul2);
    transition: all .3s ease;
    color: #fff;
}

/* Paddings */

.p-x {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-y {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.p-0 {
    padding: 0px
}

.p-1 {
    padding: 1em;
}

.p-2 {
    padding: 2em;
}

.p-3 {
    padding: 3em;
}

.p {
    padding: 1em;
}

.d-flex {
    display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}

a {
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: var(--azul1);
}

a:visited,
a:active,
a:focus {
    text-decoration: none !important;
}

*:focus {
    outline: none !important;
}

/*------------*/
.site-content {
    padding-top: 144px;
}

section.home-section {
    padding-top: 0px;
}

.site-content,
.my-container {
    max-width: 1200px;
    margin: 0 auto;
}

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


.w-100 {
    width: 100%;
}

/* HEADER */
header.home {
    /* display: flex;
    justify-content: space-between;
    place-items: center; */
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    /* top: 40px; */
    left: 0;
    background: linear-gradient(#080E23, #0000);
    transition: all .4s ease;
    min-height: 100px;
    max-height: 100px;
}

.header--greentop--sticky {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    left: 0;
    background: #333f70;
}

.menu--top--header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-content: center;
    place-items: center;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 40px;
    max-height: 40px;
    gap: 20px;
    color: #fefffa;
    list-style: none;
    font-size: 12px;
    padding: 0 12px;
}

.menu--top--header li a {
    pointer-events: none;
    color: #feffff;
}

.mm-slideout {
    z-index: 999;
}

.header-content {
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    min-height: 100px;
    max-height: 100px;
}

.nav-brand {
    max-width: 90px;
    transition: all .3s ease;
}

.nav-brand img {
    transition: all .3s ease;
    /* width: 100%; */
    max-height: 90px;
}

/*para quitar los submenus en la vista responsive*/
.social-links,
.main-nav-mobile12 {
    display: none;
}

.mm-menu_offcanvas {
    z-index: 99999;
}

/*para quitar los submenus en la vista de escritorio*/
#menu-main>li>ul {
    display: none;
}

a.toogle-menu,
.toogle-search {
    /*boton del menu responsive*/
    color: #fff;
    font-size: 25px;
    padding: 0 5px;
    line-height: 1;
}

.mm-menu {
    background: var(--degrade);
    border-color: rgba(0, 0, 0, .1);
    color: #fff;
}

ul.mm-listview {
    display: block !important;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: #fff;
}

.mm-menu .mm-listview .mm-btn_next::after {
    border-color: #fff;
}

.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
    border-color: #fff;
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
    color: #fff !important;
}

.navbar-header {
    display: none;
}

.mm-menu_navbar_top-1 .mm-panels {
    top: 80px;
}

.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn),
.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
    height: 80px;
    background: var(--azul1);
}

.mm-navbars_bottom {
    height: 52px;
    background: #320658;
}

.mm-navbars_top {
    border: none !important;
}

.datos-menu {
    display: block;
    height: 100px;
    padding: 1rem;
}

.datos-menu>h3 {
    color: #fff;
    text-align: left;
    margin: 0;
    font-size: 14px;
    padding: 1rem 0;
    font-weight: 400;
}

.datos-menu>p {
    color: #fff;
    text-align: left;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
}

.datos-menu span {
    font-size: 15px;
    margin-right: 5px;
}

.m-menu .mm-listview a:not(.mm-btn_next) {
    color: #fff !important;
    font-weight: 600;
}

.bg-icon {
    border-radius: 100%;
    height: 27px;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #fff;
    border: 1px solid #fff;
}

.btn-pagos {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 168px;
    height: 50px;
    margin: 4rem auto;
    background: #FAFAFB;
    border-radius: 6px;
    padding: 3px 8px;
    justify-content: space-between;
}

.btn-pagos span {
    color: #201F1F;
    font-weight: bold;
    font-size: 12px;
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 0px -20px;
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0px;
}

.searcher {
    position: fixed;
    width: 100%;
    background: var(--degrade);
    left: 0;
    top: 0;
    padding: 15px;
    z-index: 101;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transform: translateY(-100%);
}

.search-content {
    width: 100%;
}

.search-content form {
    display: flex;
    border-bottom: 1px solid #fff;
    transition: opacity .3s ease .4s;
    opacity: 0;
}

.search-content form input {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    outline: none;
    box-shadow: none !important;
}

.search-content form button {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
}

.search-content-active {
    transform: translateY(0%);
}

.search-content-active .search-content form {
    opacity: 1;
}

.close-searcher {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 14px;
    font-size: 30px;
    color: #fff !important;
}



/* Slider Home */
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 20px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: var(--azul2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 0 25px;
}

span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}

.slick-arrow:hover {
    background: var(--azul1);
    color: #fff;
}

/*dots slider*/

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 100%;
    background-color: #c3c3c3;
    text-indent: -9999px;
    border: none;
}

.slick-dots li.slick-active button {
    background-color: var(--azul2);
}


/*footer --------------------------*/

.poner,
.footer-bottom {
    padding: 1em;
}

.footer-portal {
    display: inline-block;
    width: 100%;
}

.footer {
    background-image: url(footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-top {
    background: #024981e6;
    padding-top: 4rem;
}

.footer-bottom {
    background: #024981e6;
    border-top: 1px solid #fff;
}

.primero img {
    width: 100%;
    max-width: 232px;
}

.menu-1>ul {
    padding: 0 !important;
    list-style: none;
}

.menu-2>ul {
    padding: 0 !important;
    list-style: none;
}

.menu-1>ul>li>a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.19px;
    margin-left: 7px;
}

.menu-2>ul>li>a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.19px;
    margin-left: 7px;
    cursor:default;
}

h3.footer-tittle {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 0.29px;
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.page-footer>div>div>p {
    margin: 0;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.39px;
    line-height: 16px;
    margin-top: 20px;
}

.menu-1>ul>li {
    text-align: center;
    padding-bottom: 7px;
}

.menu-2>ul>li {
    text-align: center;
    padding-bottom: 7px;
}

.footer-text {
    font-size: 13px;
}

.footer-text>a {
    color: #fff
}

.menu-1 ul#footer-menu>li:before {
    font-family: FontAwesome;
    content: "\f054";
    padding: 1px;
    color: #fff;
}

.menu-2 ul#footer-menu>li:before {
    padding: 1px;
    color: #fff;
    content: "";
}

/*titulos*/

h2.content-box-title,
h2.mod-box-title {
    display: block;
    font-size: calc(1em + 1vw);
    width: fit-content;
    margin: 1em auto 1em;
    padding: 0 2em;
    max-width: 600px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #4e4e4e;
    line-height: 1.3em;
    z-index: 1;
}

h2.content-box-title:after,
h2.mod-box-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: all .3s ease;
    background-image: url(titulos.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}



/* banner */

.img-banner {
    display: block;
    height: 80vw;
    object-fit: cover;
    object-position: center;
    max-height: 700px;
}


/* boton */

.slider-home {
    position: relative;
    overflow: hidden;
}

.boton-slider {
    display: block;
    width: 70%;
    max-width: 299px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 54px;
    transition: all .2s ease;
}

.boton-slider:hover {
    height: 156px;
}

.data-boton {
    background: linear-gradient(#ffffffe6 102px, #0000 0);
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    padding: 15px 15px;
    height: 156px;
    display: flex;
    flex-direction: column;
    transform: translateY(102px);
    opacity: 0%;
    transition: all .4s ease;
    padding-bottom: 54px;
    position: relative;
    z-index: 2;
}

.data-boton>h2 {
    font-size: 16px;
    color: #202020;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
}

.data-boton>p {
    font-size: 11px;
    color: #202020;
    font-weight: 500;
    text-align: center;
    line-height: 14px;
    margin: auto 0;
}

.btn-boton {
    display: flex;
    width: 100%;
    height: 54px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.data-boton:hover {
    opacity: 100%;
    transform: translateY(0);
}


/* CARACTERISTICAS SLIDER -------------------------- */

.content-caracteristicas {
    position: relative;
    z-index: 3;
}

.caracteristica {
    display: flex;
    width: 100%;
    max-width: 341px;
    height: 110vw;
    max-height: 424px;
    align-items: flex-end;
    margin: 1rem auto;
    background-size: cover;
    position: relative;
    background-position: center;
    border-radius: 9px;
    overflow: hidden;
    transition: all .3s ease;
}

.caracteristica:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(#0000, #16245C);
    z-index: 0;
}

.tt-carac {
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: calc(1em + 1vw);
    text-shadow: 0px 2px 4px #00000080;
    position: relative;
    padding: 27px 40px;
    transition: all .3s ease;
    opacity: 100%;
}

.datos-carac {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(#161e5461, #161E54);
    padding: 30px;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    transform: translateY(100%);
    transition: all .3s ease;
    opacity: 0%;
}

.datos-carac>h3 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    padding-bottom: 1rem;
    margin: 0;
    line-height: 1em;
}

.datos-carac>p {
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin: auto 0;
}

.datos-carac>div {
    display: flex;
    width: 100%;
    max-width: 192px;
    height: 50px;
    background: #9DCC17;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin: 1rem auto 0;
    border-radius: 30px;
    font-size: 16px;
    transition: all .3s ease;
}

.caracteristica:hover .tt-carac {
    opacity: 0%;
    transition: all .3s ease;
}

.caracteristica:hover .datos-carac {
    opacity: 100%;
    transform: translateY(0%);
    transition: all .3s ease;
}

.datos-carac>div:hover {
    transform: scale(1.1);
    transition: all .3s ease;
    cursor: pointer;
    color: var(--azul1);
}

.per {
    display: none;
}

/* SECTION VIDEO ---------------------------  */


.fondo {
    /* background-image: url(fondo.jpg); */
    padding: 2rem 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.fondo:after {
    content: "";
    display: block;
    width: 100%;
    height: 85%;
    position: absolute;
    background: linear-gradient(#fff, #0000);
    top: 0;
    left: 0;
    z-index: 0;
}

.content-video {
    padding: 1rem;
    position: relative;
    z-index: 1;
}

.data-video {
    width: 100%;
    max-width: 647px;
    max-height: 485px;
    background: #fffc;
    border-radius: 7px;
    padding: 3rem;
    margin: 0 auto;
}

.data-video>h2 {
    color: #4E4E4E;
    font-weight: bold;
    font-size: calc(1em + 1vw);
    margin: 0 0 3rem;
    text-align: center;
    line-height: 1.2em;
    padding-bottom: 1rem;
    padding: 0;
}

.txt-video div {
    padding: 0;
}

.txt-video p {
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
}

.video-img {
    width: 100%;
    max-width: 601px;
    height: 59vw;
    max-height: 380px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 63px 105px hsl(0deg 0% 0% / 25%);
    border-radius: 8px;
    margin: 2rem auto;
}

.marca {
    display: flex;
    background: #00000026;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #ff0000b3;
    font-size: 50px;
    transition: all .3s ease;
}




/* SECTION BIOSEGURIDAD ---------------- */

.content-bioseguridad {
    padding: 3rem 0 0;
}

h2.content-box-title.bio {
    display: flex;
}

h2.content-box-title.bio>span {
    display: flex;
    max-width: 277px;
    width: 70%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.txt-bio {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.btn-bio {
    display: flex;
    width: 175px;
    height: 40px;
    border: 3px solid #9DCC17;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #9DCC17;
    margin: 2rem auto;
}

/* items */

.item-bio {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 140px;
    height: 120px;
    align-items: center;
    margin: 0 auto;
}

.img-item-bio {
    display: block;
    height: 53px;
    width: 53px;
    object-fit: contain;
    object-position: center;
    min-width: 53px;
    margin-bottom: 8px;
}

.tt-item-bio {
    font-weight: 400;
    font-size: 12px;
    color: #747474;
    margin: auto 0;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.1em;
}


/* form */

#Form-Home #Form_4_container {
    display: block;
    width: 100%;
    max-width: 584px;
    margin: auto;
    background: #fff;
    padding: 30px 35px 20px;
    border-radius: 7px;
    box-shadow: 3px 5px 45px #0000000f;
    margin: 3rem auto;
}

#Form-Home #Form_4_container div {
    padding: 0;
    margin: 0;
}

#Form-Home label {
    display: none;
}

.F4_item_1>label {
    display: block !important;
    text-align: center;
    font-weight: 600;
    color: #024981;
    font-size: calc(1em + 1vw);
    margin: 0 0 2rem;
    text-shadow: 0px 2px 5px #00000029;
}

.F4_item_2 p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #4E4E4E;
    line-height: 20px;
}

#Form-Home div[class*="F4_item_"]>div>input,
#captcha_code_sign_input {
    width: 100%;
    height: 47px;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    background: #fff;
    color: #777;
    margin: 0 auto;
    border-bottom: 1px solid #979797;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

#Form-Home fieldset label {
    font-size: 10px;
    text-align: left;
    line-height: 13px;
    margin: 0 auto;
    width: 80%;
    font-weight: 400;
    margin-top: -10px;
    color: #4E4E4E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-shadow: none;
}

#Form-Home #fg_submit {
    display: flex;
    width: 100%;
    max-width: 518px;
    height: 76px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    border-radius: 0 0 8px 8px;
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
    background: #024981 !important;
}




/* SECTION MULTIAVANZA ------------------- */

.fondo2 {
    position: relative;
    padding: 5rem 0;
}

.img-fondo {
    opacity: 20%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76%;
    object-fit: cover;
}

.multiavanza {
    background: #0000;
    display: flex;
    flex-direction: column;
    max-width: 154px;
    width: 100%;
    height: 159px;
    border-radius: 7px;
    padding: 19px 9px 10px;
    align-items: center;
    margin: 0 auto;
    transition: all .3s ease;
}

.multiavanza>img {
    width: 69px;
    height: 74px;
    object-fit: contain;
    object-position: center;
    min-width: 69px;
    margin-bottom: 8px;
}

.multiavanza>h2 {
    margin: 0;
    font-weight: bold;
    color: #393939;
    font-size: calc(0.8em + 1vw);
    text-align: center;
    line-height: 1.3em;
    margin: auto 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.multiavanza:hover {
    background: #ffffffba;
    box-shadow: 3px 5px 45px #0000000f;
    transition: all .3s ease;
}

.img-fondo {
    opacity: 20%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76%;
    object-fit: cover;
}




/* SECTION UBICACION */

.data-ubicacion {
    background: #fff;
    padding: 4rem 2rem;
}

.tt-ubi {
    font-weight: bold;
    color: #4E4E4E;
    text-align: center;
    font-size: calc(1em + 1vw);
    margin: 0;
    position: relative;
    margin-bottom: 3rem;
}

.tt-ubi:after {
    content: "";
    display: block;
    width: 40%;
    max-width: 240px;
    height: 9px;
    background: #9DCC17;
    margin: auto;
    margin-top: 20px;
}

.sub-ubi {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #4E4E4E;
    margin: 0;
    padding-bottom: 2rem;
}

.txt-ubi div {
    padding: 0;
}

.txt-ubi p,
.mapa-ubi div {
    text-align: center;
    color: #4E4E4E;
    font-size: 15px;
    line-height: 18px;
}

.p-ubi {
    font-size: 15px;
    color: #4E4E4E;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.23px;
    line-height: 18px;
    margin: 0;
    padding-top: 2rem;
}

.mapa-ubi div {
    padding: 0;
}

.mapa-ubi {
    width: 90%;
    margin: auto;
    max-width: 577px;
    max-height: 453px;
}



/* EFECTOS ----- */


header.home:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: rgba(var(--mat-color-light-rgb), .72);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    box-shadow: 0 5px 14px 0 rgb(18 46 101 / 15%);
    transition: all .3s ease;
    opacity: 0;
}

header.home.bg:before {
    opacity: 1;
    transition: all 3s ease;
}

header.home.bg {
    background: #080e23a3;
}

.fixed .header-top:after {
    opacity: 0%;
}

.btn-pagos:hover {
    background: #fffdd0;
}

.marca:hover {
    background: #0000;
    color: #f00;
    cursor: pointer;
    transition: all .3s ease;
}

.btn-bio:hover {
    background: var(--verde);
}

#Form-Home #fg_submit:hover {
    background: var(--azul2) !important;
}

.menu-1>ul>li>a:hover {
    color: var(--amarillo);
}

#redes_laterales {
    display: none;
}




/* Media Queries */
@media (min-width: 500px) {

    .img-banner {
        height: 60vw;
    }

    h2.content-box-title,
    h2.mod-box-title {
        padding: 0 1em;
    }

    .txt-video p {
        line-height: 26px;
    }

    .txt-bio {
        max-width: 414px;
        margin: auto;
    }

}

@media (min-width: 768px) {

    .img-banner {
        height: 39vw;
    }

    h2.content-box-title,
    h2.mod-box-title {
        font-size: 25px;
        margin: 2em auto 1em;
        max-width: 443px;
    }

    .tt-carac {
        font-size: 25px;
    }

    a.datos-carac {
        padding-top: 100px;
    }

    h2.content-box-title.video {
        font-size: 35px;
        text-align: left;
        max-width: 540px;
        padding-top: 4rem;
        margin: 0;
        margin-bottom: 50px;
    }

    .data-video {
        padding: 40px 40px 70px;
        min-height: 485px;
        display: flex;
        flex-direction: column;
    }

    .txt-video p {
        font-size: 16px;
        font-weight: 500;
        color: #636464;
        text-align: left;
    }

    .txt-video {
        max-width: 475px;
        margin: auto;
    }

    h2.content-box-title.bio>span {
        text-align: left;
        width: 100%;
        font-size: 35px;
        line-height: 46px;
    }

    h2.content-box-title.bio>img {
        width: 47px;
        height: 56px;
        margin-top: auto;
        margin-bottom: 10px;
    }

    .txt-bio {
        text-align: left;
        padding-left: 3rem;
    }

    a.btn-bio {
        margin: 2rem 0 2rem 3rem;
    }

    .content-multiavanza {
        max-width: 906px;
        margin: auto;
        margin-bottom: 60px;
    }

    .data-ubicacion {
        max-width: 384px;
        width: 100%;
    }

    .mapa-ubi {
        width: 100%;
    }

    .mapa-ubi .embed-responsive.embed-responsive-16by9 {
        position: initial;
    }

    .mapa-ubi iframe {
        width: 100%;
        z-index: 1;
        height: 453px;
    }

    .fondo2 {
        position: relative;
        padding: 5rem 0 0;
    }

    .footer-top {
        padding-top: 230px;
    }

    .mapa-ubi {
        margin-top: 60px;
    }

    .blanc {
        background: #fff;
    }

    .F4_item_1>label {
        font-size: 26px;
    }

    h2.content-box-title.multi {
        font-size: 35px;
        max-width: 590px;
    }

    .multiavanza>h2 {
        font-size: 18px;
    }

    .tt-ubi {
        font-size: 30px;
        text-align: left;
        margin-bottom: 1rem;
    }

    .tt-ubi:after {
        margin: 0;
        margin-top: 20px;
    }

    .sub-ubi {
        text-align: left;
    }

    .txt-ubi p,
    .mapa-ubi div {
        text-align: left;
    }

    .p-ubi {
        text-align: left;
    }


    #redes_laterales {
        display: block;
        position: fixed;
        right: 0px;
        z-index: 999;
        background: #16245cde;
        top: 15%;
        border-radius: 20px 0 0 20px;
    }

    #redes_laterales a {
        display: flex;
        position: relative;
        text-decoration: none;
        transition: all .3s ease;
        height: 40px;
        width: 40px;
        justify-content: center;
        align-items: center;
    }

    #redes_laterales a>i {
        color: #ffffff;
        font-size: 1.5em;
    }

    #redes_laterales a>span {
        position: absolute;
        top: 0px;
        width: 170px;
        height: 40px;
        color: #ffffff;
        left: 80px;
        transition: all 0.5s;
        background: #16245cde;
        z-index: -1;
        display: flex;
        align-items: center;
        padding: 0 1em;
        border-radius: 20px 0 0 20px;
    }

    #redes_laterales a:hover .span {
        left: -130px;
    }


}

@media (min-width: 992px) {

    .searcher {
        max-height: 132px;
        max-width: 100%;
        /* max-width: 1200px; */
        left: 0;
        right: 0;
        background: initial;
        background-color: rgba(var(--mat-color-light-rgb), .72);
        backdrop-filter: saturate(180%) blur(12px);
        box-shadow: 0 5px 14px 0 rgb(18 46 101 / 15%);
        margin: auto;
    }

    .search-content {
        max-width: 700px;
    }

    .primero,
    .ultimo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .per {
        top: initial;
        bottom: -70px;
        width: 60px;
        height: 60px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        background: #fff;
        color: #9B9B9B;
        margin: 0;
    }

    .arrow-right.per.slick-arrow {
        right: 100px;
        left: auto;
        border-radius: 0 17px 17px 0;
        z-index: 1;
    }

    .arrow-left.per.slick-arrow {
        left: initial;
        right: 159px;
        border-radius: 17px 0 0 17px;
        z-index: 2;
    }

    .arrow-left.per.slick-arrow:after {
        content: "/";
        display: flex;
        color: #D8D8D8;
        position: absolute;
        top: 4px;
        bottom: 0;
        margin: auto;
        align-items: center;
        right: -5px;
    }

    .per:hover {
        background: #fff;
        color: var(--azul1);
    }

    .menu-1>ul>li,
    .page-footer>div>div>p {
        text-align: left;
    }

    .menu-2>ul>li,
    .page-footer>div>div>p {
        text-align: left;
    }

    .boton-slider {
        margin: 0;
        right: 15%;
        left: auto;
    }

    header.home.fixed {
        /* transform: translateY(-67px); */
        min-height: 100px;
        max-height: 100px;
    }

    /* .fixed .nav-brand {
        transform: matrix(0.50, 0.00, 0.00, 0.50, -50, 35);
    } */

    .header-top {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #fff;
        font-weight: 400;
        position: relative;
        padding-bottom: 15px;
    }

    .header-top:after {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        background: linear-gradient(90deg, #0000, #646464);
        position: absolute;
        bottom: 0;
        max-width: 750px;
    }

    .btn-pagos {
        margin: 0 0 0 1rem;
    }

    .page-header-top>div {
        padding: 0;
    }

    .page-header-top p {
        color: #fff;
        font-size: 14px;
    }

    .toogle-search {
        font-size: 20px;
        margin-left: 10px;
    }

    .content-video {
        display: flex;
        align-items: center;
    }

    .data-video {
        padding-right: 81px;
    }

    .video-img {
        margin: 2rem auto;
        margin-left: -50px;
    }

    h3.footer-tittle {
        text-align: left;
    }

    .toogle-search:hover {
        color: var(--amarillo);
    }

    .mum {
        width: 70%;
    }

    /*MENU ESCRITORIO ****************+*/

    .nav-brand {
        max-width: 204px;
        min-width: 160px;
        width: 100%;
        padding: 0;
    }

    .header-content {
        padding: 8px 1rem;
        min-height: 100px;
        max-height: 100px;
        width: 100%;
    }

    .navbar-header {
        display: block;
        min-width: 750px;
    }

    .page-top {
        display: block;
        min-width: 200px;
    }

    .nav-mobile {
        display: none;
    }

    .content-info-header {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .ct-header {
        display: flex;
        place-content: center;
        place-items: center;
        max-width: 1200px;
        margin: auto;
        width: 100%;
    }

    nav.main-nav {
        display: flex;
        place-items: center;
        justify-content: flex-end;
    }

    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    nav.main-nav>ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    nav.main-nav ul li a {
        display: flex;
        font-size: 12px;
        padding: 5px;
        font-weight: 600;
        color: #fff;
        height: 43px;
        min-width: 70px;
        margin: 0;
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        transition: all .3s ease;
    }

    #menu-main>li>a:hover,
    #menu-main>li>a:focus {
        color: #fff;
    }

    #menu-main>li>a:after {
        content: "";
        display: block;
        width: 0%;
        height: 4px;
        background: var(--verde);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .3s ease;
    }

    #menu-main>li>a:hover:after {
        width: 100%;
        transition: all .3s ease;
    }

    ul.submenu {
        position: absolute;
        min-width: 150px;
        transform: translateX(-50%);
        padding-top: 0px !important;
        left: 50%;
        box-shadow: 0 0 0px black;
        display: none;
        transition: all .3s ease;
    }

    ul.submenu li a {
        font-size: 12px !important;
        padding: 5px !important;
        text-align: left !important;
        background: #02020278;
        color: #fff !important;
        border-bottom: 1px solid;
        height: 35px !important;
    }

    nav.main-nav ul li {
        position: relative;
    }

    ul.subsubmenu {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 150px;
    }


}

@media(min-width: 1200px) {

    header.home {
        top: 40px;
    }

    .header--greentop--sticky {
        display: block;
    }

    .content-caracteristicas {
        max-width: 1426px;
        margin: auto;
    }

    .content-video {
        max-width: 1196px;
        margin: auto;
        padding: 7rem 0 12rem;
    }

    .bios {
        max-width: 1198px;
        margin: auto;
    }

    h2.content-box-title.bio {
        display: flex;
        margin-left: 0;
    }

    .txt-bio {
        margin-left: 0;
    }

    #Form-Home #Form_4_container {
        margin-top: -50px;
    }

    .content-ubicacion {
        max-width: 1174px;
        margin: auto;
    }

    .content-ubicacion {
        max-width: 1174px;
        margin: auto;
        position: relative;
    }

    .content-ubicacion:before {
        content: "";
        display: block;
        width: 100vw;
        height: 383px;
        background: #fff;
        right: 61px;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .mapa-ubi {
        margin: 0;
        margin-top: 88px;
    }

    .blanc {
        background: #0000;
    }

    .data-ubicacion {
        background: #0000;
        position: relative;
        z-index: 2;
    }

    .footer-portal {
        margin-top: -110px;
    }

    .footer-top {
        padding-top: 280px;
        padding-bottom: 25px;
    }

    .img-fondo {
        height: 100%;
        max-height: 803px;
    }

    .content-bio-items {
        max-width: 528px;
        margin: 0;
    }

}

@media(min-width: 1500px) {
    nav.main-nav ul li a {
        font-size: 15px;
        padding: 5px 10px;
    }
}