@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("plugins.css");
@import url("style.css");
@import url("custom.css");
.u-btn-outline-black {
    color: #fff;
    border-color: #f20404;
    background-color: #f20404;
}
.u-btn-outline-black:hover {
    color: #f20e0e;
    background-color: #fff0;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, .u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, .u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, .u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, .u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, .u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, .u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, .u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
    color: #f20404;
}
.g-font-size-13 {
    font-size: 18px !important;
}


#separador{
    background-image: url('/imgcms/editor/images/WhatsApp Image2.jpeg');
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#separador h2,#separador h3,#separador h4,#separador h5,#separador h6, #separador p{color:#fff !important;text-shadow:2px 2px 4px #000 !important;margin-bottom: 0px;}
#separador h2{font-size:3rem;font-family: "Roboto Condensed", serif;margin-bottom: 20px;}
#separador p{font-size:2rem;}
#separador::before{content:"";background-color: rgb(0 0 0 / 15%);position: absolute;z-index: 0;width: 100%;height: 100%;top: 0px;}
.btn-separador {font-size: 3rem !important;font-weight: 900;-webkit-text-stroke: 1px rgb(255 255 255 / 80%);-webkit-text-fill-color: #f20404;background: transparent;border: 1px solid #fff;padding: 10px 30px!important;display: block;width: fit-content;margin: 20px auto;border-radius: 40px;}

body {
    font-size: 18px !important;
}

.u-header.dark-header .hs-sub-menu, .u-header.dark-header .hs-mega-menu {
    background-color: #fff !important;
}

.hamburger {
    padding: 10px;
    margin-top: 10px;
}

.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link{    color: #f20404;}

.juxtapose {
    max-width: none !important;
    width: 100% !important;
    height:auto;
}


#img1,#img2,#img3{
    /*height: 270px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
}

#img1 img,#img2 img{
    width: 100%;
    height: auto;
}


/*new home y header*/

.u-header__section.u-header__section--dark.g-bg-white.g-transition-0_3.g-py-10 {
    padding-bottom: 0px !important;
}
li.nav-item a.nav-link {
    font-family: "Roboto Condensed", serif;
    font-size: 1.5rem;
    font-weight: 500;
}
.btn_call_to_action {
    position: relative;
    width: 200px;
    margin-left: 30px;
}

a.calltoaction {
    border: 2px solid #f20404;
    font-size: 1.4rem;
    font-weight: 900;
    padding: 7px 10px;
    padding-left: 33px;
    border-radius: 20px;
    color: #000;
    line-height: 1;
    display: flex;
}

span.callIcon {
    position: absolute;
    top: -15px;
    left: 0;
    border: 1px solid #f20404;
    line-height: 0;
    border-radius: 50%;
    font-size: 2rem;
    padding: 3px;
    background: #f20404;
    color: #fff;
}

p.callusnow {
    position: absolute;
    top: -22px;
    right: 15px;
    border: 1px solid #f20404;
    background: #f20404;
    color: #fff;
    font-family: "Roboto Condensed", serif;
    border-radius: 10px;
    padding: 2px 5px;
    line-height: 1;
    margin:0px;
}
.roboto-condensed{font-family: "Roboto Condensed", serif!important;}

.image-container {
  width: 100%;               /* Ajusta el tamaño del contenedor */
  height: 520px;              /* Ajusta el tamaño del contenedor */
  overflow: hidden;           /* Oculta las partes que sobresalen de la imagen*/
  position: relative;
  border-radius:4px;
  box-shadow: 2px -1px 5px rgb(0 0 0 / 30%);
}

.zoom-image, .image-container img {
  border-radius:4px;
  width: 100%;                /* Inicia con un zoom para dar el efecto de acercamiento */
  height: 100%;
  object-fit: cover;
  position: absolute;
  animation: zoomMove 10s infinite alternate ease-in-out;
}

@keyframes zoomMove {
  0% {
    transform: translate(0, 0) scale(1.2); /* Punto de partida */
  }
  25% {
    transform: translate(-20px, -20px) scale(1.4); /* Mueve la imagen hacia la izquierda y arriba */
  }
  100% {
    transform: translate(20px, 20px) scale(1.2); /* Mueve la imagen hacia la derecha y abajo */
  }
}

.image-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0.1;
}
.box-icon-service {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    gap: 20px;
}

.box-icon-service-item {
    background: rgb(242 4 4 / 63%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 120px;
    width: 180px;
    border-radius: 24px;
    padding: 5px;
    text-align: center;
    box-shadow: 1px -3px 5px rgb(255 255 255 / 30%);
}

.box-icon-service-item .item-icon {
    color: #fff;
    font-size: 4rem;
    line-height: 1;
}
.box-icon-service-item .item-text {}

.box-icon-service-item .item-text p {
    color: #fff;
    font-family: "Roboto Condensed", serif;
    line-height: 1;
    margin-top: 0px;
    font-size: 1.2rem;
}
.title-service h2, .title-service p {
    color: #fff;
}

.title-service h2 {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Roboto Condensed", serif;
}
.box-service p {
    padding: 10px 15px;
}

.box-service a {
    font-size: 1.3rem!important;
    font-family: "Roboto Condensed", serif;
    color: #f20404;
}

.box-service {
    min-height: 630px;
}

.box-service h3 {
    font-family: "Roboto Condensed", serif;
}
.imgContainer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
    clip-path: polygon(100% 0,100% 90%,50% 100%,0 90%,0 0);
    background: #f20404;
    transition: all 0.5s;
}

.imgContainer img{
    width: 100% !important;
    height: 100% !important;
    max-height: 280px;
    max-width: none;
    position: absolute;
    object-fit: cover;
    clip-path: polygon(100% 0,100% 90%,50% 100%,0 90%,0 0);
    transition: all 0.5s;
}
.box-service:hover {
    box-shadow: 2px -1px 5px rgb(255 255 255 / 30%) !important;
}
.box-service:hover .imgContainer {
    background: #000;
    height: 305px;
}
.box-service:hover .imgContainer img {
    transform: scale(1.1);
}

ul.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.list-unstyled li, ul.list-unstyled ul li {
    list-style: none;
    border: 1px solid #fff !important;
    margin: 5px;
    border-radius: 20px;
}
ul.list-unstyled li  h4 a, ul.list-unstyled ul li h4 a{
    padding: 2px 10px;
} 

i.fa.fa-angle-right.g-absolute-centered--y.g-right-0 {
    right: 10px !important;
}

ul.list-unstyled li h4, ul.list-unstyled ul li h4 {
    line-height: 1;
}
address.g-footer-map-bg {}

address.g-footer-map-bg span.u-icon-v3 {
    background: #f30000 !important;
    font-size: 1.4rem;
    color: #fff!important;
}

address.g-footer-map-bg p {
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

address.g-footer-map-bg p a {
    display: block;
}


.blog-post {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 4px !important;
    margin-bottom: 20px;
}

.post-media {
    width: 60%;
    margin-right: 10px;
}

.post-info {
    width: 40%;
    display: flex;
    flex-direction: column;
    height: 350px;
    overflow: hidden;
    justify-content: center;
}

img.img-article {
    width: 100%;
    object-fit: cover;
}
.btn-normal {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f20404;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    border: 0px;
}
.btn-normal:hover {color: #ffffff; text-decoration:none;}
.videoplay{
    z-index: 1;
    justify-content: center;
    top: 0;
    cursor:pointer;
}
.videoplay .box-icon-service-item {
    height: 80px;
    width: 100px;
    background: rgb(255 255 255 / 49%);
}

.videoplay .box-icon-service-item .item-icon, 
.videoplay .box-icon-service-item .item-icon svg {
    color: #f20404;
    fill: #f20404;
}
@media (max-width: 1190px){
    li.nav-item a.nav-link {font-size: 1rem;}
    .navbar-brand img { max-width: 200px!important;}
}
@media (max-width: 768px){
    
}
@media (max-width: 767px){
    .blog-post {flex-direction: column;}
    .post-media, .post-info {width:100%; }
    .post-info {justify-content: flex-start;height: auto;}
    .box-icon-service-item .item-icon {font-size: 3rem;}
    .box-icon-service-item {background: rgb(242 4 4);}
    .box-icon-service {
        bottom: -190px;
        gap: 0px 10px;
        padding: 0px 10px;
    }
    
}