@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
  }

  html{
    overflow-x: hidden;
    min-width: 360px;
  }

  html, body{
    height: 100%;
  }
body{
  background-color: #F5F5F7;
}  

.cont-nav{
  margin-top: 100px;
  margin-bottom: 20px;
}


/* .container {
  width: 100%;
  display: flex;
  justify-content: center;
} */



.col{
  padding: 20px;
}

.row-items{
  text-align: center;
  align-items: center;
}


.navbar{
  background-color: rgba(60, 180, 229, 1);

}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

button:focus:not(:focus-visible) {
  box-shadow: none;
  background: #273480;
}

  .navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    
}

.waves{
  margin: 0;
  padding: 0;
}
.nav-link{
  color: #000 !important; 
  transition: all ease .5s;
  font-weight: 600;
}
.navbar-nav .nav-link:hover {
  
  color: #fff !important; 
  font-weight: 600;
  transition: all ease .5s;
  /* background-color: rgba(11, 119, 163, 0.5); */
  
}

.navbar-nav .nav-link:visited {
  color: #147094;
}



.logoGob{
  width: 350px;
}


.img-fluid{  
  max-height: auto;
  
}


.img_deco{
  
  height: auto;
}


.logo_seguro{
    height: 50px;
}

h2 span{
    
    display: inline-flex;
    padding: 10px;
    justify-content: start;
    gap: 10px;
  }
  
.unidad{
  font-size: 12px;
  font-weight: 700;
  background-color: rgba(60,180,229,.2);
  text-transform: uppercase;
  padding: 10px;
  color: #3CB4E5;
  border-radius: 5px;
  margin-bottom: 10px;
}

  h2{
    background-color: #3CB4E5;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    max-width: fit-content;
  }
  
  h3{
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
  }


h4{
  text-align: center;
  font-size: 50px;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  color: #7B868C;
  
}

p{
  margin-bottom: 10px;
  color: var(--mono-black, #000);
  /* text-align: justify; */
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

  a{
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-style: normal !important;
    text-decoration: none;
    color: #3CB4E5 !important;
  }




  .custom-shape-divider-bottom-1697558463 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1697558463 svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 260px;
}

.custom-shape-divider-bottom-1697558463 .shape-fill {
    fill: white;
}  


header {
    height: 100vh;
    background: linear-gradient(rgba(60,180,229,0.8), rgba(11,119,131,0.8));
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
  }
  
  .header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(60,180,229,0.8), rgba(11,119,131,0.8));
  }
  
.banner{
  margin-top: 60px;
    background: url("../imgs/portada_2024.jpg");
    background-size: cover;
    height: 70vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    
}

.img-fluid.align-self-center {
  display: block;
  margin: 0 auto;
}



article{
  text-align: center;
}

.farma {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 500px;
  object-fit: cover;
}

.m-bottom{
  margin-bottom: 40px;
}

.mini{
  border: #147094;
  background: #fff;
  background-image: url(../imgs/logo_seguro_color.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 00px;
  height: auto;
  border-radius: 100px;
  text-align: center;
}


.form-label{
  font-weight: 600;
}

.btn-primary{
  font-weight: 500;
  width: 100%;
  background: #000;
}

.link-m{
  font-weight: 600;
  color: #3CB4E5;
}


.rrssicon{
  margin: 10px;
}


.rrss{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}


.mensaje-textarea{
  height: 150px;
}

/* .nameLabel{
  margin-top: 72px;
} */

.map{
  width: 100%;
  height: 400px;
}

.bg1{
  padding: 25px;
  
  background: rgba(255, 255, 255, 1);
}

iframe{
  margin-top: 10px;
}

.col-v{
display: flex;  
justify-content: center;
align-items: center;
}

.logoUnidad{
  height: 150px;
  margin: 20px;

}

.card1{
  
  background-color: rgba(39, 0, 137, .5);
  
  border-radius: 5px;
  
  
}

.card2{
  
  background-color: rgba(223, 22, 131, .5);
  
  border-radius: 5px;
  
  
}

.card3{
  
  background-color: rgba(234, 139, 62, .5);
  
  border-radius: 5px;
  
  
}

.card4{
  
  background-color: rgba(194, 213, 0, .5);
  
  border-radius: 5px;
  
  
}

.card1,
.card2,
.card3,
.card4 {
  
  padding: 10px 5px;
  border-radius: 5px;
  margin: 5px;
  box-shadow: 2px 2px 8px rgba(202, 211, 236, 1); /* Agrega sombra a las tarjetas */
}


.hero-main{
  background: url(../imgs/bg_seguro_ags.jpg) center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
}

.hero-main .dra{
  -webkit-filter: drop-shadow(0px 0px 8px #9420EF );
  filter: drop-shadow(0px 0px 8px #9420EF);
  mix-blend-mode:normal;
  max-width: 312px;
}

.hero-main .container{
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-main_info{
  padding-left: 2rem;
}

.hero-main_info .logo{
  max-width: 186px;
  margin-bottom: 2rem;
}

.hero-main_info .deco{
  max-width: 260px;
  margin-top: 2rem;
}

.hero-main h2{
  background: initial;
  font-family: 'Nunito', sans-serif;
  line-height: calc(1.4rem + 1vh);
  font-size: clamp(1.4rem, 1vw + 1.5rem, 3rem);
  font-weight: 600;
  text-transform: uppercase;
}
.hero-main .h2{
  font-size: clamp(1.2rem, 1vw + .6rem, 2rem);
}
.hero-main h3 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(.9rem, 1vw + .04rem, 1.2rem);
  color: white;
  font-style: italic;
}

.hero-main .deco-waves{
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleY(-1);
}


.links{
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 4fr)); 
}



.text-bold{
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
}

.footer {
  background: url(../imgs/footer.svg);
  background-size: cover;
}
.footer .container {
  display: flex;
  align-items: flex-end;
  height: 250px;
}

.footer a {
  text-decoration: none;
  color:white!important;
  font-weight: 400;
}
.footer a:hover {
  text-decoration: underline;
}

.logo-info{
  max-width: 250px;
}
@media screen and (min-width:768px) {
  .hero-main_info{
    border-left: solid 2px white;
  }
}

@media screen and (max-width:768px) {
  .custom-shape-divider-bottom-1697558463 {
    width: 1333px;
  }
  .nav-link{
    font-size: 1.6rem;
    text-align: center;
  }
  .navbar-collapse {
    text-align: center;
    padding: 1rem;
  }
}

