
:root {
   --rojo1: #7F0707;
   --rojo2: #B51B1B;
   --rojo3: #EC0002;
   --gris: #AAAAAA;

   --txt: #2B2835;
}

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


h1{color:#7F0707;}
h2{color:#7F0707;}
h3{color:#EC0002;}
h4{color:#2B2835;}
h5{color:#2B2835;}
h6{color:#808080;}

/* 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: #AAAAAA;}
.zebra tr.title td { background-color: #AAAAAA; 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: #EC0002; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #EC0002; 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: #AAAAAA; 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: #7F0707; 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.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
    background: #B51B1B!important;
}
.btn-default {
    color: #fff;
    background-color: #B51B1B;
    border-color: #B51B1B;
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: #7F0707;
    transition: all .3s ease;
    color: #fff;
}
#dashboardPG .dashboard-item .dashboard-item-container a:hover {
    background: linear-gradient(90deg, #fff, #7f0707a6 );
}

/* 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(--rojo3);
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
/*------------*/
.site-content{
    padding-top: 144px;
}
section.home-section{
    padding-top: 52px;
}
.site-content, .my-container{
	max-width: 1200px;
	margin: 0 auto;
}
/*------------*/

.w-100{
	width: 100%;
}

/* HEADER */

header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0px;
    left: 0px;
    background: #fff;
    transition: all 0.4s ease 0s;
    border-top: 6px solid #b51b1b;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px;
}

.header-content {
    justify-content: space-between;
    align-items: center;
    padding: 10px 1rem;
}
.nav-brand {
    max-width: 130px;
    transition: all .3s ease;
}
.nav-brand img{
	transition: all .2s ease;
    width: 100%;
}

/*para quitar los submenus en la vista responsive*/
.social-links, .main-nav-mobile {
    display: none;
}
/*para quitar los submenus en la vista de escritorio*/
#menu-main> li > ul {
	display: none;
}

.toogle-menu, .toogle-search { /*boton del menu responsive*/
    color: var(--rojo1);
    font-size: 25px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background: var(--rojo1);
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {display: block !important;}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}
.navbar-header{
    display: none;
}
.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
    padding: 0;
    height: 45px;
}
.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn), .mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){
    background: var(--rosa1);
}
.mm-panel_has-navbar .mm-navbar {
    display: block;
    background: var(--rojo1);
}
.mm-menu .mm-listview a:not(.mm-btn_next){
    color: #fff;
}
.mm-navbars_bottom {
    border-color: #fff;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    opacity: .6;
}
.mm-menu_navbar_top-1 .mm-panels {
    top: 100px;
    border-top: 1px solid var(--oscuro);
}
.mm-navbars_top{border: none!important;}
.datos-menu {
    display: block;
    height: 100px;
    padding: 1rem;
    border-bottom: 1px solid #fff;
}
.datos-menu > h3 {
    color: #fff;
    text-align: left;
    margin: 0px;
    font-size: 14px;
    padding: 6px 0 1rem;
    font-weight: 500;
}
.datos-menu > p {
    color: #fff;
    text-align: left;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}
.datos-menu > p > span{
  font-size: 21px;
  margin-right: 5px;
}
.wpp {
    font-size: 18px!important;
    background: #75B73B;
    padding: 2px;
    border-radius: 100%;
    width: 22px;
    text-align: center;
}
.txt-lan {
    font-size: 15px;
    font-weight: bold;
}

/* 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: #7f0707a6;
    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(--rojo3);
	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: #AAAAAA;
    text-indent: -9999px;
    border: none;
}
.slick-dots li.slick-active button {
    background-color: var(--rojo1);
}

/* Searcher --------- */

.searcher {
    position: fixed;
    width: 100%;
    background: var(--rojo1);
    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: 2px 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;
}

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

.poner, .footer-bottom{
    padding: 1em;
}
.footer-portal{
    display: inline-block;
    width: 100%;
}
.footer-top{
    background: #A41817;
}
.footer-bottom{
    background: #7E0000
}
.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}

.menu-1 > ul > li > a{font-size: 14px; color:#fff; font-weight: 300}

h3.footer-tittle {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color:  #fff
}
.page-footer > div > div > p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.menu-1 > ul > li{
    text-align: center;
    padding-bottom: 7px;
}

.footer-text{font-size: 12px;}
.footer-text > a{color: #fff}

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




/*SECTION BANNER ------------------*/

.content-banner{
    position: relative;
}

.banner-container {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    padding: 1rem 55px;
    background: #00000080;
}

.banner-detalles {
    height: 100%;
    max-height: 230px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.tt-banner {
   margin: 0px;
   font-size: calc(1.1em + 1vw);
   font-weight: bold;
   color: #fff;
   text-align: center;
   text-shadow: rgba(0, 0, 0, 0.5) 0px 2px;
}

h2.tt-banner > span{
    font-size: calc(0.7em + 1vw);
    font-weight: 500;
}



















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

@media (min-width: 768px){
	
    .banner-detalles{
        padding-bottom: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

@media (min-width: 992px){
	.primero, .ultimo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .banner-detalles{
        width: 60%;
        max-width: 747px;
        padding-left: 4rem;
    }

    .banner-container {
        padding: 2rem;
        max-width: 1200px;
        left: 0;
        right: 0;
        margin: auto;
        background: initial;
        z-index: 999;
    }

    .banner-detalles > h2{
        text-align: left;
        font-size: 34px;
    }
    section.home-section {
        padding-top: 113px;
    }

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

    .nav-brand {
        max-width: 315px;
        min-width: 240px;
        width: 100%;
        padding: 10px 0;
    }
    .header-content{
        padding: 8px 1rem;
    }
    .navbar-header{
        display: block;
    }
    .nav-mobile {
        display: none;
    }
    .content-info-header {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .ct-header {
        max-width: 1200px;
        margin: auto;
    }

    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    nav.main-nav > ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    nav.main-nav ul li a {
       display: block;
       font-size: 13px;
       padding: 5px;
       font-weight: 500;
       color: #444444;
       min-width: 95px;
       margin: 0 2px;
       text-align: center;
       white-space: nowrap;
       transition: all .3s ease;
    }

    #menu-main > li > a:hover,
    #menu-main > li > a:focus{
        background: var(--azul2);
        color: #fff;
        border-radius: 35px;
    }

    ul.submenu {
        position: absolute;
        min-width: 150px;
        transform: translateX(-50%);
        padding-top: 51px!important;
        left: 50%;
        box-shadow: 0 0 0px black;
        display: none;
        transition: all .3s ease;
    }
    ul.submenu li a {
        font-size: 12px !important;
        padding: 8px !important;
        text-align: left!important;
        background: #02020278;
        color: #fff!important;
        border-bottom: 1px solid;
    }

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

@media(min-width: 1200px){

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

	.banner-detalles > h2 {
        font-size: 43px;
    }

}
