/*

#f83900
 */

/* FONT */
@font-face {
    font-family: 'esquelas';
    src: url('/_twig/public/fonts/esquelas/regular.woff') format('woff'),
    url('/_twig/public/fonts/esquelas/regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
/* BODY */
body {
    font-family: 'esquelas';
    font-size: 19px; 
    color: #565656;
}
p {font-size: 1rem;}
a:hover {text-decoration: none;}
/* HEADER */
.header {
    height: 700px;
}
@media (max-width: 992px) {
    .header {
        height: 400px;
    }
}
.header .contenido {
    background-color: #00000073;
    height: 100%;
}
.header .textos {
    color: #ffffff;
    /*padding-top: 20%;*/
}
.header .icon-down {
    color: #ffffff;
    opacity: .2;
    text-align: center;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
}
.header .icon-down:hover {opacity: .8;}
.min-header .contenido {background-color: #00000073;}
.min-header .container {
    padding-top: 13vh;
    padding-bottom: 10vh;
}
/* NAVBAR */
/*.navbar.fixed-top {z-index: 1099 !important;}*/
.navbar-light .navbar-toggler {
    border-color: #ffffff38;
    color: #ffffff;}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    margin-right: .5rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {background-color: #b6023f;}
.nav-link {color: white;}
.nav-link:hover {color: #d7d7d7;}
@media (max-width: 992px) {
    .navbar {padding: 0;}
    .navbar-toggler {margin: .5rem 0;}
    .navbar .container {
        padding: 0 1rem;
        background-color: #2d2d2d;
        max-width: 100%;
    }
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar .nav-link:hover {
    color: #ffabab !important;
}
.navbar-brand {font-size: 1rem !important;}
.navbar {
    background-color: #00000087 !important;
    box-shadow: 0px 0px 10px #0000001a;
}
/* COLORS */
a {color: #ff9d72;}
.text-success {color: #7fbc41 !important;}
a.text-success:hover {color: #619335 !important;}
.text-primary {color: #45a2c1 !important;}
a.text-primary:hover {color: #64b8d4 !important;}
.text-warning {color: #ffabab !important;}
a.text-warning:hover {color: #ad869d !important;}
a.text-muted:hover {color: #555a5f !important;}
.text-info {color: #62a9a3 !important;}
a.text-info:hover {color: #427a74 !important;}
.text-one {color: #cc5e9e !important;}
a.text-one:hover {color: #79335d !important;}
.text-two {color: #7a0177 !important;}
a.text-two:hover {color: #b601b2 !important;}
.text-three {color: #7fbc41 !important;}
a.text-three:hover {color: #5e953b !important;}
.text-four {color: #276419 !important;}
a.text-four:hover {color: #3fa329 !important;}
/* BTN */
.btn-primary {
    background-color: #b6023f;
    border-color: #b6023f;
}
.btn-primary:hover {
    background-color: #dd2058;
    border-color: #dd2058;
}
.btn, .form-control:not(.form-control-lg){font-size: 16px;}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #ffa27a !important;
    border-color: #ffa27a !important;
}
/* BACKGROUND */
.bg-shadow-dark {background-color: rgba(49, 49, 49, 0.29) !important;}
.bg-primary {
    background-image: url('/img/structure/background_1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-secondary {
    background-image: url('/img/structure/background_2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.jumbotron{background-color: #fff7f7;}
b, strong {font-weight: bold;}
/* BLOCKS */
section {
    padding: 6rem 0;
    position: relative;
}
/* ESQUELAS */
.esquela_destacada {background-color: #e8f2f1;}
.listado_esquelas .list-group-item {
    margin-bottom: 0px !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    padding: .75rem;
}
.listado_esquelas .list-group-item:last-child {border: 0 !important;}
.listado_esquelas .card {
    margin-bottom: 2rem;
}
.listado_esquelas hr {
    border-top: 1px solid #cc5e9e;
    margin-top: 0rem;
    margin-bottom: .5rem;
}
.esquelas_info {
    padding: 8% 0;
}
.esquelas_info .fondo {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 4rem 4rem;
    color: #ffffff;
    border-radius: 10px;
}
.esquelas_info .textos p {font-size: 1.2rem;}
.page-item.active .page-link {
    background-color: #62a9a3;
    border-color: #62a9a3;
}
.page-link {color: #45a2c1}
.page-link:focus, .page-link:hover {
    color: #cc5e9e;
    background-color: #f8f9fa;
    border-color: #dddddd;
}
@media (max-width: 768px) {
    .esquelas_info .fondo {
        border-radius: 0px;
        padding: 3rem 1.5rem;;
    }
    .esquelas_info {padding: 0;}
    .esquelas_info .pageBreadcrumb {display: none;}
    .esquelas_info .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.velas_fondo {
    background-image: url(/img/structure/fondo_velas_2.png);
    height: 380px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    width: max-content;
    position: relative;
    padding-top: 100px;
    min-width: 100%;
}
.velas_contenedor {
    overflow: hidden;
}
.velas_grupo {
    width: 250px;
    float: left;
    text-align: center;
    position: relative;
    -webkit-perspective: 100px;
    -webkit-perspective-origin: center;
    perspective: 100px;
    perspective-origin: center;
}
.velas_texto {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateX(45deg);
    transform-style: preserve-3d;
    transform: rotateX(45deg);
    width: 100%;
    color: white;
    text-shadow: 0px 0px 1px black;
    top: 140px;
}
/* CARD */
.especial.card {
    border: none;
    box-shadow: 0px 4px 10px 0px #d8d8d8;;
}
@media (max-width: 992px) {
    .card-columns {column-count: 2;}
}
@media (max-width: 767px) {
    .listado_noticias_destacadas .card-deck {flex-flow: column;height: 700px !important;}
    .listado_noticias_destacadas .card {margin-bottom: 15px !important;}
    .listado_noticias_destacadas .card-deck img {display: none;}
}
/* NOTICIAS */
.listado_noticias_destacadas .card {box-shadow: 0px 0px 5px 0px #636363;}
.listado_noticias_destacadas .carousel-control-next, .listado_noticias_destacadas .carousel-control-prev {
    z-index: 2000;
    color: #272727;
}
.listado_noticias_destacadas .card-deck {
    height: 450px;
    overflow: hidden;
}
/* BLOCKQUOTE */
.blockquote {
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: 5px solid #ececec;
}
.blockquote.text-right {
    border-right: 5px solid #ececec;
    border-left: none;
}
.blockquote:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.blockquote-footer {font-size: 70%;}
/* BREADCRUMB */
.breadcrumb {
    background: transparent;
    padding: 0;
    align-items: center !important;
    font-size: 1rem;
    margin-bottom: 0;
    max-width: 100%;
}
.esquelas_info .breadcrumb-item.active {color: #cc5e9e;}
/* TITLE */
.title {
    border-bottom: 1px solid #cc5e9e !important;
    padding: .5rem;
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.subtitle {
    font-size: 1.2rem;
}
.title_min {
    border-bottom: 1px solid #cc5e9e !important;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
/* FORMULARIOS */
.form-control-label {
    font-size: 14px;
    margin: 0 !important;
    padding: 0;
    color: #7fbc41;
    vertical-align: middle;
}
.form-control{border: 1px solid #fdc1a7;}
[visible-when-invalid]:not(.visible), amp-list [fetch-error], form [submit-error], form [submit-success], form [submitting] {
    display: none;
}
/* DIRECTORIOS */
.directorio p {font-size: 1.25rem;}
