@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../recursos/Montserrat-Bold.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('../recursos/Montserrat-Black.ttf') format('opentype');
}


@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../recursos/Montserrat-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../recursos/Montserrat-SemiBold.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../recursos/Montserrat-Light.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../recursos/Montserrat-Medium.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-MediumItalic';
  src: url('../recursos/Montserrat-MediumItalic.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../recursos/Montserrat-Bold.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('../recursos/Montserrat-Black.ttf') format('opentype');
}


@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../recursos/Montserrat-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../recursos/Montserrat-SemiBold.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../recursos/Montserrat-Light.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../recursos/Montserrat-Medium.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-MediumItalic';
  src: url('../recursos/Montserrat-MediumItalic.ttf') format('opentype');
}

html {
  scroll-behavior: smooth;
}

* {
  touch-action: manipulation;
}

a {
  cursor: pointer;
}

.montserrat_bold {
  font-family: Montserrat-Bold;
}

.montserrat_medium {
  font-family: Montserrat-Medium;
}

.montserrat_mediumitalic {
  font-family: Montserrat-MediumItalic;
}

.montserrat_semibold {
  font-family: Montserrat-SemiBold;
}

.montserrat_regular {
  font-family: 'Montserrat-Regular';
}

/*aqui va lo del modelo*/
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#c {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.loading {
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
  width: 100px;
  height: 100px;
}

.loader:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: #9bffaf;
  animation: flip 1s infinite;
}

@keyframes flip {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(180deg) rotateX(180deg);
  }
}

body::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
  background-color: #fff;
}

/* scrollbar itself */
body::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
  display: none;
}

/* The Modal (background) */
.modal3 {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2100;
}

/* Modal Content (image) */
.modal-content3 {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  padding: 30px;
}

/* Caption of Modal Image */
#caption3 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: auto;
}

/* Add Animation */
.modal-content3,
#caption3 {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0.1)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close3 {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background-color: rgba(62, 61, 61, 0.721);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.close3:hover,
.close3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#ContenidoCapalac {
  display: block;
}

#ContenidoNosotros {
  display: none;
}


.footerYoutube {
  display: none;
}

.footerInstagram {
  display: none;
}

.footerFacebook {
  display: none;
}

.footerTikTok {
  display: none;
}

/* Responsive adjustments */
@media only screen and (max-width: 700px) {
  .modal-content3 {
    max-width: 90%;
    max-height: 90%;
  }

  .close3 {
    font-size: 30px;
    right: 20px;
  }
}


#seccionExtra1 {
 
}

#seccionExtra2 {
  
}