@charset "utf-8";

:root {
   --Rojo1: #8A161B;
   --Rojo2: #C5161D;
   --Rojo3: #ED8E92;
   --degrade:linear-gradient(90deg, #8A161B, #C5161D);
   --naranja: #F3690C;
   --amarillo: #FFC000;
   --gris: #ECECEC;
   --txt: #545454;
}

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:#8A161B;}
h2{color:#8A161B;}
h3{color:#545454;}
h4{color:#000;}
h5{color:#000;}
h6{color:#545454;}

/* 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: #545454; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #C5161D; 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: #626262; 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: #545454; 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: var(--Rojo2)!important;
}
.btn-default {
    color: #fff;
    background-color: var(--Rojo2);
    border-color: var(--azul1);
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: var(--Rojo1);
    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(--azul);
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
/*------------*/
div#content-main{ 
    background-image: url(fondo2.jpg?V3);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.home-section{
    padding-top: 73px;
    margin: 0 7%;
    background: #fff;
    max-width: 1400px;
}
.sec {
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
}

.site-content {
	max-width: 1400px;
	margin: 0 7%;
    background: #fff;
    padding: 0!important;
    padding-top: 73px!important;
}
.site-content > div{
    max-width: 1200px;
    margin: auto;
}
/*------------*/

.img-zoom-in,.img-zoom-out {
    overflow: hidden;
}
.img-zoom-in img,.img-zoom-out img{
    transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img{
    transform: scale(1.15);
}
.img-zoom-out img{
    transform: scale(1.15);
}
.img-zoom-out:hover img{
    transform: scale(1);
}
/* Fonts */
.text-upper{
	text-transform: uppercase;
}

.w-100{
	width: 100%;
}
.p-x{
    padding-left: 0!important;
    padding-right: 0!important;
}

/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .4s ease;
    background: var(--Rojo1);
}
.header-content {
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    max-width: 220px;
}
.nav-brand img{
	transition: all .2s ease;
    width: 42%;
}

/*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;
}

a.toogle-menu { /*boton del menu responsive*/
    color: #fff;
    font-size: 28px;
    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 a:not(.mm-btn_next){
    color: #fff;
    font-weight: 600;
}
.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, .top{
    display: none;
}
.ct-header {
    padding: 0.5rem 1rem;
}
.mm-navbars_bottom {
    height: 46px;
}
.mm-menu_navbar_top-1 .mm-panels {
    top: 115px;
}
#logo-movil{
    background-image: url(Logo4.png)!important;
    border-radius: 12px;
}

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

/* 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(--Rojo1);
    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: #FFC000;
	color: var(--Rojo1);
}

h2.content-box-title {
    font-size: calc(1em + 2vw);
    text-align: center;
    color: #565656;
    position: relative;
    max-width: 510px;
    width: fit-content;
    font-weight: 600;
    margin: 4rem auto 2rem;
}

h2.content-box-title:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 185px;
    height: 5px;
    background: var(--degrade);
    border-radius: 10px;
    margin-top: 10px;
}

/*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: #8a161b;
}

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

.footer{
    background: #F3F3F3;
}
.poner, .footer-bottom{
    padding: 1em;
}
.footer-portal{
    display: inline-block;
    width: 100%;
    padding-top: 5rem;
}
.footer {
    background-image: url(footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-top{
    background: #00000040;
}
.footer-bottom{
    background: var(--Rojo1);
}
.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}

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

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

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

.social-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.social-bar > div > a {
    height: 33px;
    width: 33px;
    margin: 0px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    transition: all .3s ease;
}
.contador-visitas {
    display: flex;
    padding: 7px;
    align-items: center;
    justify-content: center;
    width: 131px;
    height: 56px;
    margin: auto;
    background: #00000078;
    border-radius: 12px;
}

.child {
    display: block;
    width: 30px;
    height: 40px;
    background-image: url(child.png);
    background-size: contain;
}

.contador-visitas h4 {
    color: #FEAE00;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.contador-visitas p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.visita {
    margin-left: 8px;
}


.internos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 174px;
    height: 47px;
    border-top: 1px solid #fff;
    margin: 12px auto;
}

.colegio {
    display: block;
    width: 31px;
    height: 28px;
    background-image: url(colegio.png);
    background-size: contain;
}

.colegio-txt {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    padding-left: 7px;
    transition: all .3s ease;
}


/*SECTION 1 (BANNER) +++++++++++++++++++*/

.img-banner {
    min-height: 50px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    padding: 2px;
}
.img-banner-main {
    max-height: 800px;
    width: 100%;
    object-fit: cover;
    height: 50vw;
}

.dos{
    cursor: pointer;
}


/*SECTION 2 (NOTICIAS) +++++++++++++++++++*/

.noticias {
    display: flex;
    flex-direction: column;
    background: #ECECEC;
    width: 100%;
    max-width: 666px;
    margin: 20px auto;
    align-items: center;
}
.content-noticias{
    max-width: 1200px;
    margin: auto;
}

.img-noticia {
    display: block;
    max-width: 256px;
    width: 100%;
    height: 194px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #e4e4e4;
}

.datos-noticia {
    max-width: 410px;
    width: 100%;
    padding: 34px 27px 50px;
    margin: auto;
    height: 194px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.datos-noticia > h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
    padding: 7px 0;
    color: #BA242B;
}

.fecha-noticia {
    font-size: 11px;
    display: block;
    padding-top: 7px;
}

.datos-noticia > p {
    margin: 0;
    text-align: left;
    line-height: 1.2em;
    height: inherit;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 12px;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.bot-noticia > div {
    line-height: 1em;
    background: #efeded;
}

.content-slider {
    padding-bottom: 4rem;
}
.content-slider .slick-arrow {
    top: 105%;
}
/*fecha*/
.bot-noticia {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 1rem;
}

.bot-noticia > div:last-child a {
    color: #D9161F;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2.1px;
    display: flex;
    width: 153px;
    height: 38px;
    background: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px #00000040;
    border-radius: 6px;
    margin-bottom: -30px;
    transition: all .3s ease;
}

#content_calendario > h2{
    font-size: calc(1em + 1vw);
    font-weight: bold;
    text-align: center;
    color: #B81A21;
    margin: 20px 0;
}

/*SECTION 3 ICONOS*/

.icono {
    display: block;
    width: 100%;
    max-width: 293px;
    height: 272px;
    padding: 1rem;
    margin: 1rem auto;
    overflow: hidden;
}

.icono > div {
    width: 100%;
    margin: auto;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.ico-image{
    width: 86px;
    height: 86px;
    min-height: 86px;
    object-fit: contain;
    object-position: center;
    margin-top: 1rem;
}

.title-image {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 28px auto 1rem;
    max-width: 228px;
    text-transform: uppercase;
    color: #4A4A4A;
    line-height: 1em;
    padding: 7px 0;
}

.txt-image {
    text-align: center;
    font-size: 13px;
    color: #858585;
    margin: auto;
    line-height: 21px;
    max-width: 237px;
    height: inherit;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 28px;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    position: relative;
    word-wrap: break-word;
}

.txt-image::-webkit-scrollbar,
.datos-noticia > p::-webkit-scrollbar {
    height: 8px;    
    width: 8px;    
}
.txt-image::-webkit-scrollbar-track,
.datos-noticia > p::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 30px;
}
.txt-image::-webkit-scrollbar-thumb,
.datos-noticia > p::-webkit-scrollbar-thumb {
    background: var(--Rojo3);
    border-radius: 4px;
}

.linea {
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    border-radius: 11px;
    transition: all .3s ease;
    z-index: -2;
}

.content-ico:before {
    content: "";
    display: block;
    width: 96%;
    height: 96%;
    background: #fff;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    opacity: 0;
    transition: all .3s ease;
}

/*SECTION 3 GALLERY*/

/*reseteo estilos*/
.tab-li{float: initial!important;margin: 0!important;}
.tab-a{margin: 0!important;border: none!important;padding: 0!important;border-radius: initial!important;}
 /*end reseteo estilos*/

.color-phone{
    background: #B81A21
}
.tab-ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem;    
    border: none!important;
}
.tab-a {
    width: 113px;
    height: 33px;
    border-radius: 6px!important;
    display: flex!important;
    padding: 0 10px!important;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin: 13px 5px!important;
}

.tab-li.active > a {
    background: #8A161B!important;
    color: #fff!important;
}

.content-fotos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #8a151a;
}

.gallery-img {
    display: block;
    max-width: 297px;
    max-height: 297px;
    width: 36vw;
    height: 36vw;
    object-fit: cover;
    margin: 6px;
}

.tab-title {
    color: #fff!important;
    padding: 3rem 1rem 0.5em;
}
.tab-title.content-box-title:after{
    background: #fff!important;
}

.btn-gallery {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.btn-gallery > a {
    display: flex;
    width: 125px;
    height: 42px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2.2px;
    background: #B81A21;
    border-radius: 6px;
}


/*SECTION 4 VIDEOS*/
.item {
    position: relative;
    max-width: 386px;
    max-height: 277px;
    margin: auto;
}
.item > img {
    display: block;
    max-width: 386px;
    max-height: 277px;
    width: 100%;
    height: 60vw;
    object-fit: cover;
}
.marca {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    background: #00000045;
    cursor: pointer;
}
.marca:hover,
.marca:focus{
    background: transparent;
}

#myModal .video-wrapper {
    margin: 0;
}
#myModal .close {
    position: absolute;
    right: -10px;
    top: -10px;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 99999999;
    background: var(--amarillo);
    opacity: 10;
    border-radius: 100%;
    color: var(--Rojo1);
}
#myModal .modal-body{
    background: var(--Rojo1);
}
.modal-backdrop.in {
    filter: alpha(opacity=75);
    opacity: 0.75;
}


/*SECTION 4 MAPA Y ENLACES*/

.content-enlaces {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem;
    margin-left: auto;
    flex-wrap: wrap;
}

.content-enlaces > a {
    display: block;
    width: 234px;
    min-width: 234px;
    height: 81px;
    margin: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.content-mapa {
    max-width: 586px;
    max-height: 354px;
    overflow: hidden;
    margin: auto;
}
.content-mapa .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 62.25%!important;
}

.logo-b{
    display: none;
}

/*EFECTOS*/
header.home {
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
header.home.fixed {
    transform: translateY(-172px);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.btn-noti:hover {
    background: var(--Rojo1)!important;
    color: #fff!important;
}

.icono:hover .linea{
    height: 100%;
    transition: all.3s ease;
}
.icono:hover .content-ico:before{
   opacity: 1;
   transition: all .3s ease;
}

.content-enlaces > a:hover {
    transform: scale(1.2);
}
.social-bar > div > a:hover{
    background: var(--Rojo1);
}

.internos:hover .colegio-txt {
    color: var(--Rojo2)!important;
}

.btn-gallery > a:hover {
    transform: scale(1.1);
}

.widget{display: none;}

.content-box {
    padding: 1rem;
}
.modal-content{
    margin-top: 39em;
}

/* Media Queries */
@media (min-width: 500px) {
	.noticias {
        flex-direction: row; 
        height: 194px;
    }
    .bot-noticia{
        justify-content: flex-start;
    }
    .bot-noticia > div:last-child a {
        margin-left: -75px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px){
	#content_calendario {
        max-width: 391px;
        margin: auto;
    }
    #content_calendario > h2{
        font-size: 33px;
    }
    h2.content-box-title {
        font-size: 27px;
    }
    .tab-title{
        font-size: 35px!important;
    }

    .txt-right.content-box-title{
        margin: 4rem 0 2rem!important;
        text-align: right!important;
        margin-left: auto!important;
        padding-right: 2rem;
    }
    .txt-right.content-box-title:after{
        margin-left: auto!important;
    }

    #slider-home .slick-arrow{
        width: 47px;
        height: 47px;
        font-size: 40px;
        background: #00000085;
    }
}

@media (min-width: 992px){
    .modal-content{
        margin-top: auto;
    }

    .nav-bot:before {
        content: "";
        display: block;
        width: 100vw;
        height: 40px;
        background: var(--Rojo1);
        position: absolute;
        opacity: 0;
        transition: all .3s ease;
    }
    .fixed .nav-bot:before {
        opacity: 1;
    }
    .nav-brand img{
        width: auto;
    }
	.content-enlaces{
        justify-content: flex-end;
    }
    .content-mapa {
        margin-right: auto;
    }
    .content-enlaces > a {
        margin-top: 0;
        margin-bottom: 0;
    }
    .content-mapa {
        margin-top: 45px;
    }
    .primero, .ultimo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 264px
    }
    #slider-noticias span.arrow-right.slick-arrow {
        right: 75%;
        left: auto;
    }
    .menu-1 > ul > li, 
    .page-footer > div > div > p,
    h3.footer-tittle {
        text-align: left;
    }

    .content-tabs {
        display: flex;
        position: relative;
        max-width: 1200px;
        margin: auto;
    }
    .tab-title{
        margin-top: 0!important;
        margin-bottom: 15px!important;
        padding: 0rem 1rem 0;
        text-align: left!important;
    }
    .tab-title.content-box-title:after {
        max-width: 119px;
        height: 3px;
    }
    .tab-ul, .tab-a{
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        line-height: 33px!important;
    }
    .content-fotos{
        padding: 0;
    }
    .color-phone, .content-fotos{background: transparent;}
    .color-phone {
        padding-top: 60px;
        position: relative;
        margin-bottom: 6rem;
    }
    .color-phone:before {
        content: "";
        display: block;
        width: calc(100% + 44px);
        height: 80%;
        background: #B81A21;
        position: absolute;
        top: 0;
        left: -22px;
        z-index: 0;
    }
    .gallery-img{
        width: 297px;
        height: 297px;
    }

    /*MENU ESCRITORIO ****************+*/
    header{
        background-image: url(header.svg);
        background-color: #fff;
        left: 0;
        right: 0;
        margin: auto;
        background-size: 100% 120%;
    }

    .home-section, .site-content{
        padding-top: 0!important;
    }

    .prueba {
        display: block;
        transform: translateY(212px);
        transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    }
    .prueba.padd {
        transform: translateY(44px);
    }

    .nav-brand {
        max-width: 325px;
        min-width: 240px;
        /* width: 100%; */
        padding: 10px 0;
    }
    .header-content{
        padding: 0 1rem;
        flex-direction: column;
        align-items: initial;
    }
    .nav-center {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar-header, .top, .logo-b{
        display: block;
        width: 100%;
    }
    .logo-b {
        max-width: 325px;
        align-self: flex-end;

    }
    .page-top {
        display: block;
        min-width: 200px;
    }
    header.home:after{
        height: 20px;
    }
    .nav-mobile {
        display: none;
    }
    .content-info-header {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .ct-header {
        max-width: 1355px;
        margin: auto;
        padding: 0 1rem;
    }
    .redes-top {
        display: flex;
        min-width: 102px;
        align-items: center;
        justify-content: space-between;
        padding-left: 1rem;
    }

    .redes-top > div > a {
        display: flex;
        width: 27px;
        height: 27px;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        border: 1px solid #000;
        border-radius: 100%;
        color: #000;
    }

    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    nav.main-nav > ul{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 1200px;
        margin: auto;
    }
    nav.main-nav ul li a {
        display: flex;
        font-size: 13px;
        padding: 5px 13px;
        font-weight: 500;
        color: #fff;
        min-width: 93px;
        height: 40px;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: all .3s ease;
        max-width: 220px;
        line-height: 1em;
        position: relative;
    }
    .menu-top{padding: 1rem!important;}
    .menu-top a:before {
        content: "";
        display: block;
        height: 25px;
        width: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    #menu-main > li{
        padding-left: 41px;
    }
    #menu-main > li:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        z-index: -1;
        background-image: url(figura.png);
        background-repeat: no-repeat;
        background-size: 145px 100%;
        opacity: 0;
        transition: all .2s ease;
    }
    #menu-main > li:after{
        content: "";
        display: block;
        width: calc(100% - 52px);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -2;
        background: #b81a20;
        opacity: 0;
        transition: all .2s ease;
    }
    .content-info-header {
        background: #8A161B;
        padding: 0 1rem;
    }

    #menu-main > li:hover:before,
    #menu-main > li:hover:after,
    #menu-main > li:focus:before,
    #menu-main > li:focus:after
    {
        opacity: 1;
        transition: all .2s ease;
    }
    #menu-top li a:hover {
        background: #ffffff4d;
    }
 
    #menu-main {
        justify-content: space-around;
    }

    ul.submenu {
        position: absolute;
        min-width: 100%;
        transform: translateX(-50%);
        left: 50%;
        box-shadow: 0 0 0px black;
        display: none;
        transition: all .3s ease;
    }
    ul.submenu li a {
        font-size: 11px !important;
        padding: 0 5px !important;
        background: var(--Rojo2);
        color: #fff!important;
        border-bottom: 1px solid;
        height: 32px!important;
        font-weight: bold!important;
        text-align: center!important;
    }
    .submenu a:hover{
        background: var(--Rojo1);
    }
    nav.main-nav ul li {
        position: relative;
    }
    ul.subsubmenu {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 150px;
        background: #02020278;
    }

    #slider-noticias .slick-arrow{
        width: 40px;
        height: 40px;
        font-size: 40px;
        background: #fff;
        color: var(--txt);
    }
    #menu-top #last > a{
        position: relative;
        padding-left: 38px;
        max-width: 130px;
    }
    #menu-top #last > a:after {
        font-family: FontAwesome;
        content: "\f0c0";
        display: flex;
        width: 25px;
        height: 20px;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    /*widget*/

    .widget {
        display: flex;
        width: 228px;
        height: 83px;
        background: #fff;
        padding: 1rem;
        border-radius: 11px;
        box-shadow: 0 2px 21px #0000005c;
        align-items: center;
        position: fixed;
        z-index: 99999;
        left:15px;
        bottom: 8px;
        transition: all .3s ease;
    }
    .widget > div {
        text-align: center;
        max-width: 137px;
        font-size: 13px;
        letter-spacing: -0.71px;
        font-weight: 600;
        color: #202020;
        margin-left: 5px;
    }
    .widget:hover {
        transform: scale(1.02);
        box-shadow: 0 2px 21px var(--amarillo);
    }
}

@media(min-width: 1200px){
    .primero, .ultimo{
        height: 204px;
    }
    .nav-brand {
        max-width: 475px;
    }
    .logo-b{
        max-width: 435px;
    }

    .nav-center {
        align-items: flex-start;
        height: 185px;
    }
    #menu-main > li{
        padding-left: 40px;
    }
    header.home.fixed {
        transform: translateY(-253px);
    }
    .prueba {
        transform: translateY(285px);
    }
}

@media(min-width: 649px){
    #slider-iconos .slick-slide > div {
        display: flex;
    }
}


/*CASOS ESPECIFICOS*/

@media(min-width: 1305px){
    .content-fotos{
        width:927px;
        position: relative;
    }
    .btn-gallery {
        position: absolute;
        bottom: 25px;
        right: 25px;
        width: auto;
    }
    .tab-header{
        width: 100%;
    }
}
@media(min-width: 1635px){
    .home-section, .site-content {
        margin: 0 auto;
    }
    .noticias {
        margin: 20px 0;
    }
    #myModal .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 30%;
        width: 50%;
        margin: -15% 0 0 -25%;
    }
    .color-phone:before {
        max-height: 500px;
    }
}

/* PopUp */
.modal-popUp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-popUp .modal-dialog {
    max-width: 1100px;
    width: 100%;
    margin: 0;
    padding: 15px;
    position: relative;
}

.modal-popUp button.close span {
    line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12 {
    padding: 0 !important;
}

.modal-popUp button.close {
    position: absolute;
    background: white;
    right: -8px;
    top: -12px;
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    border-radius: 50%;
}



/********  Start Social Media Menu ********/

#section_social_media {
  display: block;
  position: fixed;
  right: 0px;
  /* z-index: 99; */
  z-index: 4;
  background: rgb(138, 22, 28, .8);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px 0 0 10px;
  font-weight: 500;

}
#section_social_media a {
  display: flex;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#section_social_media a > i {
  color: #ffffff;
  font-size: 1.5em;
}
#section_social_media a > span {
  position: absolute;
  top: 0px;
  width: 170px;
  height: 40px;
  color: #ffffff;
  left: 80px;
  transition: all 0.5s;
  background: rgb(138, 22, 28, .8);
  z-index: -1;
  display: flex;
  align-items: center;
  padding: 0 1em;
  border-radius: 20px 0 0 20px;
}

#section_social_media a:hover .span {
  left: -124px;
}

/********  End Social Media Menu ********/
