/*2026*/
/* Estilos Personalizados Almacenes BPA */

/*WS*/
 
  .float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:20px;
  left:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-float{
  margin-top:16px;
  margin-bottom: 16px;
}
.float i.fa-whatsapp {
  font-size: 1.3em;  
 
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none !important;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



/**FIN WSF**/

/*PARALLAX*/
/* Contenedor Parallax */
.dnp-tech-specs {
    padding: 120px 0;
    position: relative;
}

/* Overlay para asegurar legibilidad sobre la imagen */
.dnp-tech-specs::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 45, 91, 0.85); /* Azul corporativo DNP con transparencia */
}

.dnp-tech-specs .container {
    position: relative;
    z-index: 2;
}

/* Tipografía de Título */
.tech-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.tech-lead {
    color: #cbd5e0;
    font-size: 1.1rem;
}

.tech-divider {
    width: 60px;
    height: 4px;
    background: #499bea;
    margin-top: 20px;
}

/* Micro-tarjetas Tecnológicas */
.tech-card {
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid #499bea;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    height: 100%;
}

.tech-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.tech-icon {
    color: #499bea;
    font-size: 1.5rem;
    margin-right: 15px;
    margin-top: 5px;
}

.tech-content h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.tech-content p {
    color: #a0aec0;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0;
}
/*FIN PARALLAX*/



/*SECCION DE VALOR*/

.color-navy {
    color: #002d5b;
}

.bpa-value-proposition {
    background-color: #ffffff;
}

.value-item {
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.value-item:hover {
    background-color: #f8fafd;
    transform: translateY(-5px);
}

.value-icon-box {
    width: 70px;
    height: 70px;
    background-color: #e6effa;
    color: #004a99;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.value-title {
    color: #004a99;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.value-text {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
}

.btn-primary-b2b {
    background-color: #004a99;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    padding: 12px 30px; /* Un poco más de aire */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 74, 153, 0.15);
    display: inline-block; /* Asegura que se comporte bien */
}

.btn-primary-b2b:hover {
    background-color: #002d5b;
    color: #fff;
    text-decoration: none;
    /* En lugar de scale, aumentamos la sombra para dar efecto de elevación */
    box-shadow: 0 8px 20px rgba(0, 45, 91, 0.3);
}

/* FIN SECCION DE VALOR */



/* SECCION DE VALOR 2 */

/* Paleta y Tipografía Corporativa */
.color-navy { color: #002d5b; }

/* Texto de párrafo B2B: reemplaza a .small y .text-muted */
.b2b-pillar-desc {
    font-size: 0.95rem;
    color: #4a5568; /* Gris pizarra, más profesional y legible */
    line-height: 1.6;
    margin-bottom: 0;
}

/* Subtítulo Lead personalizado */
.b2b-lead-text {
    font-size: 1.15rem;
    color: #2d3748;
    font-weight: 400;
}

.bpa-badge-industrial {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #004a99;
    color: #004a99;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    border-radius: 4px;
}

/* Tarjetas con acabado Premium */
.pillar-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #edf2f7;
}

.pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 45, 91, 0.1) !important;
}

.pillar-img-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.pillar-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pillar-card:hover .pillar-img-wrap img {
    transform: scale(1.08);
}

.pillar-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #004a99;
    color: #fff;
    padding: 5px 14px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px; /* Cambiado a cuadrado para look más industrial */
}


/*FIN SECCION DE VALOR 2*/


/*certificaciones*/
/* Sección de Certificaciones con Imagen */
 /* Sección de Certificaciones Técnicas */
.bpa-certifications {
    background-color: #f8fafd; /* Un azul grisáceo muy leve que proyecta limpieza */
}

/* Tarjetas Evolucionadas */
.cert-card-v2 {
    padding: 40px 30px;
    border: none; /* Eliminamos el borde tosco */
    border-radius: 16px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02); /* Sombra base casi invisible */
}

.cert-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 45, 91, 0.08); /* Sombra elegante azulada */
}

/* Marco del Certificado Estilo Galería */
.cert-img-box {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 25px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #edf2f7;
}

.bpa-doc-img {
    width: 100%;
    height: auto;
    display: block;
    transition: filter 0.3s ease, transform 0.6s ease;
}

/* Capa interactiva refinada */
.cert-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 45, 91, 0.85); /* Azul más serio y transparente */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px); /* Efecto de desenfoque moderno */
}

.cert-img-box:hover .cert-img-overlay {
    opacity: 1;
}

.cert-card-title {
    color: #004a99;
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.cert-card-text {
    font-size: 1rem;
    color: #718096;
    line-height: 1.5;
}

/* Botón VER DOCUMENTO */
.btn-light.font-weight-bold {
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .cert-card-v2 { padding: 30px 20px; }
}
/*fin de certificaciones*/

.bpa-infrastructure-section {
    background-color: #f8f9fa;
}

.bpa-title {
    font-weight: 700;
    color: #333;
    font-size: 2.5rem;
    letter-spacing: -0.5px;
}

.bpa-divider {
    width: 80px;
    height: 4px;
    background-color: #004a99; /* Azul Corporativo */
    margin: 20px auto;
    border-radius: 2px;
}

.bpa-video-shadow {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.bpa-lead-text {
    font-size: 1.25rem;
    color: #004a99;
    font-weight: 600;
    line-height: 1.4;
}

.bpa-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
}

.bpa-highlight {
    color: #212529;
    font-weight: 700;
}

.bpa-check-icon {
    background-color: #28a745; /* Verde Cumplimiento */
    color: white;
    font-size: 0.8rem;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

 .bpa-btn-primary {
    background-color: #004a99;
    /* Usamos un borde del mismo color o transparente desde el inicio 
       para que el tamaño del botón no cambie al hacer hover */
    border: 2px solid #004a99; 
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px; /* Ajusta el padding para compensar el borde */
    box-shadow: 0 4px 15px rgba(0, 74, 153, 0.3);
    transition: all 0.3s ease;
    display: inline-block; /* Asegura que se comporte como bloque para el transform */
    vertical-align: middle; /* Evita saltos de línea base */
}

.bpa-btn-primary:hover {
    background-color: #003366;
    border-color: #003366;
    /* El transform no mueve los elementos de alrededor, 
       solo mueve visualmente al botón "encima" de la capa */
    transform: translateY(-3px); 
    box-shadow: 0 8px 25px rgba(0, 74, 153, 0.4);
    color: #fff;
    text-decoration: none; /* Evita que aparezca subrayado de link */
}

/* Contenedor del botón para aislar el movimiento */
.cta-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    /* Esto crea un 'colchón' para que el transform-up no choque 
       con el párrafo de arriba */
}

/* Ajustes responsivos adicionales */
@media (max-width: 991px) {
    .bpa-title {
        font-size: 2rem;
    }
}



/* Estilos para la Grilla de Servicios */
.services-grid-section {
    background-color: #f4f7f9; /* Un gris muy azulado y profesional */
}

.services-main-title {
    color: #004a99;
    font-weight: 700;
    font-size: 2rem;
}

.service-card {
    background: #fff;
    border: none;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.service-image-wrapper {
    height: 200px;
    overflow: hidden;
}

.service-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que todas las fotos se vean del mismo tamaño */
}

.service-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-title {
    color: #333;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 15px;
    min-height: 50px; /* Alinea los títulos */
}

.service-text {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.btn-service-outline {
    border: 2px solid #004a99;
    color: #004a99;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-service-outline:hover {
    background-color: #004a99;
    color: #fff;
    text-decoration: none;
}
/*2026 fin*/

/*VIDEO*/
 
.video-con-margen {
  width: 100%;  
  height: 315px;  
}
/*VIDEO FIN*/


 /*DEC UPDATE*/

.btnmgbpa

{
  margin-bottom: 20px;
}
 .imgbrdec
 {
  border-radius: 20px;
 }

 .certibpa
 {
  margin-top: 40px;
  margin-bottom: 40px;
 }
 
 .bgsolutions
{
  background-color:#10abc7;
}


.img-servicios {
            width: 200px; /* Tamaño fijo */
            height: 200px; /* Tamaño fijo */
            object-fit: cover; /* Mantiene proporciones internas */
            margin-right: 15px; /* Espaciado entre imagen y texto */
            border-radius: 30px;
        }
        /* Alineación de los elementos en las columnas */
        .col-md-4-servicios {
            display: flex;
            align-items: start; /* Alinea al inicio */
        }


.container-servicios
{
   max-width: 100%;  
        padding-left: 60px;  
        padding-right:60px;

        padding-top: 60px;
        padding-bottom: 60px;
}


.tituloservicios
{
    line-height: 30px;
  font-size:1.4em;
  font-weight: 700;
  font-style: initial;
  color:#fff;
 
}
 
 .subtituloservicios
{
    
  font-size:1em;
   
  font-style: initial;
  color:#fff;
 
}
 

  .backgroundbtnsev {
        background-color: #065689; /* Color inicial del botón */
        color: white; /* Color del texto */
      
        transition: background-color 0.3s ease; /* Suaviza la transición */
    }


 .backgroundbtnsev:hover {
        background-color: #fff; /* Color al hacer hover */
        color: #000; /* Color del texto al hacer hover */
    }

    


.divpabtn
{
margin-left: 30px;
margin-right:30px;
}



  .textcertis
{
  line-height: 30px;
  font-size: 1.3em;
   text-align: center;
  font-style: initial;
  color:: #7c7c7c;
}

   
.mgtopcertis
{
  margin-top: 40px;
  padding-bottom: 20px;
}

 /*END DEC UPDATE*/

/*JULY UPDATE*/

.imgroundedbpa
{
  border-radius: 40px;
}

  .textbpa2
{
  line-height: 50px;
  font-size: 3em;
  font-weight: 700;
  font-style: initial;
  color:#0A3B77;
}

 .textbpa3
{
  line-height: 50px;
  font-size: 3em;
  font-weight: 700;
  font-style: initial;
  color:#fff;
  text-align: center;
}


.texcol
{
  color: #0FABC7;
}



/*END JULY UPDATE*/

/*ALMACENES DNP*/
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #0A3B77 !important ;
    border: 1px solid #1C2833;
    border-radius: 0.25rem;
}

.padbotsna
{
    padding-bottom: 0px;

}

.mgbotsna
{
    margin-bottom: 0px;
}

.bgfooterbpa
{

background-color: #148ADC;

}
.footerbgcolor
{
    background: rgb(20,189,220);
background: linear-gradient(90deg, rgba(20,189,220,1) 0%, rgba(32,136,174,1) 80%, rgba(0,212,255,1) 100%);
  
}
  /*DIV HARD*/
.divexpmg
{
    margin-bottom: 60px;
}
 
.bpatext
{
 
  font-size: 2.5em;
  
  font-style: initial;
  color:#fff;
  text-align: left;
}
.padtopbpa
{
    padding-top: 40px;
}
 

 .mgtopbpa
{
    padding-top: 40px;
}
 

.solidbdr {
  
  border-width: 5px;
  border-style: solid;
 
  border-color: #0fabc7   !important;
 
}

  .txtdivhard
{
  line-height: 40px;
  font-size: 2em;
  font-weight: 700;
  font-style: initial;
  color:#fff;
  padding-left: 40px;
}



.pdivhard
{
 
  font-size: 1em;
  
  font-style: initial;
  color:#fff;
}
.pdivaligner

{
 padding-left: 10px;
 padding-top: 20px;
 padding-bottom: 20px;

}

.mgtopdivhard
{
    margin-top: 100px;
}

.mgtopdivhardsep
{
    margin-top:20px;
}

/*end div hard*/
 





.padbotalmacentt
{
 padding-bottom: 40px;
}

.margintopsect2
{
    margin-top: 60px;
    margin-bottom: 40px;
}

.margintopsect240
{
    margin-top: 40px;
}



.divover
{
 position: relative;
 
  bottom: 100px;
 
   top:40%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}



.bgalmacenes
{
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 1px 10px 5px 0px rgba(150,158,235,0.75);
-webkit-box-shadow: 1px 10px 5px 0px rgba(150,158,235,0.75);
-moz-box-shadow: 1px 10px 5px 0px rgba(150,158,235,0.75);
}

.textdecoalmacenes
{
    color: #1B1B1B;
    padding-top: 20px;
    padding-left: 5px;
}


  .texthalmacenfont
{
  line-height: 50px;
  font-size: 3em;
  font-weight: 700;
  font-style: initial;
  color:#0A3B77;
}



  .textpalmacenes
{
  line-height: 30px;
  font-size: 1.3em;
   text-align: justify;
  font-style: initial;
  color:: #7c7c7c;

}

.bpaalignertop
{

    padding-top: 40px;
}


.bpaalignerbox
{

   margin-right: 150px;
   margin-left: 150px;
}

.bpaalignerboxsection2
{

   margin-right: 450px;
   margin-left: 450px;
}


  .textbpa
{
  line-height: 30px;
  font-size: 1.3em;
  font-weight: 700;
  font-style: initial;
  color:#0A3B77;
  text-align: justify;
}

.bgserviciosalmacen
{
  background-color: #fff;
}



.mgtopalmacen
{
    margin-top: 40px;
}
 
/*FIN ALMACENES DNP*/





  .carousel-caption2 {
  position: absolute;
  right: 50%;
  bottom: 20px;
left: 5%;
   top:70%;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption3 {
  position: absolute;
  right: 25%;
  bottom: 50px;
left: 25%;
   top:10%;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

.carousel-caption3left {
  position: absolute;
  right: 50%;
  bottom: 20px;
left: 5%;
   top:60%;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption3mid {
  position: absolute;
  right: 25%;
  bottom: 20px;
left:25%;
   top:30%;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}



  .txth3carousel
{

  font-size: 2.8em;
}

.carouserdivbg
{
  background-color: #003b5f;
  padding-top: 5px;
  padding-bottom:5px; 
  margin-top: 40PX;
}

.carouserdivnpbg
{

  padding-top: 5px;
  padding-bottom:5px; 
  margin-top: 40PX;
}


  .texth1font
{
  line-height: 40px;
  font-size: 3.3em;
  font-weight: 700;
  font-style: initial;
}



  .pstile
{
  font-size: 2em !important;
  background-color:#0fabc7;
  border-radius: 20px;
    padding-top: 10px;
  padding-bottom: 10px;
}

.divcloser

{
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;

}





.h3expandmain
{

  font-size: 3.5em !important;
    font-weight: 700;
  color: #fff;
  text-align: center;

   
}
.carouserdivmain
{

  padding-top: 5px;
  padding-bottom:5px; 
  margin-top: 80px;
  margin-right:0px !important;
}



@media only screen and (max-width: 375px) 
 {

  .marginvnablogo
{
  margin-left: 0px;
}


.paddrightxtnav
{
  padding-right: 10px;
}

.padnavslist
{

padding-left: 0px;
}


.dropdown-menu {
    
  right: 0px;

}

.h3expandmain
{

  font-size: 3em !important;
    font-weight: 700;
  color: #fff;
  text-align: center;

   
}
.carouserdivmain
{

  padding-top: 5px;
  padding-bottom:5px; 
  margin-top: 0px;
  margin-right:0px !important;
}
.pstile
{
  font-size:1.6em !important;
}

.texth1font
{
  line-height:60px;
  font-size: 3.3em;
  font-weight: 700;
  font-style: initial;
}


.txth3carousel
{

  font-size: 1.8em;
}

.carouserdivbg
{
  background-color: #003b5f;
  padding-top: 5px;
  padding-bottom:5px; 
  margin-top: 40PX;
}

.carouserdivnpbg
{

  padding-top: 5px;
  padding-bottom:5px; 
  margin-top: 40PX;
}

.carousel-caption2 {
  position: absolute;
  right: 50%;
  bottom: 20px;
left: 5%;
   top:70%;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption3 {
  position: absolute;
  right: 15%;
  bottom: 50px;
left: 15%;
   top:10%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption3left {
  position: absolute;
  right: 50%;
  bottom: 20px;
left: 5%;
   top:60%;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption3mid {
  position: absolute;
  right: 25%;
  bottom: 20px;
left:25%;
   top:30%;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}



 }




@media only screen and (max-width: 400px)
 {

    .bpaalignerboxsection2
{

   margin-right:  0px;
   margin-left:  0px;
}


.bpaalignerbox
{

   margin-right:  40px;
   margin-left:  40px;
}

  .textpalmacenes
{
  line-height: 30px;
  font-size: 1.2em;
   text-align: center;
  font-style: initial;
  color:: #7c7c7c;
}


.paddrightxtnav
{
  padding-right: 20px;
}

 .marginvnablogo
{
  margin-left: 0px;
}



  .texthalmacenfont
{
  line-height: 40px;
  font-size: 1.8em;
  font-weight: 700;
  font-style: initial;
  color:#0A3B77;
}

.divover
{
 position: relative;
 
  bottom: 100px;
 
   top:50%;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}


.bpatext
{
 
  font-size: 2em;
  
  font-style: initial;
  color:#fff;
  text-align: center;
}

.padtopbpa
{
    padding-top: 20px;
}


  .textbpa
{
  line-height: 30px;
  font-size: 1.2em;
  font-weight: 700;
  font-style: initial;
  color:#0A3B77;
  text-align: center;
}

.h3expandmain
{

  font-size: 2em !important;
    font-weight: 700;
  color: #fff;
text-align: center;

   
}


.mgbotsna
{
    margin-bottom: 20px;
}



   

.carousel-caption3 {
  position: absolute;
  right: 10%;
  bottom: 50px;
left:10%;
   top:10%;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

 .carouserdivmain
{

  padding-top: 5px;
  padding-bottom:5px; 
  margin-top: 80px;
  margin-right: 0px !important;
}

.padbotsna
{
    padding-bottom: 20px;

 }

 }

@media screen and (min-width: 480px) {}

@media screen and (min-width: 481px) {}

@media screen and (min-width: 600px) {}

@media screen and (min-width: 690px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 915px) {}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1100px) {}

@media screen and (min-width: 1120px) {}

@media screen and (min-width: 767px) {}

@media screen and (min-width: 479px) {}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {}

@media only screen and (max-width: 914px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 914px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 914px) and (min-resolution: 1.5dppx) {}

@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (min-resolution: 1.5dppx) {}
