
@charset "UTF-8";
/*!
 */
:root {
    --cl-azul: #003748;
    --cl-azul2:#0075a9;
    --cl-azul-oscuro:#001b1f;
    --cl-gris:#F4F4F7;
    --cl-gris2:#EDF0F2;
    --cl-gris-oscuro:#242424;
    --cl-gris-socuro2:#414141;
    --cl-gris-azul:#777e90;
    --cl-dorado:#bc9b6a;
    --cl-doraro2:#F5BE9C;
    --cl-doraro3:#D89C6E;
    --cl-naranja:#FF9100;
    --cl-naranja2:#FFEBDF;
    --cl-blanco:#fff;
    --cl-rojo:#ff2348;
    --cl-rosa:#f586ff;
    --cl-amarillo:#ffb006;
    --cl-verde:#212721;
    --cl-morado:#7600fd;
    --cl-morado2:#e8efff;
    --cl-negro-azul:#0A162C;
    --cl-negro2:#151412;
    --cl-verde-pie:#212721;
}
a{
  text-decoration: none;
}
.color{
  background: var(--cl-negro-azul);
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.social-media{
  font-family: 'Social Media';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}


@font-face {
  font-family: 'Social Media';
  src: local('Smartphone Color Pro'),
       local('SmartphoneColorPro');
    src: 
          url('../fonts/SmartphoneColorPro.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/SmartphoneColorPro.woff') format('woff'),
         url('../fonts/SmartphoneColorPro.ttf') format('truetype'),
         url('../fonts/SmartphoneColorPro.svg') format('svg');
  font-weight: 200;
  font-style: normal;
  }


body{
  font-family:'Poppins','sans-serif', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
 /* transition:all .5s;*/
 font-weight: 300;
 font-style: normal;


}


@font-face {
  font-family: 'Gentona Book';
  src: url('../fonts/Gentona-Bold.woff2') format('woff2'),
      url('../fonts/Gentona-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentona Book';
  src: url('../fonts/Gentona-Book.woff2') format('woff2'),
      url('../fonts/Gentona-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-ExtraBold.woff2') format('woff2'),
      url('../fonts/Gentona-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-Heavy.woff2') format('woff2'),
      url('../fonts/Gentona-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-HeavyItalic.woff2') format('woff2'),
      url('../fonts/Gentona-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
      url('../fonts/Poppins-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
      url('../fonts/Poppins-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
      url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pathway Extreme 8pt';
  src: url('../fonts/PathwayExtreme-8ptThin.woff2') format('woff2'),
      url('../fonts/PathwayExtreme-8ptThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

i.fa-solid{
  font-size: 16px;
}

html, body{
  min-height: 100%;
  height: 100%;
  background:var(--cl-gris2);
  color: var(--cl-negro-azul);
}
main{
  height: 100%;
  width: 100%;
}
.nav-top{
  position: fixed;
  z-index: 9;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.logo-top{
  width: 220px;
  height: 70px;
  display: flex;
}
.logo-top img{
  margin: auto;
}
.menu-top{
  display: flex;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
}

.menu-top li a{
  /* line-height: 45px; */
  padding: 15px;
  font-size: 1rem;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--cl-azul);
  transition: all .3s;
  font-family: 'Gentona';
  font-weight: 800;
}
.menu-top li a:hover{
  color: var(--cl-dorado);
}
.nav00{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bt-cont{
  background: var(--cl-dorado);
  color: var(--cl-blanco) !important;
}

.btn-menu{
  height: 45px;
  width: 45px;
  border: none;
  border-radius: 50%;

  padding: 0;
  background: var(--cl-dorado);
  display: none;
}
.btn-menu i{
  margin: auto;
  color: var(--cl-azul);
}

.bg-top{
  width: 100%;
  height: 100%;
  position: relative;
}
.bg-top>img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.barrita1{
  position: absolute;
  z-index: 2;
  background: var(--cl-blanco);
  padding:10px 15px;
  border-radius: 0 1rem 1rem 0;
  display: flex;
  bottom: 20%;
  left: 0;
  align-items: center;
}
.barrita1 img{
  width: 100px;
}
.barrita1 div h1{
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Gentona';
  font-weight: 900;
  color: var(--cl-azul);
}
.barrita1 div p{
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0;
  font-family: 'Poppins';
  font-weight: 500;
  color: var(--cl-azul);
}

.mensaje-flotante{
  width: 80px;
  height: 80px;
  background: var(--cl-blanco);
  color: var(--cl-dorado);
  display: flex;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;

}
.mensaje-flotante i{
  margin: auto;
  font-size: 32px;
}

.tx-1{
  color: var(--cl-blanco);
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: 'Poppins';
  font-weight: 300;
}
.tx-1 strong{
  font-weight: 500;
}
.tx-1 span{
  color: var(--cl-dorado);
  font-weight: 500;
}
.h61{
  font-size: 2rem;
  color: var(--cl-blanco);
  font-family: 'Gentona';
  font-weight: 800;
}
.h61 span{
  color: var(--cl-dorado);
  

}
.bg-verde{
  background: var(--cl-azul-oscuro);
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/forma01.svg);
  background-repeat: no-repeat;
  background-position:100px 0px;
  background-size: 100%;
  z-index: 2;
  position: relative;

}
.bold{
  font-weight: 800;
}
.cont-slider{
  width: 100%;
  height: 100%;
  max-height: 600px;
}
.img-tem{
  height: 100%;
  width: 100%;
  max-height: 600px;
}
.img-tem img{
object-position: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cont-slider .owl-carousel{
  height: 100%;
}

.fijo-caption1{
  padding: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.fijo-caption1 div{
  width: 50%;
}
.img-tem figcaption h2{
  font-size: 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 10px 10px #000;
  font-family: 'Gentona Book';
  font-weight: bold;
}
.img-tem figcaption p{
  margin-bottom: 0;
  font-size: 2rem;
  text-shadow: 0 10px 10px #000;
  font-family: 'Gentona Book';
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
.tx-blanco{
  color: var(--cl-blanco);
}
.logo-sld img{
  max-width: 300px;
  margin: auto;
}
.tx-r{
  text-align: right;
}

.bg-mision{
  background: url(../img/bg1.jpg);
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cont-valores{
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
}
.cont-valores ul{
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  columns: 3;
  color: var(--cl-blanco);
  font-size: 2.4rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--cl-dorado);
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 900;
}
.cont-valores img{
  margin-left: -50px;
  height: 200px;
  margin-bottom: -15px;
}

.h4t{
  font-size: 3rem;
  color: var(--cl-dorado);
  font-family: 'Gentona';
 
  font-weight: 900;
  text-transform: uppercase;
}
.h4t span{
  color: var(--cl-blanco);
}
.h4b{
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}


.bg-forma{
  padding-top: 100px;
  padding-bottom: 50px;
  background: var(--cl-azul-oscuro);
  background-image: url(../img/lineas.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 80%;
}
.list-serv{
  list-style: none;
  padding-left: 0;
  color: var(--cl-blanco);
}
.list-serv li{
  font-size: 1.4rem;
  margin-bottom: 0px;
  font-family: 'Poppins';
  font-weight: normal;
}
.list-serv li i{
  vertical-align: middle;
}

.texto-fundador h6{
  font-size: 2rem;
  color: var(--cl-dorado);
  font-family: 'Poppins';
  font-weight: 500;
  font-style: italic;
}
.bg-corporativo{
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--cl-azul-oscuro);
}
.texto-fundador>span{
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--cl-blanco);
  font-weight: 300;
  font-style: italic;
  font-family: 'Poppins';
}
.h3-t{
  font-size: 4rem;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--cl-dorado);
  text-transform: uppercase;
  font-family: 'Gentona';
  font-weight: 900;
    font-style: italic;
}
.cont-form{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.contacta{
  width: 40%;
  display: flex;
  justify-content: end;
  padding-top: 50px;
  padding-bottom: 50px;
}
.formulario{
  width: 60%;
  background: var(--cl-dorado);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.con-f{
  width: 80%;
  padding: 15px;
}
.cont-c{
padding-right: 100px;
  width: 80%;
}
.stl-input{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.stl-input label{
  font-size: 1rem;
  color: var(--cl-blanco);
  font-family: 'Poppins';
  font-weight: bold;
  margin-bottom: 10px;
}
.stl-input input, .stl-input textarea{
  border: none;
  border: 1px solid #414141;
  border-radius: 1.5rem;
  font-size: 1rem;
  line-height: 1rem;
  padding: 10px;
  font-family: 'Pathway Extreme 8pt';
  font-weight: 100;
}
.sec-enviar{
  padding-top: 30px;
  display: flex;
  
  color: var(--cl-blanco);
  align-items: start;
  gap: 20px;
}
.sec-enviar p{
  width: calc(100% - 220px);
  font-size: .7rem;
  line-height: 1.2;
  font-family: 'Poppins';
  font-weight: 300;
}
.sec-enviar button{
  background: var(--cl-azul-oscuro);
  color: var(--cl-blanco);
  width: 200px;
  height: 60px;
  border: none;
  text-transform: uppercase;

}
.sec-enviar button i{
  vertical-align: middle;
}

.logo-somos{
  max-width: 500px;
}
.circle00{
  margin-top: -150px;
  z-index: 2;
}
.cont-c h3{
  font-size: 2rem;
  font-weight:bold;
  font-family: 'Poppins';
}
.cont-c>span{
  display: block;
  width: 100px;
  height: 4px;
  background: var(--cl-azul2);
  margin-bottom: 20px;
}
.cont-c>p{
  width: 200px;
  font-size: 1rem;
  position: relative;
  font-family: 'Poppins';
  font-weight: 300;
}
.cont-c>p>span{
  position: absolute;
  left: -30px;
  color: var(--cl-dorado);
}
.links1{
  font-family: 'Poppins';
  margin-bottom: 100px;
  font-weight: 300;
}
.links1 a{
  display: block;
}
.links1 a:first-child{
  color: var(--cl-negro2);
}
.links1 a:last-child{
  color: var(--cl-dorado);
}

.trb{
  font-family: 'Gentona Book';
}


.copy{
  background: var(--cl-verde-pie);
  color: var(--cl-blanco);
  padding-top: 15px;
  padding-bottom: 15px;
}
.copy p{
  margin-bottom: 0;
  font-weight: 500;
}
.copy p span{
  font-weight: 300;
}
.formulario::before{
  content: '';
  background: var(--cl-dorado);
  width: 300px;
  height: 110%;
  top: 0;
  z-index: -1;
  display: block;
  left: -80px;
  position: absolute;
  transform: rotate(7deg);
}



.cont-slider .owl-carousel {
  height: 100%;
}
.owl-carousel .owl-stage-outer{
  height: 100%;
}
.owl-carousel .owl-stage{
  height: 100%;
}
.owl-carousel.owl-drag .owl-item{
  height: 100%;
}

.circleuser{
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.fijo-caption2 {
  padding: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.fijo-caption2 div {
  width: 50%;
}
.fijo-caption3 {
  padding: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items:start;
  justify-content: start;
  flex-direction: column;
}
.fijo-caption3 p{
  text-transform: uppercase;
  color: var(--cl-azul);
  text-shadow: none !important;
}
.fijo-caption3 h2{
  color: var(--cl-azul);
  text-shadow: none !important;
}
.fijo-caption3 div {
  width: 100%;
}
.fijo-caption3 div img{
  margin-left: 0;
}

.fijo-caption5 {
  padding: 2rem;
  padding-top: 4rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.fijo-caption5 div {
  width: 50%;
}
.fijo-caption5 div img{
  margin-right: 0;
}
.fijo-caption5 h2{
  font-size: 1.6rem !important;
  color: var(--cl-azul);
  text-shadow: none !important;
}
.fijo-caption5 p{
  font-size: 2.4rem !important;
  color: var(--cl-azul);
  text-shadow: none !important;
}

.fijo-caption0 {
  padding: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: start;
}
.fijo-caption0 div {
  width: 50%;
}
.fijo-caption0 div img{
  margin-left: 0;
}



.slider-index{
  height: 100%;
}
.slider-index .owl-carousel{
  height: 100%;
}
.img-item{
  height: 100%;
}
.img-item img{
  height: 100%;
  object-fit: cover;
}
/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
    object-fit: contain;
  }  
}

.logo-club{
  width: 40px;
  height: 40px;
    object-fit: contain;
}

.logo-caduca{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo-caduca picture{
  width: 30px;
  height: 30px;
  display: block;
  margin: auto;
}
.logo-caduca picture img{
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-top: -20px;
  margin-left: -15px;
}
.logo-caduca small{
  position: relative;
  bottom: 0px !important;
  height: 14px;
  display: block;
  line-height: 1 !important;
}
.logo-caduca small b{
  line-height: 1 !important;
}

.logo-caduca picture source{
  line-height: 1 !important;
}

.slider-index .owl-dots{
z-index: 999;
  position: relative;
  bottom: 19%;
  left: 10%;
  display: flex;
  gap: 10px;
  width: 80%;
  justify-content: center;
}
.slider-index .owl-dots .owl-dot{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.slider-index .owl-dots .owl-dot.active{
  background: rgba(255, 255, 255, 1);
}




.slider-index .owl-nav{
  position: absolute;
  width: 100%;
  bottom: calc(50% - 32px);
  display: flex;
  justify-content: space-between;
}
.slider-index .owl-nav .material-icons{
  color: rgba(255, 255, 255, 0.7);
  font-size: 64px;
}

.logo-sld{
  padding: 20px;
}
.logo-sld img{
  max-width: 260px;
}






@media (max-width:1536px) {
  
}

@media (max-width:1280px) {
  .cont-valores ul{
    font-size: 2rem;
  }
}

@media (max-width:1024px) {
  .cont-valores ul{
    font-size: 1.6rem;
  }
}

@media (max-width:768px) {

  .menu-top li{
    background: var(--cl-dorado);
  }

  .btn-menu{
    display: flex;
  }
  .menu-top{
    display: none;
  }
.menu-top.mostrar{
  display: flex;
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  top: 70px;
  background: var(--cl-dorado);
  flex-direction: column;
}
.cont-valores ul{
  columns: 1;
  font-size: 1.6rem;
  
}
.cont-valores img{
  width: 140px;
  height: auto;
  margin-left: 0;
}
.contacta{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.cont-form{
  flex-direction: column;
  
}
.cont-c{
  width: 100%;
  padding-left: 0;
}
.formulario{
  width: 100%;
}
.formulario::before {
  display: none;
}
.barrita1 div h1{
  font-size: 2rem;
}

.h3-t {
  font-size: 2.6rem;

}
.cont-slider{
  max-height: 400px;
}
.fijo-caption0, .fijo-caption1, .fijo-caption2, .fijo-caption3, .fijo-caption5{
  padding: 1rem;
  flex-wrap: wrap;
}

.img-tem figcaption h2{
  font-size: 2rem;
  margin-bottom: 0;
  text-shadow: 0 3px 5px #000;
}
.fijo-caption3 div{
  width: 50%;
}
.img-tem figcaption p{
  font-size: 1.6rem;
}
.fijo-caption1 div{
  width: 100%;
}
.img-tem figcaption p{
  text-shadow: 0 3px 5px #000;
}
.fijo-caption1{
  flex-direction: column;
  justify-content: end;
}
.fijo-caption1 div{
  text-align: left;
}
.fijo-caption1 p{
  font-size: 1.2rem !important;
}
.fijo-caption1 div img{
  margin-left: 0;
}
.fijo-caption5{
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
}
.fijo-caption5 div {
  width: 100%;
}
.fijo-caption5 p{
  font-size: 1.8rem !important;
  color: var(--cl-blanco);
  text-shadow: 0 3px 5px #000 !important;
}
.fijo-caption5 h2{
  font-size: 1.2rem !important;
  color: var(--cl-blanco);
  text-shadow: 0 3px 5px #000 !important;
}
.fijo-caption5 div img{
  margin-left: 0;
}
.barrita1{
  width: 80%;
}
.sec-enviar{
  flex-direction: column;
}
.sec-enviar p{
  width: 100%;
  margin-bottom: 0;
}
.sec-enviar button{
  width: 100%;
}
.con-f{
  width: 100%;
}
.sec-enviar{
  padding-top: 15px;
}

.fijo-caption0 div {
  width: 100%;
}
.fijo-caption2 div {
  width: 100%;
}
.logo-sld{
  max-width: 200px;
}
.fijo-caption2{
  justify-content: end;
  flex-direction: column;
}
}

@media (max-width:640px) {
   
}
 

