/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- Estilos Textos --- */

p {
    font-size: 16px;
    color: #333;
}

a {
    color: blue;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

/* --- Estilos CSS Sebastian Jeria L. --- */

body {
    font-family: 'Roboto', sans-serif !important;
}

li.elementor-icon-list-item a {
    color: #666;
}

li.elementor-icon-list-item a:hover {
    color: red;
    text-decoration: underline;
}

header {
    width: 100%;
    height: 85px;
    background-color: #eceaea;
    padding: 1.5% 3% 1% 3%;
}

header.elementor-slideshow__header {
    background-color: transparent !important;
}

a.link {
    color: #666;
    text-decoration: solid;
}

a.link:hover {
    color: #dc4238;
} 

button.cuenta {
    font-size: 12px;
}

section.slider {
    overflow: hidden;
}

.separador-slider {
    padding-top: 85px;
}

.fixed {
	z-index: 3;
	position: fixed;
	width: 100%;
}

.menu-menu-container {
    width: auto !important;
}

.menu-menu-container ul {
    margin-top: 1%;
    float: left;
}

.menu-menu-footer-container ul {
    float: right;
}

.menu-menu-container ul li.menu-item, .menu-menu-footer-container ul li {
    float: left;
    margin-right: 20px;
}

.menu-menu-container ul li.menu-item a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
}

.menu-menu-footer-container ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.menu-menu-container ul li.menu-item a:hover, .menu-menu-footer-container ul li.current_page_item a {
    color: red;
}

.menu-menu-container li ul{
	display: none;
    height: auto;
    position: absolute;
    width: 200px;
    z-index: 100;
    clear: both;
    margin: 0;
    padding: 20px 0px 0px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #eceaea;
}

.menu-menu-container li:hover ul{
	display:block;
	border-style: none;
}

.menu-menu-container li li {
	display:block;
	width: 100%;
	margin-top: 0px;
}

.menu-menu-container li:hover li a {
	background:none;
	border-right-style: none;
	color: #666;
	border-style: none;
    text-align: left;
}
		
.menu-menu-container li ul a {
	display: block;
	margin: 0;
	color: #666;
	padding: 5px 15px;
}

.menu-menu-container li ul li ul {
	margin-top: -70px;
    background-color: #eceaea;
    z-index: -1;
}

.menu-menu-container li ul li ul li {
	margin-left: 175px;
	display: none;
	background-color: #eceaea;
	text-align: left;
	text-indent: 30px;
	width: 200px;
}

.menu-menu-container li:hover ul li:hover ul li {
	display:block;
}

/* ---Estilos Carrousel--- */

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(0,0,0,0.5);
    width: 3rem !important;
    height: 3rem !important;
    background-size: 80% 80% !important;
}

.carousel-caption {
    position: absolute;
    bottom: 32% !important;
    left: 60% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000 !important;
    text-align: left !important;
    width: 30%;
    background-color: rgba(255,255,255,0.8);
    padding: 1% 1% 0 1% !important;
}

.carousel-caption h1.txt_rojo,
.carousel-caption h2.txt_rojo,
.carousel-caption h3.txt_rojo,
.carousel-caption h4.txt_rojo,
.carousel-caption h5.txt_rojo,
.carousel-caption h6.txt_rojo,
h1.txt_rojo,
h2.txt_rojo,
h3.txt_rojo,
h4.txt_rojo,
h5.txt_rojo,
h6.txt_rojo,
p.txt_rojo {
    color:red !important;
    text-decoration: none !important;
}

.carousel-caption h1.txt_blanco,
.carousel-caption h2.txt_blanco,
.carousel-caption h3.txt_blanco,
.carousel-caption h4.txt_blanco,
.carousel-caption h5.txt_blanco,
.carousel-caption h6.txt_blanco,
h1.txt_blanco,
h2.txt_blanco,
h3.txt_blanco,
h4.txt_blanco,
h5.txt_blanco,
h6.txt_blanco,
p.txt_blanco {
    color:white !important;
}

.titulo_flotante {
    position: absolute;
    z-index: 2;
    top: 165px;
    left: 30px;
}

.sombra {
    z-index: 2;
    position: fixed;
    width: 100%;
    padding-top: 85px;
}

.fondo_gris {
    background-color: #e6e6e6;
}

.fondo_negro {
    background-color: #000;
}

.fondo_rojo {
    background-color: #dc4238;
}

.line {
    background-image: url(../images/red_line.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 1.8;
    margin-left: 20px !important;
}
.line_dos {
    background-image: url(../images/white_line.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 1.8;
}

.btn-light {
    color: #dc4238 !important;
}

.btn-danger {
    background-color: #dc4238 !important;
    border-color: #dc4238 !important;
}

.search-submit {
    width: 100%;
    padding: 5%;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

/* ---Estilos Formulario--- */

.form1 {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form2 {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form3 {
    display: block;
    width: 100%;
    height: calc(7.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn_form {
    border-radius: 1.5rem;
    padding: 0.35rem 1.2rem;
    background-color: #fff;
    border-color: #E8473E;
    cursor: pointer;
    color: #E8473E;
}

/* ---Slick--- */

.slider { 
    width: 100%; 
    margin: 30px auto; 
}

.slick-slide { 
    margin: 0px 20px; 
}

.slick-slide img { 
    width: 100%; 
}

.slick-prev:before, .slick-next:before { 
    color: white; 
}

.slick-slide { 
    transition: all ease-in-out .3s; 
    opacity: .2; 
}

.slick-active { 
    opacity: .3; 
}

.slick-current { 
    opacity: 1; 
}

a.click {
    color: #dc4238;
    text-decoration: none;
}

a.click:hover {
    color: black;
}

/* ---Estilos Footer-- */

footer {
    background-color: #222222;
}

footer p {
    color: white;
}

.menu-menu-footer-container {
    width: 100% !important;
    float: right;
}

/* ---Estilos Clases--- */

.separador {
    width: 100%;
    height: 1px;
    float: left;
    background-color: #cccccc;
}

.caja_post {
    width: 90% !important;
    margin: 0 5% !important;
}

.avatar {
    width: 40% !important;
    margin: 5% 30% !important;
    border: 5px solid #ccc;
}

.avatar-muro {
    width: 13% !important;
    margin: 0 10px 0 0 !important;
    border: 2px solid red;
    float: left;
}

.card-header {
    background-color: #fff !important;
}

.titulo_not_tc {
    margin-top: -50px;
    background-color: rgba(255,193,7,0.7);
    padding: 3%;
    color: #333;
    border-radius: 7px 7px 0 0;
}

.btn-azul {
    color: #fff !important;
    background-color: #2377f8 !important;
    border-color: #2377f8 !important;
}

/* ---Estilos Card--- */

.caption_card {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    background-color: rgba(0,0,0,0.8);
    color: white;
}

.border_card {
    border: none !important;
}

.btn_news {
    padding: 4%; 
    background-color: #e58a3b;
}

.btn_news p a {
    font-size: 13px;
    float: right;
    color: white;
    text-decoration: none;
}

.tarjeta {
    width: 48%;
    float: left;
    margin: 1%;
}

/* ---Estilos Muro--- */

.back_titulo_rojo {
    background-color: #e54642;
    padding: 2%;
    color: white;
}

.caption_muro {
    position: absolute;
    z-index: 1;
    bottom: 0;
    color: #e54642;
    padding: 20px;
    width: 100%;
}

.back_titulo_blanco {
    background-color: white;
    padding: 1%;
}

/* --- Ocultar Elementos responsive de escritorio --- */

.hide-escritorio {
    display: none;
}

/* ---Estilos Menu Directos --- */

nav#menu_directos {
    position: fixed;
    z-index: 2;
    right: 0;
    padding: 20px 20px 10px 15px;
    background-color: rgba(0,0,0,0.6);
    top: 20%;
    width: 100px;
    border-radius: 8px 0 0 8px;
}

nav#menu_directos ul {
    margin: 0;
    padding: 0;
}

nav#menu_directos ul li {
    margin-bottom: 15px;
}

nav#menu_directos ul li a {
    font-size: 9px;
    color: white;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}

nav#menu_directos ul li a:hover {
    opacity: 1;
    -webkit-transform:scale(1.30);
    -moz-transform:scale(1.30);
    -ms-transform:scale(1.30);
    -o-transform:scale(1.30);
    transform:scale(1.30);
}

nav#menu_directos ul li a i {
    font-size: 40px;
    padding-bottom: 10px;
}

/* --- Estilos Compromiido Sostenible --- */

.txt_rojo_compromiso {
    color: #d41037;
    font-size: 14px;
}

.caja_rojo {
    background-color: #d41037;
    width: 100%;
    padding: 5% 20%;
}

.txt_verde_compromiso {
    color: #58b835;
    font-size: 14px;
}

.caja_verde {
    background-color: #58b835;
    width: 100%;
    padding: 5% 20%;
}

.txt_cian_compromiso {
    color: #00a78d;
    font-size: 14px;
}

.caja_cian {
    background-color: #00a78d;
    width: 100%;
    padding: 5% 20%;
}

/* ---Estilos Migas de Pan--- */

nav.migas {
    width: 100%;
    float: left;
    height: auto;
}

nav.migas ul {
    float: left;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

nav.migas ul li {
    display: inline;
    color: #e54642;
}

nav.migas ul li a {
    font-size: 14px;
	color: #666;
	text-decoration: none;
}

nav.migas ul li a:hover {
	text-decoration: underline;
 }

 /* --- Estilos Branded Loging --- */

div#login {
    width: 30% !important;
    height: auto !important;
    margin: 5% 35% 0 !important;
}

/* --- Estilos Paginator Bootstrap 5.0 --- */

.page-link {
    color: #e54642 !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #e54642 !important;
    border-color: #e54642 !important;
}

.yellow-link {
    color: #333 !important;
}

.yellow-item.active .page-link {
    color: #333 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.azul-link {
    color: #333 !important;
}

.azul-item.active .page-link {
    color: #fff !important;
    background-color: #2377f8 !important;
    border-color: #2377f8 !important;
}

/* --- Estilos Single --- */

.banner_single {
    overflow: hidden;
    height: 300px;
    background-color: #E6E6E6;
}

.content_single {
    margin: -150px 10% 0 20% !important;
    width: 70%;
    background-color: #fff;
    padding: 3% 5% !important;
}

.content_titulo {
    width: 40%;
    margin-left: -250px;
    margin-top: 50px;
    background-color: rgba(255,255,255,0.7);
    padding: 1%;
    z-index: 2;
    position: absolute;
}

/* --- Estilos Paginador --- */

.content_pagination {
    width: 100% !important;
}

.pagination {
    width: 100% !important;
}

/* --- Estilos Etiquetas --- */

p.etiquetas {
    width: 100%;
    height: auto;
    padding: 3%;
    background-color: #ededed;
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
}

/* ---Estilos Imagenes--- */

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}

/* --- Estilos Menu Transformación Confuturo --- */

#pagemenu {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow-x: auto;
    background-color: #666;
    top: 0;
}
#pagemenu ul {
    margin: 0;
}
#pagemenu a {
    display: block;
    position: relative;
    float: left;
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 14px;
}
#pagemenu a:hover, #pagemenu a.active {
    background-color: #ffc107;
    color: #333;
}
.aparece {
    display: block !important;
}
.fijo {
    position: fixed !important;
    padding: 85px 0 0 0 !important;
    display: block !important;
    z-index: 1 !important;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
    background-color: rgba(102,102,102,0.9) !important;
}

/* --- Estilos Barra Accesible --- */

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    background-color: rgba(0,0,0,0.6) !important;
    border: none !important;
    border-radius: 0 0 8px 0 !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: rgba(0,0,0,0.6) !important;
    border: none !important;
    border-radius: 0 8px 8px 0 !important;
    box-shadow: none !important;
}


.sacar_escritorio {
    display: none;
}

@media only screen and (max-width:1080px){
	
	.menu-menu-container, .hide-responsive, nav#menu_directos, .menu-menu-footer-container {
	    display: none;
    }

    .sacar_escritorio {
        display: block;
    }

    .fixed {
        position: inherit;
    }

    header {
        height: auto;
    }

    .sombra {
        padding-top: 0px;
        position: absolute;
    }

    .hide-escritorio {
        display: block;
    }
    
    .logo_responsive {
        width: 70% !important;
        margin: 0 15% 2% 15% !important;
    }

    .tarjeta {
        width: auto !important;
        float: none !important;
        margin: 0 !important;
    }

    .carousel-caption-responsive {
        position: absolute;
        left: 5%;
        color: #000;
        text-align: left;
        width: 90%;
        background-color: rgba(255,255,255,0.8);
        padding: 3%;
        top: 2%;
    }

    .carousel-caption-responsive-2 {
        position: absolute;
        bottom: 0;
        left: 5%;
        color: #000;
        text-align: left;
        width: 90%;
        background-color: rgba(255,255,255,0.8);
        padding: 3%;
        top: 2%;
        height: 20%;
    }

    .img_responsive {
        max-width: 200% !important;
        overflow: hidden;
    }

    .banner_responsive {
        padding-top: 0px !important;
    }

    .caja_post {
        width: 100% !important;
        margin: 0 0 !important;
    }

    .titulo_flotante {
        top: 160px !important;
        left: 40px !important;
    }

    .content_single {
        margin: -250px 5% 0 !important;
        width: 90% !important;
    }

    .content_titulo {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
        padding: 0 0 20px 0 !important;
        position: inherit !important;
    }

    .aligncenter {
        width: 100% !important;
        height: auto !important;
    }

    #pagemenu {
        display: none !important;
    }

}