@import url('bootstrap.min.css');
@import url('all.min.css');
@import url('animate.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}
/*   Header */
header {
    background-color: #E12E31;
    padding: 0px 0px;
}
.redes{ 
    color: #fff;
    font-size: 25px; 
}
.link-top{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    line-height: 25px;
}
#principal .btn-danger{
    padding: 18px 30px;
    font-weight: 700;
    font-size: 16px;
    line-height:22px;
    background-color: #E12E31;
    border-color: #E12E31;
}
#principal .btn-danger:hover{
    background-color: #fff;
    color: #E12E31;
}
#principal .navbar-nav .nav-link{
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
}
#principal .navbar-nav .nav-link.active,
#principal .navbar-nav .nav-link:hover{
    color: #E12E31;
}
.bottom-bar{
    background-color: #254A99;
}
.bottom-bar a{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    line-height: 26px;
}
.copyright{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    line-height: 26px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
footer{
    background-color: #E12E31;
}
footer h3{
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
    line-height: 28px;
    margin-bottom: 20px;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li a{
    color: #E1E1E1;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    line-height: 40px;
}
footer .icono-left{
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
footer .icono-left{
    color: #E1E1E1;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    line-height: 28px;
    padding-left: 40px;
    position: relative;
}
footer .icono-left i{
    font-size: 22px;
    position: absolute;
    left: 0;
    top:5px;
}
.titulo-sec{
    color: #254A99;
    font-weight: 700;
    font-size: 60px;
    text-decoration: none;
    line-height: 70px;
    margin-bottom: 20px;
    text-align: center;
}
.owl-testimoniales .item{
    background-color: #F3F3F3;
    padding: 56px 50px;
    border-radius: 30px;
}
.owl-testimoniales .item p{
    color: #231F20;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    line-height: 36px;
}
.owl-testimoniales .item h4{
    color: #231F20;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    line-height: 26px;
    margin:0px 0px;
}
.owl-testimoniales.owl-theme .owl-dots .owl-dot span{
    background-color: #949494;
    width: 53px;
    height: 6px;
    border-radius: 0px;
}
.owl-testimoniales.owl-theme .owl-dots .owl-dot.active span{
    background-color: #E12E31;
}
.owl-home {
    height: 1000px;
    background-repeat: repeat-x;
    background-size: 2px 100%;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
  }
  
  .owl-home.owl-carousel .item {
    height: 1000px;
    padding: 0px 0px;
    margin: 0px 0px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .owl-home.owl-carousel .item .container {
    background-color: transparent;
    height: 100%;
    overflow: visible;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    top: 0;
  }
  
  .owl-home.owl-theme .owl-nav {
    background-color: transparent;
    margin: 0px auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: 1px;
    overflow: visible;
  }
  
  .owl-home.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    color: #000000;
    font-size: 25px;
  }

  
  .owl-home.owl-theme .owl-nav .owl-prev {
    float: left;
  }
  
  .owl-home.owl-theme .owl-nav .owl-next {
    float: right;
  }
  
  .owl-home.owl-carousel .owl-item img.imgslide {
    width: 60%;
    float: right;
    margin-top: 15%;
  }
  
  .owl-home.owl-carousel .item div.tslide {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    color: #ffffff;
    position: absolute;
    top: 35%;
    left: 10px;
    padding: 0px 0px;
    margin: 0px 0px;
    text-shadow: -2.03px 5px 3px #00000080;
  }
  
  .owl-home.owl-carousel .item div.txtslide {
    position: absolute;
    top: 40%;
    left: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
    color: #ffffff;
    padding: 0px 0px;
    margin: 0px 0px;
    text-shadow: -2.03px 5px 3px #00000080;
  }
  
  .owl-home.owl-carousel .item .boton.slide {
    position: absolute;
    top: 300px;
    left: 10px;
    background-color: #00a6d1; 
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
  }
  
  .bloque-home{
    margin-top: -150px;
    z-index: 999;
    position: relative;
    
  }
.bloque-home .card{
    background-color: #E12E31;
    border-radius: 30px;
    padding: 72px 20px 20px 20px;
    height: 430px;
    background-repeat: no-repeat;
    background-position: 95% 5%;
}
.bloque-home .card-title{
    color: #ffffff;
    font-weight: 600;
    font-size: 35px;
    text-decoration: none;
    line-height: 36px;
    margin-bottom: 20px;
}
.bloque-home .card-text{
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    line-height: 36px;
}
.bloque-home .card .btn.btn-light{
    color: #E12E31;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    line-height: 28px;
    border-radius: 10px;
}
.bloque-home .card .card-number{
    color: #ffffff;
    font-weight: 600;
    font-size: 32px;
    text-decoration: none;
    line-height: 36px;
}
.bloque-home .card .card-number i{
    color: #E12E31;
    font-weight: 600;
    font-size: 30px;
    text-decoration: none;
    line-height: 30px;
    background-color: #ffffff;
    padding:20px;
    border-radius: 50%;
    margin-right: 5px;
}
.titulo-doble{
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #231F20;
  margin-top:25px;
}
.titulo-doble span{
  color: #E12E31;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  display: block;
}
#traslados{
  background: #F3F3F3;
  background: linear-gradient(90deg, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 55%, rgba(225, 46, 49, 1) 55%, rgba(225, 46, 49, 1) 100%);
}
#traslados .text-bullet p{
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 80px;
}
#traslados .icono-left{
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
#traslados .icono-left{
  color: #E1E1E1;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  line-height: 28px;
  padding-left: 65px;
  position: relative;
}
#traslados .icono-left i{
  font-size: 28px;
  position: absolute;
  color: #ffffff;
  left: 0;
  top:5px;
  border-radius: 100%;
  background-color: #f99625;
  padding: 10px;
  line-height: 31.5px;
}
#traslados .icono-left strong{
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #231F20;
}
#traslados .icono-left span{
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #231F20;
}
.servicios .serv{
  padding-top:80px;
  padding-bottom:80px
}
.contact-logo p{
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.divider {
  border-left: 1px solid #fff;
  height: 100%;
}
#map_cont{
  height:780px;
  position: relative;
}
.contact-section{ 
  position: relative;
  z-index: 999;
  margin-top: -180px;
}
form#contacto .hide {
  display: none;
}

form#contacto .ajaxgif {
  position: absolute;
  right: 150px;
  top: 5px;
}
form#contacto [id*=dataform_].incorrecto input{
  border: 1px solid #dd0000;
}
form#contacto [id*=dataform_].incorrecto label,
form#contacto [id*=dataform_].incorrecto .dataform{
  color: #dd0000;
}
form#contacto [id*=dataform_].correcto input{
  border: 1px solid #218e1e;
}
form#contacto [id*=dataform_].correcto label,
form#contacto [id*=dataform_].correcto .dataform{
  color: #218e1e;
}
form#contacto .dataform{
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}
form#contacto .msg {
  color: transparent;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
  color:#000000;
}

form#contacto .msg.success {
  background: #218e1e;
  color: #ffffff;
  padding: 0 10px;
}

form#contacto .msg.error {
  background: #dd0000;
  color: #ffffff;
  padding: 0 10px;
}

.content_header{
    height:400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}
.content_header::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.content_header .container{
    position: relative;
    z-index: 2;
}
.content_header h1{
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-top:120px;
}
.misionvision  p.text-end{
    border-top:1px solid #E12E31;
    border-bottom:1px solid #E12E31;
    padding-top:20px;
    padding-bottom:20px;
    padding-right: 20px;
    padding-left: 0px;
    margin-right:-20px;
    margin-left:0px;
}
.misionvision  p{
  border-top:1px solid #E12E31;
  border-bottom:1px solid #E12E31;
  padding-top:20px;
  padding-bottom:20px;
  padding-left: 20px;
  padding-right: 0px;
  margin-left:-20px;
  margin-right:0px;
  min-height: 162px;
}
.misionvision img{
    margin-top:71px;
}
.valores{
  position: relative;
  height: 800px;
}
.valores .container{
  position: relative;
  z-index: 222;
  height: 100%;
}
.valores::after {
  content: "";  
  position: absolute;
  right:0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #254A99;
}
.valores::before {
  content: "";  
  position: absolute;
  left:0;
  top: 0;
  width:45%;
  height: 100%;
  z-index: 3;
  background-image: url('../img/img-nosotros-1.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.valores h3{
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
}
.valores h5{
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.valores h5 .circle{
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.valores h5 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.valores p{
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
}
.calidad img{
  margin-bottom: 20px;
  width: 85px;
  height: 101px;
  object-fit: contain;
}
.calidad h3{
  font-weight: 700;
  font-size: 35px;
  line-height: 36px;
  color: #254A99;
  margin-bottom: 43px;
  margin-top:43px;
}
.calidad p{
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #231F20;
  text-align: left;
}
.calidad ol{
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #231F20;
  text-align: left;
}

@media (max-width: 575.98px) {
  .owl-home.owl-carousel .item div.tslide{
    text-align: center;
  }
  .owl-home.owl-carousel .item div.txtslide {
    text-align: center;
    top:20%;
  }
  .owl-home.owl-carousel .owl-item img.imgslide {
    margin-top:320px;
    margin-right: 70px;
    width: 80%;
  }
  .titulo-sec{
    font-size: 45px;
  }
  .bottom-bar,
  footer{
   text-align: center !important; 
  }
  .contact-section{
    margin-top:0px;
  }
  .servicios .row{
    height: auto !important;
  }
  .servicios .serv{
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .servicios .serv:last-child{
    border-bottom: none !important;
  }
  #traslados{
    background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 55%, rgba(225, 46, 49, 1) 55%, rgba(225, 46, 49, 1) 100%);
  }
  #traslados .text-bullet{
    text-align: center;
  }
  .valores{
    height: auto !important;
  }
  .valores::before{
    display: none;
  }
  .content_header{
    height:300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: scroll;
  }
  .owl-home {
    height: 600px;
  }

  .owl-home.owl-carousel .item {
    height: 600px;
  }
  .owl-home.owl-carousel .item div.tslide{
    top: 10%;
  }
}

/* Language Switcher Styles */
.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.lang-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #666;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

.lang-btn:hover {
    background-color: rgba(225, 46, 49, 0.1);
    color: #E12E31;
    text-decoration: none;
}

.lang-btn img {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.lang-btn small {
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .language-switcher {
        margin-bottom: 0.5rem;
    }
    
    .lang-btn small {
        display: none;
    }
}
