/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #000000;
    background: #ffffff;
    font-family: 'open sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #454545;
    font-family: 'Nunito', sans-serif;
}
a {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
   /* color: #fbaf32;*/
     color: #454545;
    transition: .3s;
   
}
a:hover,
a:active,
a:focus {
    color: #719a0a;
    outline: none;
    text-decoration: none;
}
.btnn.custom-btn {
    padding: 12px 25px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #fbaf32;
    border: 2px solid #fbaf32;
    border-radius: 5px;
    transition: .5s;
}
.btnn.custom-btn:hover {
    color: #fbaf32;
    background: transparent;
}
.btnn.custom-btn:focus,
.form-control:focus,
.custom-select:focus {
    box-shadow: none;
}
.container-fluid {
    max-width: 1366px;
}
.back-to-top {
    position: fixed;
    display: none;
    background: #fbaf32;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    border-radius: 5px;
    transition: background 0.5s;
    z-index: 9;
}
.back-to-top i {
    color: #ffffff;
    padding-top: 10px;
}
.back-to-top:hover {
    background: #719a0a;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}
/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    margin-top: 70px;
    transition: .5s;
    z-index: 999;
}
.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.navbar .navbar-brand {
    margin: 0;
    color: #fbaf32;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    transition: .5s;
}
.navbar .navbar-brand span {
    color: #719a0a;
}
.navbar .navbar-brand:hover {
    color: #fbaf32;
}
.navbar .navbar-brand:hover span {
    color: #fbaf32;
}
.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}
.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}



@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        padding: 30px 60px;
        background: transparent !important;
        z-index: 9;
    }
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #ffffff !important;
    }
    .navbar .navbar-brand {
        color: #fbaf32;
    }
    .navbar.nav-sticky .navbar-brand {
        color: #fbaf32;
    }
    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px 10px 8px 10px;
        font-family: 'Nunito', sans-serif;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
    }
    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #666666;
    }
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #fbaf32;
    }
    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: #fbaf32;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 10px;
        background: #ffffff !important;
        margin-top: 0px;
    }
    .navbar .navbar-brand {
        color: #fbaf32;
    }
    .navbar .navbar-nav {
        margin-top: 15px;
    }
    .navbar a.nav-link {
        padding: 5px;
    }
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}

/*boton comando por voz*/

.navbar .buttonComando {
    position: relative;
    background: #fc6404;
    /*linear-gradient(102deg, #4551b5 40%, #543fd7 60%);*/
    color: #ffffff;
    display: inline-block;
    padding: 5px 12px;
    /*tamaño boton*/
    height: 35px;
    /*tamaño boton*/
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 0 0 0 rgba(256, 256, 256, 255);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(.99);
        box-shadow: 0 0 0 0 rgba(256, 256, 256, .9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(256, 256, 256, 0);
    }
    100% {
        transform: scale(.99);
        box-shadow: 0 0 0 0 rgba(256, 256, 256, 0);
    }
}

/*boton facturacion */

.navbar .buttonComando2 {
    position: relative;
    
    /*linear-gradient(102deg, #4551b5 40%, #543fd7 60%);*/
    color: #ffffff;
    
   
    /*tamaño boton*/
    height: 35px;
    /*tamaño boton*/
    
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 0 0 0 rgba(256, 256, 256, 255);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(.99);
        box-shadow: 0 0 0 0 rgba(256, 256, 256, .9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(256, 256, 256, 0);
    }
    100% {
        transform: scale(.99);
        box-shadow: 0 0 0 0 rgba(256, 256, 256, 0);
    }
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    width: 100%;
    position: rela;
    background: url("../img/index/header.png") center bottom no-repeat;
    background-size: cover;
    padding: 350px 0 120px 0;
}

#intro .intro-img {
    width: 50%;
    float: right;
}

#intro .intro-info {
    width: 50%;
    float: left;
}



#intro .intro-info a{
    color: #fc6404;
    margin-bottom: 65px;
    font-size: 20px;
    font-weight: 700;
} 

#intro .intro-info h3 {
    color: #fff;
    margin-bottom: 65px;
    font-size: 48px;
    font-weight: 700;
}


#intro  .intro-info h3 {
    position: relative;
    background: #FFF;
    /*linear-gradient(102deg, #4551b5 40%, #543fd7 60%);*/
    color: #fc6404;
    display: inline-block;
    padding: 6px 5px;
    /*tamaño boton*/
    height: 40px;
    /*tamaño boton*/
    border-radius: 100px;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 0 0 0 rgba(256, 256, 256, 255);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(.99);
        box-shadow: 0 0 0 0 rgba(256, 256, 256, .9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(256, 256, 256, 0);
    }
    100% {
        transform: scale(.99);
        box-shadow: 0 0 0 0 rgba(256, 256, 256, 0);
    }
}




#intro .intro-info h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
}

#intro .intro-info h2 span {
    color: #FCAA24;
    text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: #fff;
}

#intro .intro-info .btn-get-started {
    background: #FCAA24;
    border: 2px solid #FCAA24;
    color: #fff;
}

#intro .intro-info .btn-get-started:hover {
    background: none;
    border-color: #fff;
    color: #fff;
}

#intro .intro-info .btn-services {
    border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
    background: #FCAA24;
    border-color: #FCAA24;
    color: #fff;
}


/* ===================================
 Section: cintilla
==================================== */
#cintilla {
    margin-top: 0;
    margin-bottom: 0; /* Evita márgenes negativos */
    position: sticky; /* Usa sticky si quieres mantenerlo visible sin problemas de compatibilidad */
    top: 0; /* Para asegurar que se mantenga al inicio */
    z-index: 995;
}
#cintilla .cintilla-contenedor {
    height: 35px;
    overflow: hidden;
    background-color: rgb(251, 100, 4);
    /* background-color: #ec7d36;/*naranja*/
    /* background-color: #515656;*/
}
#cintilla h4 {
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-size: 20px;
    margin-top: 3px;
}

@font-face {
    font-family: 'FontsFree-Net-BMREA';
    src: url('../font/dot_digital-7.ttf') format('truetype'); /* Ajusta la ruta según sea necesario */
    font-weight: normal;
    font-style: normal;
}

#cintilla h3 {
    font-family: 'FontsFree-Net-BMREA', monospace; /* Usa la fuente personalizada */
    color: #fd7e14;
    font-size: 35px;
    margin: 0;
    font-weight: bold;
}

@-webkit-keyframes cintaInformativa {
    from {
        margin-left: 100%
    }
}

/*******************************/
/********** Hero CSS ***********/
/*******************************/

/*
.carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 400px;
    background: #ffffff;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-text {
    position: absolute;
    max-width: 700px;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h1 {
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.carousel .carousel-text h1 span {
    color: #fbaf32;
}

.carousel .carousel-text p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}

.carousel .carousel-btn .btn:last-child {
    margin-left: 10px;
    background: #719a0a;
    border-color: #719a0a;
}

.carousel .carousel-btn .btn:last-child:hover {
    color: #719a0a;
    background: transparent;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (max-width: 991.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 105px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 35px;
    }
    
    .carousel .carousel-text p {
        font-size: 16px;
    }
    
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 70px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 30px;
    }
    
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }
    
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}
*/
/**********************/





/* Call To Action Section
--------------------------------*/

.call-to-action {
    position: relative;
    width: 100%;
    padding: 150px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(../img/index/aux_princi.png) fixed center center;
    background-size: cover;
    background-position: left;
}

.call-to-action .section-header {
    margin-bottom: 30px;
    /*espacio texto del titulo*/
    margin-left: 0;
}



.call-to-action .call-to-action-content {
    position: relative;
}

.call-to-action .call-to-action-text p {
    font-size: 16px;
    color: black;
    text-align: justify;
    
}

.call-to-action .call-to-action-text a.btn {
    position: relative;
    margin-top: 200px;
}

@media (max-width: 991.98px) {
    .call-to-action .call-to-action-img {
        margin-bottom: 30px;
    }
}


/* Call To Action Section
--------------------------------*/
/*
#call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/index/aux_princi.png) fixed center center;
    background-size: cover;
    padding: 150px 0;
}

#call-to-action2 {
    background: linear-gradient(), #fff fixed center center;
    background-size: cover;
    padding: 10px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #fb6404;
    border: 2px solid #e84d04;
}
*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 98vh;
    /*background: url(../img/hero-bg.jpeg) top center;*/
    background-size: cover;
    position: relative;
}


/* video*/

#hero .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

#hero .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-0%) translateY(0%);
    transform: translateX(-0%) translateY(0%);
}

#hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.1;
    z-index: 1;
}

#hero video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 90vh;
    object-fit: cover;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#hero h1 {
    margin: 30px 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

#hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #04b259;
    border: 2px solid #81716b;
}
/**************************/
.page-header-cv {
    position: relative;

    margin-bottom: 45px;
    padding: 350px 0 120px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)), url(../img/cv/we-are-hiring-digital-collage.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-cv h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header-cv a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.page-header-cv a:hover {
    color: #ffffff;
}

.page-header-cv a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #fbaf32;
}

.page-header-cv a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header-cv h2 {
        font-size: 35px;
    }
    .page-header-cv a {
        font-size: 18px;
    }
}

/**************************/
.page-header-cont {
    position: relative;

    margin-bottom: 45px;
    padding: 350px 0 120px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)), url(../img/contacto/portada.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-cont h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header-cont a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.page-header-cont a:hover {
    color: #ffffff;
}

.page-header-cont a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #fbaf32;
}

.page-header-cont a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header-cont h2 {
        font-size: 35px;
    }
    .page-header-cont a {
        font-size: 18px;
    }
}

/**************************/
.page-header-safe {
    position: relative;
    margin-bottom: 45px;
    padding: 250px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url(../img/safety.png);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-safe h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header-safe a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.page-header-safe a:hover {
    color: #ffffff;
}

.page-header-safe a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #fbaf32;
}

.page-header-safe a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header-safe h2 {
        font-size: 35px;
    }
    .page-header-safe a {
        font-size: 18px;
    }
}

/*******************************/
/******* Page Header SOSTENIBILIDAD *******/
/*******************************/

.page-header-soste {
    position: relative;
    margin-bottom: 45px;
    padding: 250px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/soste/sostenibilidad.png);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-soste h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header-soste a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.page-header-soste a:hover {
    color: #ffffff;
}

.page-header-soste a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #fbaf32;
}

.page-header-soste a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header-soste h2 {
        font-size: 35px;
    }
    .page-header-soste a {
        font-size: 18px;
    }
}
/*******************************/
/******* Page Header CSS *******/
/*******************************/

.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/about/port.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: justify;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #fbaf32;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/


/******* Section Header ********/


/*******************************/

.section-header {
    position: relative;
    margin-bottom: 45px;
}


/*.section-header p {
    color: #719a0a;
    margin-bottom: 5px;
    position: relative;
    font-size: 20px;
}*/

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 45px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 40px;
        font-weight: 600;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 35px;
        font-weight: 600;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 30px;
        font-weight: 600;
    }
}


/*******************************/


/********* Booking CSS *********/


/*******************************/

.booking {
    position: relative;
    width: 100%;
    margin-bottom: 00px;
    background: rgba(0, 0, 0, .04);
}

.booking .booking-content {
    padding: 45px 0 15px 0;
}

.booking .booking-content .section-header {
    margin-bottom: 30px;
}

.booking .booking-form {
    padding: 60px 30px;
    background: #fbaf32;
}

.booking .booking-form .control-group {
    margin-bottom: 15px;
}

.booking .booking-form .input-group-text {
    position: absolute;
    padding: 0;
    border: none;
    background: none;
    top: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 14px;
}

.booking .booking-form .form-control {
    height: 45px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 15px;
    border-radius: 5px !important;
    border: 1px solid #ffffff;
    background: transparent;
}

.booking .booking-form select.form-control {
    padding: 0 10px;
}

.booking .booking-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.booking .booking-form .form-control:-ms-input-placeholder,
.booking .booking-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.booking .booking-form .input-group [data-toggle="datetimepicker"] {
    cursor: default;
}

.booking .booking-form .btn.custom-btn {
    width: 100%;
    color: #fbaf32;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.booking .booking-form .btn.custom-btn:hover {
    color: #ffffff;
    background: transparent;
}

.food {
    position: relative;
    width: 100%;
    padding: 0px 0 00px 0;
    margin: 45px 0;
    background: rgba(0, 0, 0, .04);
}

.food .food-item {
    position: relative;
    width: 365px;
    height: 365px;
    margin-bottom: 30px;
    padding: 50px 30px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.food .food-item:hover {
    box-shadow: none;
}

.food .food-item i {
    position: relative;
    display: inline-block;
    color: #fbaf32;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    transition: .3s;
}

.food .food-item:hover i {
    color: #719a0a;
}

.food .food-item i::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    border: 3px dotted #fbaf32;
    border-right: transparent;
    border-bottom: transparent;
    border-radius: 100px;
    transition: .3s;
}

.food .food-item:hover i::after {
    border: 3px dotted #719a0a;
    border-right: transparent;
    border-bottom: transparent;
}

.food .food-item h2 {
    font-size: 30px;
    font-weight: 700;
}

.food .food-item a {
    position: relative;
    font-size: 16px;
}

.food .food-item a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fbaf32;
    transition: .3s;
}

.food .food-item a:hover::after {
    width: 100%;
    left: 0;
    background: #719a0a;
}

/***************about 2**************/
.about-2 {
    position: relative;
    width: 100%;
    padding: 0px 0;
   /*background: url("../img/about/fondo2.png") bottom no-repeat;*/
    background-size: cover;
    background-position: left;
}

.about-2 .section-header {
    margin-bottom: 30px;
    /*espacio texto del titulo*/
    margin-left: 0;
}

.about-2 .about-2-content {
    position: relative;
}

.about-2 .about-2-text p {
    font-size: 16px;
    color: black;
    text-align: justify;

}

.about-2 .about-2-img {
    position: relative;
}

.about-2 .about-2-img img {
    position: relative;
    width: 100%;
    border-radius: 15px;
}
/***************about 2*/

.about {
    position: relative;
    width: 100%;
    padding: 0px 0;
   background: url("../img/about/fondo2.png") bottom no-repeat;
    background-size: cover;
    background-position: left;
}

.about .section-header {
    margin-bottom: 30px;
    /*espacio texto del titulo*/
    margin-left: 0;
}

.about .about-img {
    position: relative;
}

.about .about-img img {
    position: relative;
    width: 100%;
    border-radius: 15px;
}

.about .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.about .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fbaf32;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.about .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fbaf32;
    border-radius: 50%;
    transition: all 200ms;
}

.about .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.about .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #ffffff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.testimonial {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 45px 0;
    background: rgba(0, 0, 0, .04);
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonial .testimonial-item {
    position: absolute;
    margin: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    transition: .3s;
    overflow: hidden;
}

.testimonial .testimonial-item:hover {
    box-shadow: none;
}

.testimonial .testimonial-img {
    position: relative;
    width: 100px;
    border-radius: 100px;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonial .testimonial-img img {
    width: 100%;
    border-radius: 100px;
}

.testimonial .testimonial-item p {
    text-align: center;
    margin-bottom: 10px;
    text-align: justify;
}

.testimonial .testimonial-item h2 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimonial .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fbaf32;
}

.testimonial .owl-dot.active {
    background: #719a0a;
}

#videoModal {
    padding-left: 17px;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

.about .about-content {
    position: relative;
}

.about .about-text p {
    font-size: 16px;
    color: black;
    text-align: justify;

}

.about .about-text a.btn {
    position: relative;
    margin-top: 200px;
}

@media (max-width: 991.98px) {
    .about .about-img {
        margin-bottom: -15px;
    }
}

.container {
    padding: 0 20px 0 20px;
    position: relative;
}

.page-header-c {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/auxv/portada_cmv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-c h2 {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

#about-3 {
    position: relative;
    margin-bottom: 45px;
    padding: 450px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/cv/we-are-hiring-digital-collage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-3 .about-img {
    position: relative;
}

.about-3 .about-img img {
    position: relative;
    width: 100%;
    border-radius: 15px;
}
/*///////////////////////*/

#contacto2 {
    position: relative;
    margin-bottom: 45px;
    padding: 100px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/contacto/bloque.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contacto2 .about-img {
    position: relative;
}

.contacto2 .about-img img {
    position: relative;
    width: 100%;
    border-radius: 15px;
}

/*///////////////////////*/

#about2 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/about/equipo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-2 .about-img {
    position: relative;
}

.about-2 .about-img img {
    position: relative;
    width: 100%;
    border-radius: 15px;
}


#proyecto {
    position: relative;
    background: #737c7c05;
    padding: 0px 0;
    background-size: cover;
    background-position: left;
}

#proyecto .proyecto-content {
    position: relative;
}

#proyecto .section-header {
    margin-bottom: 30px;
    /*espacio texto del titulo*/
    margin-left: 0;
}


#divCar {
    position: relative;
    background: rgba(0, 0, 0, .04);
    padding: 00px 0 0 0;
}
#proyecto img {
    position: relative;
}

#proyecto img {
    position: relative;
    width: 100%;
    border-radius: 15px;
}

#proyecto p {
    font-size: 16px;
    color: black;
    text-align: justify;
}

#about .about-container .background {
  align-content: center;
  position: relative;
    
    align-items: center;
    position: relative;
}

#about .about-container .content {
    background: #fff;
     align-content: center;
  position: relative;
}

#atajos {
    background: #fff;
    background-size: cover;
    padding: 80px 0 60px 0;
    margin-top: 60px;
}

/* atajos Section
--------------------------------*/
#atajos {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
  margin-top: 60px;

}


#atajos .icon {
  position: absolute;
  top: -56px;/*posicion icono*/
  left: calc(46% - 46px);
  transition: 0.2s;
  border-radius: 50%;
  /*border: 6px solid #fff;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 110px;
  height: 110px;
 
 /* background: #04b259;*/
}

#atajos .icon a {
  display: inline-block;
}


#atajos .box:hover .icon {
  background: #fff;
  border: 2px solid #fb6404;
}

#atajos .box:hover .icon a {
  color: #2dc997;
}

#atajos .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 65px;
  top: 10px;
  text-transform: uppercase;
  margin-top: 50px;
  text-align: center;
  position: relative; 
  
}


#atajos .title a {
  color: #111;
}

/*---------------------*/
#atajos2 { 

    position: relative;
    width: 100%;
    padding: 0px 0;
   /* margin-top: 60px;*/
    background-size: cover;
    background-position: left;
}

#atajos2 .icon {
    position: relative;
    top: 10px;
    left: calc(46% - 46px);
    transition: 0.2s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 130px;
    height: 130px;
}



#atajos2 .h2 {
    font-size: 22px;
    font-weight: 700;
}
#atajos2 .icon a {
    display: inline-block;
}

#atajos2 .box:hover .icon {
    background: #fff;
    border: 2px solid #fb6404;
}

#atajos2 .box:hover .icon a {
    color: #2dc997;
}

#atajos2 .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 65px;
    top: 12px;
    text-transform: uppercase;    
    text-align: center;
    position: relative;
}

#atajos2 .title a {
    color: #111;
}


/*---------------------*/
/*******************************/
/********* facts soste CSS *********/
/*******************************/

#facts {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/soste/facts.png) fixed center center;
    background-size: cover;
    padding: 80px 0 60px 0;
    margin-top: -40px;
}

#facts .counters span {
    font-size: 48px;
    display: block;
    color: #15A900;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/*******************************/
/********* Feature CSS *********/
/*******************************/

.feature {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
    text-align: justify-all;
}

.feature .section-header {
    margin-bottom: 30px;
}

.feature .feature-text {
    position: relative;
    width: 100%;
    text-align: justify;
}

.feature .feature-img {
    border-radius: 15px;
    margin-bottom: 25px;
    overflow: hidden;
}

.feature .feature-img .col-6,
.feature .feature-img .col-12 {
    padding: 0;
    overflow: hidden;
}

.feature .feature-img img {
    width: 100%;
    transition: .3s;
}

.feature .feature-img img:hover {
    transform: scale(1.1);
}

.feature .feature-text .btn-feature {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 45px;
    text-align: justify;
}

.feature .feature-item {
    width: 100%;
    margin-bottom: 45px;
}

.feature .feature-item i {
    position: relative;
    display: block;
    color: #719a0a;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    background-image: linear-gradient(#719a0a, #fbaf32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: justify;
}

.feature .feature-item i::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: -10px;
    left: 20px;
    background: #fbaf32;
    border-radius: 30px;
    z-index: -1;
}

.feature .feature-item h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: justify;
}



/*******************************/


/*********** Menu CSS **********/


/*******************************/

.menu {
    position: relative;
    padding: 45px 0 15px 0;
}

.menu .menu-tab {
    position: relative;
}

.menu .menu-tab img {
    max-width: 100%;
    border-radius: 15px;
}

.menu .menu-tab .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #fbaf32;
    border-radius: 5px;
    margin: 0 5px;
}

.menu .menu-tab .nav.nav-pills .nav-link:hover,
.menu .menu-tab .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #719a0a;
}

.menu .menu-tab .tab-content {
    padding: 30px 0 0 0;
    background: transparent;
}

.menu .menu-tab .tab-content .container {
    padding: 0;
}

.menu .menu-item {
    position: relative;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}

.menu .menu-img {
    width: 100px;
    /*margin-right: 20px;*/
}

.menu .menu-img img {
    width: 100%;
   
}

.menu .menu-text {
    width: calc(100% - 100px);
}

.menu .menu-text h3 {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.menu .menu-text h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 13px;
    left: 0;
    border-top: 2px dotted #cccccc;
    z-index: -1;
}

.menu .menu-text h3 span {
    display: inline-block;
    float: left;
    padding-right: 5px;
    background: #ffffff;
}

.menu .menu-text h3 strong {
    display: inline-block;
    float: right;
    padding-left: 5px;
    color: #fbaf32;
    background: #ffffff;
}

.menu .menu-text p {
    position: relative;
    margin: 5px 0 0 0;
    float: left;
    display: block;
}



@media(max-width: 575.98px) {
    .menu .menu-text p,
    .menu .menu-text h3,
    .menu .menu-text h3 span,
    .menu .menu-text h3 strong {
        display: block;
        float: none;
        padding: 0;
        margin: 0;
    }
    .menu .menu-text h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .menu .menu-text h3 span {
        margin-bottom: 3px;
    }
    .menu .menu-text h3::after {
        display: none;
    }
}


/*******************************/


/*********** Team CSS **********/


/*******************************/

.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #fbaf32;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #719a0a;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
    text-align: justify;
}


/*******************************/


/******* Testimonial CSS *******/


/*******************************/

.testimonial {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 45px 0;
    background: rgba(0, 0, 0, .04);
}


/*.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    transition: .3s;
    overflow: hidden;
}

.testimonial .testimonial-item:hover {
    box-shadow: none;
}

.testimonial .testimonial-img {
    position: relative;
    width: 100px;
    border-radius: 100px;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonial .testimonial-img img {
    width: 100%;
    border-radius: 100px;
}

.testimonial .testimonial-item p {
    text-align: center;
    margin-bottom: 10px;
}

.testimonial .testimonial-item h2 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimonial .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fbaf32;
}

.testimonial .owl-dot.active {
    background: #719a0a;
}


/*******************************/


/*********** Blog CSS **********/


/*******************************/

.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
}

.blog .blog-item {
    position: relative;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px 30px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border-radius: 15px;
    z-index: 2;
}

.blog .blog-content h2.blog-title {
    font-size: 22px;
    font-weight: 700;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #999999;
}

.blog .blog-meta i {
    color: #fbaf32;
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    margin-top: 10px;
    padding: 5px 15px;
}

.blog .pagination .page-link {
    color: #fbaf32;
    border-radius: 5px;
    border-color: #fbaf32;
    margin: 0 2px;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #ffffff;
    background: #fbaf32;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}

@media(max-width: 575.98px) {
    .blog .blog-meta p {
        flex: 50%;
        font-size: 13px;
        margin: 0 0 5px 0;
    }
}


/*******************************/


/******* Single Post CSS *******/


/*******************************/

.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fbaf32;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.single .single-tags a:hover {
    color: #ffffff;
    background: #fbaf32;
    border-color: #fbaf32;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: rgba(0, 0, 0, .04);
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
    border-radius: 100px;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
    border-radius: 5px;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    color: #757575;
    font-size: 17px;
}

.single .post-item .post-text a:hover {
    color: #fbaf32;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #fbaf32;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #719a0a;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
    border-radius: 100px;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #454545;
    background: #dddddd;
    border-radius: 5px;
}

.single .comment-text .btn:hover {
    background: #fbaf32;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 5px;
}


/**********************************/


/*********** Sidebar CSS **********/


/**********************************/

.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fbaf32;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #fbaf32;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #719a0a;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #fbaf32;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #719a0a;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fbaf32;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fbaf32;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.single .tag-widget a:hover {
    color: #ffffff;
    background: #fbaf32;
    border-color: #fbaf32;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/


/********* Contact CSS *********/


/*******************************/

.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-information {
    min-height: 150px;
    margin: 0 0 30px 0;
    padding: 30px 15px 0 15px;
    background: rgba(0, 0, 0, .04);
}

.contact .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbaf32;
    border-radius: 50px;
}

.contact .contact-icon i {
    font-size: 18px;
    color: #ffffff;
}

.contact .contact-text {
    position: relative;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #719a0a;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color: #454545;
}

.contact .contact-social a {
    margin-right: 10px;
    font-size: 18px;
    color: #fbaf32;
}

.contact .contact-social a:hover {
    color: #719a0a;
}

.contact .contact-form iframe {
    width: 100%;
    height: 380px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 150px;
    padding: 8px 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/


/********* Footer CSS **********/


/*******************************/

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: rgba(0, 0, 0, .04);
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #454545;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #fbaf32;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #719a0a;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #454545;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #fbaf32;
}

.footer .footer-link a:hover {
    color: #fbaf32;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
    color: #fbaf32;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.footer .footer-social a {
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbaf32;
    border-radius: 35px;
    font-size: 16px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #719a0a;
}

.footer .footer-social a:last-child {
    margin: 0;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    background: transparent;
    border: 1px solid #fbaf32;
    border-radius: 5px;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
}

.footer .copyright {
    position: relative;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #ffffff;
}

.footer .copyright p {
    margin: 0;
    display: inline-block;
    color: #454545;
}

.footer .copyright p a {
    color: #fbaf32;
}

.footer .copyright p a:hover {
    color: #719a0a;
}

#content h6,
h4 {
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: left;
    color: #fb6404;
    font-size: 27px;
    align-items: center;
}

#content p {
    margin-top: 5px;
    text-align: left;
    margin-left: 80px;
    line-height: 35px;
    font-size: 18px;
    letter-spacing: 1px;
    color: black;
    text-align: justify;
}

#imgCar {
    width: 800px;
    height: 800px;
}

#imgCar2 {
    width: 800px;
    height: 800px;
}

#imgCar3 {
    width: 800px;
    height: 800px;
}
/**********************************************/
.page-header-a1 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/port_art.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-a1 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/************************************************/
.page-header-s1 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/monitores.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s1 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/
.page-header-mc {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/monitoreoContador.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-mc h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header-mc a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.page-header-mc a:hover {
    color: #ffffff;
}

.page-header-mc a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #fbaf32;
}

.page-header-mc a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header-mc h2 {
        font-size: 35px;
    }
    .page-header-mc a {
        font-size: 18px;
    }
}


/*******************************/
.page-header-t {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/tarifas.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-t h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header-t a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.page-header-t a:hover {
    color: #ffffff;
}

.page-header-t a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #fbaf32;
}

.page-header-t a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header-t h2 {
        font-size: 35px;
    }
    .page-header-t a {
        font-size: 18px;
    }
}

/*******************************/
.page-header-tp {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/telepeaje.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-tp h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header-tp a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.page-header-tp a:hover {
    color: #ffffff;
}

.page-header-tp a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #fbaf32;
}

.page-header-tp a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header-tp h2 {
        font-size: 35px;
    }
    .page-header-tp a {
        font-size: 18px;
    }
}



/*******************************/
.page-header-a {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/auxi.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-a h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header-a a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.page-header-a a:hover {
    color: #ffffff;
}

.page-header-a a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #fbaf32;
}

.page-header-a a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header-a h2 {
        font-size: 35px;
    }
    .page-header-a a {
        font-size: 18px;
    }
}



/*******************************/
.page-header-s2 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/seguiridadysalud.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s2 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s3 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/jha.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s3 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s4 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/gym.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s4 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s5 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/rij.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s5 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s6 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/handheld.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s6 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s7 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/consul.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s7 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s8 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/medidas.png);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s8 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s9 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/pruebas.png);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s9 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s10 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/platica_colab.png);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s10 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s11 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/platica.png);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s11 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s12 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/capa.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s12 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s13 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/simu.jpg);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s13 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}


/*******************************/

.page-header-s14 {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/safety/articulos/vacunacion.png);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-s14 h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header-p {
    position: relative;
    margin-bottom: 45px;
    padding: 200px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 16%), rgba(0, 0, 0, 50%)), url(../img/priv.PNG);
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/about/nuevo_proyecto3-mp4);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-p h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}