@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

a,
a:hover {
    color: #1d1d1d;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.text-blue {
    color: #0074bb;
}

.text-white {
    color: white;
}

.text-yellow {
    color: #fde500;
}

.container {
    max-width: 1550px;
    width: 90%;
}

.container-lg {
    max-width: 1000px;
    width: 90%;
}

.section .head h2,
.section .head h1 {
    font-weight: 800;
    font-size: 2.2rem;
}

.section .body>.row,
#news .row {
    margin-top: -15px;
    margin-bottom: -15px;
}

.section .body>.row>*,
#news .row>* {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-top {
    padding-top: 50px;
}

.padding-bottom {
    padding-bottom: 50px;
}

.margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-top {
    margin-top: 50px;
}

.margin-bottom {
    margin-bottom: 50px;
}

.c-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-padding-top {
    padding-top: 30px;
}

.c-padding-bottom {
    padding-bottom: 30px;
}

.c-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.c-margin-top {
    margin-top: 30px;
}

.c-margin-bottom {
    margin-bottom: 30px;
}

.border-dashed {
    border-bottom: 1px dashed #fff;
}

.text-justify {
    text-align: justify;
}

.listado {
    list-style: none;
    padding: 0;
}

header {
    border-bottom: 1px solid #e7e7e7;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Catamaran', 'Nunito Sans', sans-serif;
    color: #1d1d1d;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #0074bb;
}

.navbar-light .navbar-nav .nav-item {
    padding: 0.5rem 0;
}

.navbar-light .navbar-nav .nav-item span {
    font-weight: normal;
    display: block;
}

.navbar-light .navbar-nav .nav-item i {
    color: #0074bb;
    font-size: 1.2rem;
    padding-right: 0.5rem;
}

.nav-link {
    display: block;
    padding: 1rem;
    line-height: 1.2rem;
}

.navbar-light .navbar-nav .nav-link.btn {
    color: #fff;
    font-weight: bold;
}

.shadow-2 {
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, .15) !important;
}

.shadow-3 {
    box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, .15) !important;
}

.b-left:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7%;
    width: 10%;
    max-width: 87px;
    height: 255px;
    background: url('../img/banner_left.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.b-right:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 7%;
    width: 20%;
    max-width: 210px;
    height: 312px;
    background: url('../img/banner_right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.container-fluid {
    max-width: 1920px;
}

.catamaran {
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
}

.catamaran b,
b.catamaran {
    font-weight: 800;
}

.b_title {
    font-size: 3rem;
    font-weight: 800;
}

.b_title span {
    font-size: 1.5rem;
}

.b_title_2 {
    font-size: 25px;
    font-weight: 800;
}

.btn-primary,
.tab_list.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.btn-outline-primary:hover,
.bg-primary {
    color: #fff !important;
    background-color: #0074bb !important;
    border-color: #0074bb !important;
}

.btn-blue {
    color: #fff !important;
    background-color: #0074bb !important;
    border-color: #0074bb !important;
}

.btn .small span {
    float: right;
}

.tab_list2.nav-pills .nav-link {
    background-color: #FFF !important;
    color: #0074bb;
    padding-bottom: .65rem !important;
    border-bottom: 3px solid #FFF;
}

.tab_list2.nav-pills .nav-link.active {
    border-bottom: 3px solid #0074bb;
}

.btn-outline-primary {
    color: #0074bb;
    border-color: #0074bb;
}

.text-primary {
    color: #0074bb !important;
}

.tab_list button:after {
    content: '';
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #f8f9fa;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    z-index: -10;
}

.tab_list button.active:after {
    border-top: solid 10px #0074bb;
}

.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.icons {
    height: 75px;
    width: 75px;
    background: #f6f6fc;
    margin: auto;
}

.links {
    height: 45px;
    width: 45px;
}

.carousel-indicators2 [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #D3D3D3;
    background-clip: padding-box;
    border: 0;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators2 [data-bs-target].active {
    background-color: #0074bb;
}

.centro_logo {
    position: absolute;
    height: 136px;
    width: 136px;
    top: 40%;
    left: 51%;
    margin-top: -68px;
    margin-left: -68px;
    z-index: 900;
}

.bg-form .form-control {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.margin-neg {
    margin-top: -54px;
}

.ratio-21x6 {
    --bs-aspect-ratio: calc(6.5 / 21 * 100%);
}

.bg-form3 {
    background-image: url('../img/banner_03.jpg');
}

.formulario .telefonos {
    color: #fff;
}

.formulario .btn.btn-primary {
    border: 1px solid #fff !important;
}

.form-contacto {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 50px 100px;
}

.formulario .text-center.catamaran {
    font-size: 20px;
}

.list-direcciones {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list-direcciones li {
    width: 50%;
    margin-bottom: 30px;
    text-align: left;
}

.list-direcciones li img {
    margin-right: 5px;
}

.gracias .form-contacto {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 50px 50px;
}



footer {
    background-color: #0074bb;
    color: #fff;
}

footer h4 {
    font-size: 1.15em;
    font-weight: bold;
    margin: 0;
}

footer .head {
    height: 60px;
    margin-bottom: 10px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    padding-bottom: 10px;
}

footer ul li:last-child {
    padding-bottom: 0;
}

#footer_top {
    padding-top: 60px;
    padding-bottom: 50px;
}

#footer_bottom {
    border-top: 1px solid #fff;
    padding: 15px 0;
}

footer .social li {
    display: inline-block;
}

footer .social {
    margin: 0 -2px;
}

footer .social li:last-child {
    padding-bottom: 10px;
}

footer .social li a {
    display: block;
    background-color: #fff;
    color: #0074bb;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin: 0 2px;
}

footer .contact img {
    padding-right: 10px;
}

footer .contact b {
    font-size: 1.2rem;
}

.box-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#gallery .nav-link {
    background: #fff !important;
    color: #0074bb !important;
    border-radius: 0;
}

#gallery .nav-link::after {
    display: none !important;
}

#gallery .nav-link.active,
#gallery .nav-link:hover {
    border-bottom: 1px solid #0074bb  !important;
}


@media (max-width: 1399.98px) {
    header .logo {
        border-bottom-left-radius: 212px;
        border-bottom-right-radius: 212px;
        height: 106px;
        width: 212px;
        padding: 47px 50px !important;
    }

    .b_title {
        font-size: 2.75rem;
        line-height: 1.1;
    }

    .ratio.fix>* {
        position: relative;
    }

    .ratio.fix::before {
        display: none;
    }

    .ratio.fix2>* {
        position: relative;
    }

    .ratio.fix2::before {
        display: none;
    }

    .bg-form2,
    .bg-form3 {
        background-size: cover;
    }

    .margin-neg {
        margin-top: 0;
    }
}

@media (max-width: 1199.98px) {
    .b_title {
        font-size: 2.25rem;
        line-height: 1;
    }

    .px-6 {
        padding-top: 4.2rem !important;
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .b-right:before {
        width: 15%;
    }

    .b-left:before {
        width: 5%;
    }

    .mspace {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .mwhite,
    .mwhite .text-primary {
        color: #fff !important;
    }
}

@media (max-width: 991.98px) {

    .b-right:before,
    .b-left:before {
        width: 0;
    }

    .px-6 {
        padding-top: 2rem !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .centro_logo {
        display: none !important;
    }

    .catamaran b,
    b.catamaran {
        font-weight: 800;
    }

    .bg-form3 .container.h-100 {
        padding-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    header .logo {
        border-bottom-left-radius: 192px;
        border-bottom-right-radius: 192px;
        height: 96px;
        width: 192px;
        padding: 47px 45px !important;
    }

    .list-direcciones li {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.xup {
    opacity: .75;
    z-index: -1000;
    position: absolute;
    top: 78px;
    display: none;
}

#aditionals {
    margin-bottom: 100px;
}

#aditionals h5 {
    min-height: 75px;
    text-align: center;
}

#velatorio .container-fluid {
    background-color: #389cd7;
}

#velatorio .container-fluid .row>div:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0;
}

#velatorio .container-fluid .row>div:first-child .top {
    padding: 100px 50px 100px 60px;
    width: 65%;
    margin-left: auto;
}


#velatorio .container-fluid .row>div:first-child .bottom {
    position: absolute;
    bottom: 0;
    padding: 15px 30px;
    background: #0074bb;
    width: 100%;
}

#velatorio .container-fluid .row>div:first-child .bottom p {
    color: #fff;
    font-size: 20px;
}

#velatorio .container-fluid .row>div:first-child .bottom p img {
    padding-right: 10px;
}

.slick-slide .bg-white .rounded-circle a {
    width: 100%;
}

#velatorio .slick-prev {
    left: 10px;
    z-index: 1;
    opacity: 1;
    box-shadow: rgb(0 0 0 / 35%) 5px 5px 5px;
    border-radius: 50%;
    background: #00000073;
}

#velatorio .slick-next {
    right: 10px;
    z-index: 1;
    opacity: 1;
    box-shadow: rgb(0 0 0 / 35%) 5px 5px 5px;
    border-radius: 50%;
    background: #00000073;
}

#velatorio .slick-prev:before,
#velatorio .slick-next:before {
    font-size: 25px;
    opacity: 1;
    color: white;
}

#contacto .form-check .form-check-label a {
    color: #212529;
    font-weight: 600;
    text-decoration: none;
}

.demo-link {
    display: block;
    margin: 15px 0 0 0;
    color: #0074bb;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #0074bb;
    border-color: #0074bb;
}

.dropdown-menu {
    width: 100%;
}

#section-0 {
    background: #0074bb;
}

#section-0 h2 {
    font-size: 42px;
}

.img-text {
    position: relative;
    top: -5px;
}

.col-blue {
    background: #389cd7;
}

.col-blue .b_title_2,
.col-blue p,
.col-blue a {
    color: #fff;
}

.col-blue .btn-outline-primary {
    border-color: #fff;
}

.dropdown-options .btn-outline-primary {
    background: #fff;
    font-weight: 700;
}

.form-login .form-control {
    color: #a7a7a7;
    padding: 15px 25px;
    font-size: 14px;
}

.form-login .password label a {
    text-decoration: none;
    color: #0074bb;
}

.form-login .lost a {
    text-decoration: none;
    color: #0074bb;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #0074bb;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0074bb;
}

#subcafae #section-3 {
    background: linear-gradient(to bottom, rgb(0, 116, 189) 65%, rgb(255, 255, 255) 35%);
}

#subcafae #section-3 span {
    font-size: 20px;
}

#subcafae #section-3 p {
    font-size: 20px;
}

#subcafae #section-3 .owl-nav {
    display: none;
}

#section-2 .btn-outline-primary {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

header.activemenu {
    border: 0;
}

header.activemenu .menu {
    opacity: 0;
}

header .menuscroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: none;
}

header.activemenu .menuscroll {
    display: block;
    opacity: 1;
    background: #0074bd !important;
}

header.activemenu .menuscroll {
    opacity: 1;
    background: #0074bd !important;
}

header.activemenu .menuscroll .navbar-nav .nav-link {
    color: #fff;
}

.dropdown-menu {
    min-width: 320px;
}


@media (max-width: 991px) {
    #general.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #velatorio .container-fluid .row>div:first-child .top {
        padding: 50px 20px 20px 20px;
        width: 100%;
    }

    #velatorio .container-fluid .row>div:first-child .bottom p img {
        padding-right: 10px;
        display: block;
        text-align: center;
        margin: 10px auto;
    }

    #velatorio .container-fluid .row>div:first-child .bottom p {
        text-align: center;
    }

    #services .services-slick .rounded-circle {
        width: 100%;
        display: block !important;
    }

    .services-slick .text h5 {
        padding-bottom: 1rem;
    }

    #services {
        margin-bottom: 0;
    }

    #services {
        margin-bottom: 50px;
    }

    .slick-dots li button:before {
        font-size: 15px;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #0074bb;
    }

    #section-2>.row,
    #section-4>.row {
        flex-direction: column-reverse
    }

    .padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9);
        width: 50%;
    }

    .navbar.menu {
        z-index: 2;
    }

    .navbar.menuscroll {
        display: none;
    }

    .b_title_2 {
        font-size: 18px;
    }

    #section-2.padding {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

@media (max-width: 800px) {
    .services-slick .text h5 {
        font-size: 16px;
        text-align: center;
    }

    #aditionals h5 {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    #velatorio .container-fluid .row>div:first-child .bottom p {
        font-size: 16px;
    }

    .shadow {
        box-shadow: 0 0 5px rgba(0, 0, 0, .1) !important;
    }

    #contacto form .col-6 {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 400px) {
    .navbar-light .navbar-brand {
        width: 70%;
    }
}

#portada {
    padding: 15px 0;
}

#portada .bloque {
    margin-bottom: 4.5%;
}

#portada .bloque:last-child {
    margin-bottom: 0;
}

#interesar article a {
    display: block;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: 20px;
    border-radius: 5px;
}

#interesar article .img {
    height: 65px;
    width: 65px;
    background-color: #f4f5fe;
    border-radius: 50%;
    margin-bottom: 20px;
}

#interesar article .img i {
    color: #0074bb;
    font-size: 2rem;
}

#interesar article h3 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

#interesar article .more {
    color: #0074bb;
    background-color: #f4f5fe;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
}

#new .top article {
    position: relative;
}

#news article.top .box-shadow {
    background: url(../images/shadow.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#news article ul {
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
}

#news article.top ul {
    top: 30px;
    left: 30px;
}

#news article ul li a {
    background-color: #0074bb;
    padding: 2px 5px;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#news article.top a {
    color: #fff;
}

#news article.top a {
    display: block;
}

#news article.top .text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

#news article.top .text h3 {
    font-weight: bold;
    font-size: 1.4rem;
}

#news article.normal {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}

#news article.normal .text {
    padding: 20px;
}

#news article.normal .date {
    color: #0074bb;
    margin-bottom: 5px;
}

#news article.normal h3 {
    font-weight: bold;
    font-size: 1.4rem;
}

#news article.normal p:last-child {
    margin-bottom: 0;
}

#home-contacto .form {
    display: block;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    padding: 30px;
    border-radius: 5px;
    max-width: 500px;
    width: 100%;
}

#home-contacto .form .label {
    font-weight: bold;
    margin-bottom: 0;
}

#convocatoria .bloque {
    background-color: #f3f4f9;
    overflow: hidden;
    border-radius: 15px;
}

#convocatoria .bloque h3 {
    font-weight: bold;
    font-size: 1.4rem;
}

#convocatoria .bloque h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#convocatoria .bloque .text {
    padding: 40px;
}

#convocatoria .bloque {
    min-height: 410px;
}

#convocatoria .bloque .img {
    min-height: 240px;
    background-position: center;
    background-size: cover;
}

#view-convocatoria .embed-responsive-16by9::before {
    padding-top: 100%;
}

#portada #slider .carousel-item .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 90%;
}

#portada #slider h2 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2rem;
}

#portada #slider .subtitle {
    font-weight: bold;
    font-size: 1.1rem;
}

.b-left:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7%;
    width: 10%;
    max-width: 87px;
    height: 255px;
    background: url('../images/banner_left.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.b-right:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 7%;
    width: 20%;
    max-width: 210px;
    height: 312px;
    background: url('../images/banner_right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

@media (min-width: 992px) {
    #convocatoria .bloque .text {
        padding: 20px;
    }

    #convocatoria .bloque.first .img {
        min-height: 410px;
    }

    #slider h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    #slider .subtitle {
        font-size: 1.1rem;
    }

    #slider .carousel-item .carousel-caption {
        width: 75%;
    }
}

.carousel-control-next,
.carousel-control-prev {
    width: 8%;
}



#aditionals {
    margin-bottom: 100px;
}

#aditionals h5 {
    min-height: 75px;
    text-align: center;
}

#velatorio .container-fluid {
    background-color: #389cd7;
}

#velatorio .container-fluid .row>div:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0;
}

#velatorio .container-fluid .row>div:first-child .top {
    padding: 100px 50px 100px 60px;
    width: 65%;
    margin-left: auto;
}


#velatorio .container-fluid .row>div:first-child .bottom {
    position: absolute;
    bottom: 0;
    padding: 15px 30px;
    background: #0074bb;
    width: 100%;
}

#velatorio .container-fluid .row>div:first-child .bottom p {
    color: #fff;
    font-size: 20px;
}

#velatorio .container-fluid .row>div:first-child .bottom p img {
    padding-right: 10px;
}

.slick-slide .bg-white .rounded-circle a {
    width: 100%;
}

#velatorio .slick-prev {
    left: 10px;
    z-index: 1;
    opacity: 1;
    box-shadow: rgb(0 0 0 / 35%) 5px 5px 5px;
    border-radius: 50%;
    background: #00000073;
}

#velatorio .slick-next {
    right: 10px;
    z-index: 1;
    opacity: 1;
    box-shadow: rgb(0 0 0 / 35%) 5px 5px 5px;
    border-radius: 50%;
    background: #00000073;
}

#velatorio .slick-prev:before,
#velatorio .slick-next:before {
    font-size: 25px;
    opacity: 1;
    color: white;
}

#contacto .form-check .form-check-label a {
    color: #212529;
    font-weight: 600;
    text-decoration: none;
}

#street .title {
    width: 100%;
    padding: 15px 0 15px 40px;
    background: #0074bb;
    color: #fff;
}

.d-nav-street {
    border: 1px solid #dadada;
}

.d-nav-street .nav {
    flex-shrink: 0;
    flex-grow: 1;
    width: 100%;
}

.d-nav-street .nav-pills .nav-link {
    padding: 15px 40px 10px 40px;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #dadada;
    color: #212529;
}

.d-nav-street .nav-pills .nav-link h2 {
    font-size: 16px;
    text-align: left;
}

.d-nav-street .nav-pills .nav-link p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 0;
    color: #212529;
}

.d-nav-street .nav-pills .nav-link.active,
.d-nav-street .nav-pills .show>.nav-link {
    color: #0074bb;
    background-color: transparent;
}

.d-nav-street .nav-pills .nav-link.active h2 {
    color: #0074bb;
}

@media (max-width: 991px) {
    #general.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #velatorio .container-fluid .row>div:first-child .top {
        padding: 50px 20px 20px 20px;
        width: 100%;
    }

    #velatorio .container-fluid .row>div:first-child .bottom p img {
        padding-right: 10px;
        display: block;
        text-align: center;
        margin: 10px auto;
    }

    #velatorio .container-fluid .row>div:first-child .bottom p {
        text-align: center;
    }

    #services .services-slick .rounded-circle {
        width: 100%;
        display: block !important;
    }

    .services-slick .text h5 {
        padding-bottom: 1rem;
    }

    #services {
        margin-bottom: 0;
    }

    #services {
        margin-bottom: 50px;
    }

    .slick-dots li button:before {
        font-size: 15px;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #0074bb;
    }

    .px-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 800px) {
    .services-slick .text h5 {
        font-size: 16px;
        text-align: center;
    }

    #aditionals h5 {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    #velatorio .container-fluid .row>div:first-child .bottom p {
        font-size: 16px;
    }

    .shadow {
        box-shadow: 0 0 5px rgba(0, 0, 0, .1) !important;
    }

    #contacto form .col-6 {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 1.5rem !important;
    }
}




#funeraria #slider {
    position: relative;
    overflow: hidden;
}

#funeraria #slider .text-top h3 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin: 20px 0 40px;
}

#funeraria #slider .title {
    color: #fff;
    font-size: 63px;
    font-weight: 900;
    margin-bottom: 45px;
}

#funeraria #slider p.subtitle {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: normal;
    max-width: 90%;
}

#funeraria #slider p.info {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

#funeraria #slider p>img {
    margin-right: 10px;
}


#funeraria #slider .carousel-item .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 70%;
}

#funeraria #slider {
    background: #389cd7;
}

#funeraria #slider.bg-image {
    background: none;
    background-image: url(../img/cielo.png);
    background-position: center;
}

#funeraria #slider .btn {
    padding: 15px 60px;
    margin: 0;
}

#funeraria #slider .form-floating>label {
    left: 0.75rem;
    color: #a0a0a0;
}

#funeraria #slider .col-form {
    background: #fff;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#funeraria #slider .col-form h2 {
    color: #1d1d1d;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
}

#funeraria #slider .form-check label {
    color: #a0a0a0;
}

#funeraria #slider .form-control {
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}



#ricardo-parma #slider {
    position: relative;
    overflow: hidden;
}

#ricardo-parma #slider .text-top h3 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin: 20px 0 40px;
}

#ricardo-parma #slider .title {
    color: #fff;
    font-size: 63px;
    font-weight: 900;
    margin-bottom: 45px;
}

#ricardo-parma #slider p.subtitle {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: normal;
    max-width: 90%;
}

#ricardo-parma #slider p.info {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

#ricardo-parma #slider p>img {
    margin-right: 10px;
}

#navbarRicardoPalma .navbar-nav .nav-item .btn {
    background: #0074bb !important;
    color: #fff;
}


#ricardo-parma #slider .carousel-item .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 70%;
}

#ricardo-parma #slider {
    background: #389cd7;
}

#ricardo-parma #slider.bg-image {
    background: none;
    background-image: url(../img/ricardo-parma.jpg);
    background-position: center;
    min-height: 700px;
    display: flex;
    align-items: center;
}

#ricardo-parma #slider .btn {
    padding: 15px 60px;
    margin: 0;
    background: #0074bb !important;
    color: #fff;
}

#ricardo-parma #slider .form-floating>label {
    left: 0.75rem;
    color: #a0a0a0;
}

#ricardo-parma #slider .col-form {
    background: #fff;
    border-radius: 15px;
    padding: 45px 45px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#ricardo-parma #slider .col-form h3 {
    color: #000;
    font-weight: 700 !important;
    font-size: 24px;
}

#ricardo-parma #slider .form-check label {
    color: #a0a0a0;
}

#ricardo-parma #slider .form-control {
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}


#punta-hermosa #slider {
    position: relative;
    overflow: hidden;
}

#punta-hermosa #slider .text-top h3 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin: 20px 0 40px;
}

#punta-hermosa #slider .title {
    color: #fff;
    font-size: 63px;
    font-weight: 900;
    margin-bottom: 45px;
}

#punta-hermosa #slider p.subtitle {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: normal;
    max-width: 90%;
}

#punta-hermosa #slider p.info {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

#punta-hermosa #slider p>img {
    margin-right: 10px;
}

#navbarRicardoPalma .navbar-nav .nav-item .btn {
    background: #0074bb !important;
    color: #fff;
}


#punta-hermosa #slider .carousel-item .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 70%;
}

#punta-hermosa #slider {
    background: #389cd7;
}

#punta-hermosa #slider.bg-image {
    background: none;
    background-image: url(../img/punta-hermosa.jpg);
    background-position: center;
    min-height: 700px;
    display: flex;
    align-items: center;
}

#punta-hermosa #slider .btn {
    padding: 15px 60px;
    margin: 0;
    background: #0074bb !important;
    color: #fff;
}

#punta-hermosa #slider .form-floating>label {
    left: 0.75rem;
    color: #a0a0a0;
}

#punta-hermosa #slider .col-form {
    background: #fff;
    border-radius: 15px;
    padding: 45px 45px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#punta-hermosa #slider .col-form h3 {
    color: #000;
    font-weight: 700 !important;
    font-size: 24px;
}

#punta-hermosa #slider .form-check label {
    color: #a0a0a0;
}

#punta-hermosa #slider .form-control {
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

.page-detail #info {
    margin-top: -250px;
}

.page-detail #info .tab-content-service {
    background: #fff;
    padding: 30px 30px 30px 30px;
    position: relative;
    z-index: 1;
}

.page-detail #info .nav-fill .nav-item {
    color: #fff;
    font-size: 20px;
}

.page-detail #info .nav-pills .nav-link {
    color: #fff;
}

.page-detail #info .btn-primary,
.tab_list.nav-pills .nav-link.active,
.page-detail #info .nav-pills .show>.nav-link,
.page-detail #info .btn-outline-primary:hover,
.page-detail #info .bg-primary {
    color: #000000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 0;
}

.page-detail #info .info-title p {
    font-size: 24px;
    font-weight: 900;
}

.page-detail #info .info-title h2 {
    font-size: 48px;
}

.page-detail #info .tab_list button.active:after {
    border: 0;
    background: #a1b637;
    z-index: 1;
    width: 55%;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    bottom: 5px;
    top: unset;
}


.page-detail #info .tab-title {
    position: relative;
    font-weight: 900;
    z-index: 3;
}

.page-detail #info .head-service h2 {
    font-weight: 900;
    font-size: 26px;
}

.page-detail #info .head-service span {
    color: #3e96cc;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
}

.page-detail #info .tab-content-service p {
    font-weight: 600;
    margin-bottom: 10px;
}

.page-detail #info .accordion-button:not(.collapsed) {
    color: #696969;
    font-weight: 600;
    background-color: #f6f6f6;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.page-detail #info .accordion-body {
    padding: 2rem 2.5rem;
    background-color: #fff;
}

.page-detail #info table {

    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    border-color: #00b7ce;
    width: 100%;
}

.page-detail #info table>tbody {
    background-color: #0094af;
    color: #fff;
}

.page-detail #info table>:not(caption)>* {
    border-width: 1px 0;
}

.page-detail #info table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.page-detail #info table>:not(caption)>*>* {
    border-width: 0 1px;
}

.page-detail #info table>tbody tr.table-titulo {
    background-color: #fff;
    color: #000;
    font-weight: bold
}

#footer_top .head.btn-primary {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

#footer_top .head.btn-primary:active,
#footer_top .head.btn-primary:focus {
    outline: 0;
    box-shadow: none;
}

#footer_top .card-body {
    background-color: #0074bb;
    color: #fff;
    border: 0;
    padding: 0;
}

/* responsive */

@media only screen and (min-width: 800px) and (max-width: 1200px) and (orientation: landscape) {
    #portada #slider .carousel-item .carousel-caption>.row {
        justify-content: end;
        align-items: center;
    }

    #carouselCafae .carousel-item .carousel-caption .row .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1280px) {
    header.sticky-top .container {
        width: 98%;
    }

    header.sticky-top .container #navbarSeguros ul:last-child li:last-child {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 1350px) {
    #interesar .col-lg-3 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #interesar article h3 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1350px) {

    #ricardo-parma #home .col-lg-8,
    #punta-hermosa #home .col-lg-8,
    #funeraria #home .col-lg-8 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    #interesar .col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    #v-pills-tabContent iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {

    #portada #slider .carousel-item .carousel-caption {
        padding-top: 2rem;
        text-align: center;
    }

    #interesar .row,
    #news .row {
        justify-content: center;
    }

    #news .col-lg-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    #ricardo-parma #home .p-0,
    #punta-hermosa #home .p-0,
    #funeraria #home .p-0 {
        padding: 0 1.5rem !important;
    }

    #ricardo-parma #services .services-slick,
    #punta-hermosa #services .services-slick {
        display: flex;
        gap: 25px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #ricardo-parma #services .services-slick>.p-lg-4,
    #punta-hermosa #services .services-slick>.p-lg-4 {
        flex: 0 0 auto;
        width: 40%;
    }

    #ricardo-parma #services .services-slick>.p-lg-4>.bg-white,
    #punta-hermosa #services .services-slick>.p-lg-4>.bg-white {
        padding: 30px 0;
    }

    .b-right:before {
        display: none;
    }

    .row>* {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    footer .head {
        height: 35px;
    }

    .menuscroll.navbar-light .navbar-toggler {
        color: #fff;
        border-color: rgb(255, 255, 255);
    }

    .menuscroll.navbar-light .navbar-toggler:focus,
    .menuscroll.navbar-light .navbar-toggler:active {
        outline: 0;
        box-shadow: none;
    }

    .menuscroll.navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .page-detail #info .tab-content-service {
        padding: 30px 10px 30px 10px;
    }

    .page-detail #info .accordion-body {
        padding: 2rem 0.5rem;
    }

    #portada #slider h2 {
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .page-detail #info {
        margin-top: 0;
        padding-top: 20px;
    }

    .page-detail #info .info-title p{
        color: #000 !important;
        font-size: 14px;
        text-align: center !important;
    }

    .page-detail #info .info-title h2{
        color: #000!important;
        font-size: 20px;
        text-align: center !important;
    }
}

@media only screen and (max-width: 650px) {
    #news .col-lg-4 {
        flex: 0 0 auto;
        width: 95%;
    }

    #footer_top .row {
        justify-content: center;
    }

    #footer_top .col-6 {
        flex: 0 0 auto;
        width: 95%;
    }

    #subcafae #section-3 {
        background: linear-gradient(to bottom, rgb(0, 116, 189) 80%, rgb(255, 255, 255) 20%);
    }

    .container-lg {
        width: 95%;
    }
    
    #funeraria #contacto.px-4{
        padding-left: 0!important;
        padding-right: 0!important; 
    }
}


@media only screen and (max-width: 480px) {

    #interesar .col-lg-3 {
        flex: 0 0 auto;
        width: 95%;
    }

    #subcafae #section-3 {
        background: linear-gradient(to bottom, rgb(0, 116, 189) 90%, rgb(255, 255, 255) 10%);
    }
}

@media only screen and (max-width: 400px) {

    .contact-form .col-lg-5 .shadow,
    #contacto .col-lg-5 .shadow {
        padding: 1rem !important;
    }

    .contact-form .col-lg-5 .shadow .icons,
    #contacto .col-lg-5 .shadow .icons {
        height: 35px!important;
        width: 35px!important;
    }
}

@media only screen and (max-width: 380px) {

    .contact-form .col-lg-5 .shadow .icons,
    #contacto .col-lg-5 .shadow .icons {
        height: 25px!important;
        width: 25px!important;
    }

    #contacto .col-lg-5 .small {
        font-size: .8em;
    }
    
}

@media only screen and (max-width: 350px) {

    #contacto .col-lg-5 .small {
        font-size: .7em;
    }
    
}