.principal img {
  max-height: 100%;
  max-width: 100%;
}

.imgmenu3 {
  max-height: 100%;
  max-width: 100%;
}

body {
  overflow-x: hidden ;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.scroll1::scrollbar {
  width: 8px;
  /* Tamaño del scroll en vertical */
  height: 8px;
  /* Tamaño del scroll en horizontal */
  display: none;
  /* Ocultar scroll */
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.scroll1::scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.scroll1::scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.scroll1::scrollbar-thumb:active {
  background-color: #999999;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */
.scroll1::scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.scroll1::scrollbar-track:hover,
.scroll1::scrollbar-track:active {
  background: #d4d4d4;
}

#main-header {
  background: #1D1E3F;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  -khtml-opacity: 0.90;
  opacity: 0.90;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 90px;
  z-index: 10;
}

.logo-main {
  margin-top: -15px;
  height: 11vh;
  margin-left: 44%;
}

#second-header {
  background: #F7F5F5;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  height: 30px;
  width: 100%;
  margin-top: 90px;
  position: fixed;
  text-align: center;
  border: 20px;
  z-index: 10;
}

#second-header a {
  margin: 3%;
}

.links {
  font-family: sans-serif;
  border-top: 200px;
  font-size: 110%;
  top: 20%;
  vertical-align: middle;
  color: #3C448D
}

.links:hover {
  font-size: 120%;
  color: #1D1E3F;
  font-weight: bold;
  text-decoration: none;
}

.separacion {
  margin-right: 120px;
}

.colorb {
  color: #FFFFFF;
}

.color1 {
  color: #1D1E3F;
}

.color2 {
  color: #26336E;
}

.color3 {
  color: #3C448D
}

.color4 {
  color: #5B9ABC;
}

.color5 {
  color: #61C3D9;
}

.color6 {
  color: #1D1E3F;
}

.principal {
  position: relative;
  display: flex;
  text-align: center;
}

/* Slider conf*/
@keyframes animar {
  0% {
    margin-left: 0;
  }

  20% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }

  45% {
    margin-left: -100%;
  }

  50% {
    margin-left: -200%;
  }

  70% {
    margin-left: -200%;
  }

  75% {
    margin-left: -300%;
  }

  85% {
    margin-left: -300%;
  }

  90% {
    margin-left: -400%;
  }

  100% {
    margin-left: -400%;
  }
}

.Slider {
  width: 100%;
  margin: auto;
  list-style: none;
  overflow: hidden;
  align-items: flex-end;
  justify-content: center;
}

.Slider ul {
  display: flex;
  padding: 0;
  width: 500%;
  animation-name: animar;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.Slider li {
  width: 100%;
  list-style: none;
  position: relative;
}

.sliderimg {
  width:
 }

/* Slider conf fin*/
/* Elementos Slider*/
.Parrafo {
  position: absolute;
  top: 30%;
  left: 8%;
  z-index: 3;  
  font-weight: 500;
  line-height: 1.1;
  word-spacing: 18;
  font-size: 350%;
  text-align: left;
}

.autor {
  position: absolute;
  top: 58%;
  left: 15%;
  z-index: 3;  
  font-style: italic;
  font-size: 200%;
  transform: translate(-50%, -50%);
}

.autor2 {
  position: absolute;
  top: 58%;
  left: 15%;
  z-index: 3;  
  font-style: italic;
  font-size: 200%;
  transform: translate(-50%, -50%);
}

.autor3 {
  position: absolute;
  top: 58%;
  left: 15%;
  z-index: 3;  
  font-style: italic;
  font-size: 200%;
  transform: translate(-50%, -50%);
}

.autor4 {
  position: absolute;
  top: 58%;
  left: 15%;
  z-index: 3;
  font-family: ;
  font-style: italic;
  font-size: 200%;
  transform: translate(-50%, -50%);
}

.autor5 {
  position: absolute;
  top: 58%;
  left: 15%;
  z-index: 3;
  font-family: ;
  font-style: italic;
  font-size: 200%;
  transform: translate(-50%, -50%);
}

.bombillo {
  position: absolute;
  top: 29.5%;
  left: 42%;
  z-index: 4;
  width: 55px;
}

.bombillo2 {
  position: absolute;
  top: 29.5%;
  left: 48%;
  z-index: 4;
  width: 55px;
}

.bombillo3 {
  position: absolute;
  top: 29.5%;
  left: 40%;
  z-index: 4;
  width: 55px;
}

.bombillo4 {
  position: absolute;
  top: 29.5%;
  left: 34%;
  z-index: 4;
  width: 55px;
}

.bombillo5 {
  position: absolute;
  top: 29.5%;
  left: 45%;
  z-index: 4;
  width: 55px;
}

/* Elementos Slider fin*/
.mensaje {
  position: fixed;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  transition: 0.25s;
  top: 82.5%;
  left: 96.5%;
  width: 20%;
  z-index: 10;
}

.mensaje:hover {
  position: fixed;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  top: 82.5%;
  left: 80%;
  width: 20%;
  z-index: 10;
}

/*footer inicio*/
#Footer {
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  position: fixed;
  width: 100%;
  bottom: 0%;
  height: 100px;
  z-index: 9;
}

.logofooter {
  top: 20%;
  left: 2%;
  height: 65%;
  position: absolute;
}

.ubicacion {
  position: absolute;
  height: 15%;
  top: 28%;
  left: 5.5%;
}

.ubicaciont {
  position: absolute;
  font-family: LATO-LIGHT_0;
  font-size: 80%;
  top: 27%;
  left: 6.5%;
}

.wa {
  position: absolute;
  height: 15%;
  top: 45%;
  left: 5.5%;
}

.wats {
  position: absolute;
  font-family: LATO-LIGHT_0;
  font-size: 80%;
  top: 45%;
  left: 6.5%;
  color: black;
}

.wats:hover {
  color: black;
  text-decoration: none;
}

.correo {
  position: absolute;
  height: 15%;
  top: 62%;
  left: 5.5%;
}

.correot {
  position: absolute;
  font-family: LATO-LIGHT_0;
  font-size: 80%;
  top: 62%;
  left: 6.5%;
  color: black;
}

.correot:hover {
  color: black;
  text-decoration: none;
}

.copy {
  position: absolute;
  font-family: LATO_0;
  font-size: 70%;
  top: 35%;
  right: 3%;
}

.copy1 {
  position: absolute;
  font-family: LATO_0;
  font-size: 70%;
  top: 48%;
  right: 3%;
}

/*footer final*/
.contactenos {
  position: absolute;
  top: 70%;
  left: 17%;
  z-index: 3;
  font-family: ;
  font-weight: 500;
  font-size: 200%;
  word-spacing: 40;
  transform: translate(-50%, -50%);
  border: 4px solid #afcde3;
  padding-left: 2px;
  width: 15%;
  transition: 0.25s;
  cursor: pointer;
}

.contactenos:hover {
  position: absolute;
  background: #afcde3;
  width: 16%;
}

@media (max-width:340px) {
  #main-header {
    height: 60px;
  }

  .sliderimg {
    height: 400px;
    width: 200%;
  }

  .logo-main {
    height: 80px;
    margin-left: 25%;
  }

  #second-header {
    height: 20px;
    top: -30px;
  }

  #second-header a {
    font-size: 75%;
  }

  .Parrafo {
    font-size: 150%;
    top: 120px;
    padding-right: 35%;
  }

  .autor {
    font-size: 80%;
    top: 280px;
    left: 25%;
  }

  .autor2 {
    font-size: 80%;
    top: 370px;
    left: 25%;
  }

  .autor3 {
    font-size: 80%;
    top: 270px;
    left: 25%;
  }

  .autor4 {
    font-size: 80%;
    top: 270px;
    left: 25%;
  }

  .autor5 {
    font-size: 80%;
    top: 370px;
    left: 25%
  }

  .bombillo {
    position: absolute;
    top: 120px;
    left: 75%;
    z-index: 4;
    width: 30px;
  }

  .bombillo2 {
    position: absolute;
    top: 120px;
    left: 72%;
    z-index: 4;
    width: 30px;
  }

  .bombillo3 {
    position: absolute;
    top: 120px;
    left: 58%;
    z-index: 4;
    width: 30px;
  }

  .bombillo4 {
    position: absolute;
    top: 120px;
    left: 76%;
    z-index: 4;
    width: 30px;
  }

  .bombillo5 {
    position: absolute;
    top: 120px;
    left: 70%;
    z-index: 4;
    width: 30px;
  }

  .mensaje {
    display: none;
  }

  .contactenos {
    display: none;
  }

  #footer {
    display: none;
  }
}

@media (max-width:380px)and (min-width:341px) {
  #main-header {
    height: 60px;
  }

  .sliderimg {
    height: 400px;
    width: 200%;
  }

  .logo-main {
    height: 80px;
    margin-left: 28vw;
  }

  #second-header {
    height: 20px;
    top: -30px;
  }

  #second-header a {
    font-size: 75%;
  }

  .Parrafo {
    font-size: 150%;
    top: 120px;
    padding-right: 35%;
  }

  .autor {
    font-size: 80%;
    top: 270px;
    left: 25%;
  }

  .autor2 {
    font-size: 80%;
    top: 340px;
    left: 25%;
  }

  .autor3 {
    font-size: 80%;
    top: 270px;
    left: 25%;
  }

  .autor4 {
    font-size: 80%;
    top: 260px;
    left: 25%;
  }

  .autor5 {
    font-size: 80%;
    top: 340px;
    left: 25%
  }

  .bombillo {
    position: absolute;
    top: 120px;
    left: 70vw;
    z-index: 4;
    width: 30px;
  }

  .bombillo2 {
    position: absolute;
    top: 120px;
    left: 68vw;
    z-index: 4;
    width: 30px;
  }

  .bombillo3 {
    position: absolute;
    top: 120px;
    left: 55vw;
    z-index: 4;
    width: 30px;
  }

  .bombillo4 {
    position: absolute;
    top: 120px;
    left: 74vw;
    z-index: 4;
    width: 30px;
  }

  .bombillo5 {
    position: absolute;
    top: 120px;
    left: 68vw;
    z-index: 4;
    width: 30px;
  }

  .mensaje {
    display: none;
  }

  .contactenos {
    display: none;
  }

  #footer {
    display: none;
  }
}

@media (max-width:430px)and (min-width:381px) {
  #main-header {
    height: 60px;
  }

  .sliderimg {
    height: 400px;
    width: 200%;
  }

  .logo-main {
    height: 80px;
    margin-left: 28vw;
  }

  #second-header {
    height: 20px;
    top: -30px;
  }

  #second-header a {
    font-size: 75%;
  }

  .Parrafo {
    font-size: 150%;
    top: 120px;
    padding-right: 35%;
  }

  .autor {
    font-size: 80%;
    top: 260px;
    left: 25%;
  }

  .autor2 {
    font-size: 80%;
    top: 320px;
    left: 25%;
  }

  .autor3 {
    font-size: 80%;
    top: 260px;
    left: 25%;
  }

  .autor4 {
    font-size: 80%;
    top: 240px;
    left: 25%;
  }

  .autor5 {
    font-size: 80%;
    top: 310px;
    left: 25%
  }

  .bombillo {
    position: absolute;
    top: 120px;
    left: 65vw;
    z-index: 4;
    width: 30px;
  }

  .bombillo2 {
    position: absolute;
    top: 120px;
    left: 68vw;
    z-index: 4;
    width: 30px;
  }

  .bombillo3 {
    position: absolute;
    top: 120px;
    left: 50vw;
    z-index: 4;
    width: 30px;
  }

  .bombillo4 {
    position: absolute;
    top: 120px;
    left: 70vw;
    z-index: 4;
    width: 30px;
  }

  .bombillo5 {
    position: absolute;
    top: 120px;
    left: 68vw;
    z-index: 4;
    width: 30px;
  }

  .mensaje {
    display: none;
  }

  .contactenos {
    display: none;
  }

  #footer {
    display: none;
  }
}

@media (max-width:770px)and (min-width:431px) {
  #main-header {
    height: 60px;
  }

  .sliderimg {
    height: 500px;
    width: 200%;
  }

  .logo-main {
    height: 80px;
    margin-left: 39vw;
  }

  #second-header {
    height: 20px;
    top: -30px;
  }

  #second-header a {
    font-size: 75%;
  }

  .Parrafo {
    font-size: 30px;
    top: 200px;
    padding-right: 0vw;
  }

  .autor {
    font-size: 13px;
    top: 400px;
    left: 15vw;
  }

  .autor2 {
    font-size: 13px;
    top: 420px;
    left: 15vw;
  }

  .autor3 {
    font-size: 13px;
    top: 400px;
    left: 15vw;
  }

  .autor4 {
    font-size: 13px;
    top: 410px;
    left: 15vw;
  }

  .autor5 {
    font-size: 13px;
    top: 430px;
    left: 15vw
  }

  .bombillo {
    position: absolute;
    top: 190px;
    left: 46vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo2 {
    position: absolute;
    top: 190px;
    left: 52vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo3 {
    position: absolute;
    top: 190px;
    left: 40vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo4 {
    position: absolute;
    top: 190px;
    left: 35vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo5 {
    position: absolute;
    top: 190px;
    left: 45vw;
    z-index: 4;
    width: 40px;
  }

  .mensaje {
    display: none;
  }

  .contactenos {
    display: none;
  }

  #footer {
    display: none;
  }
}

@media (max-width:1030px)and (min-width:771px) {
  #main-header {
    height: 70px;
  }

  .sliderimg {
    height: 600px;
    width: 200%;
  }

  .logo-main {
    height: 90px;
    margin-left: 41vw;
  }

  #second-header {
    height: 25px;
    top: -20px;
  }

  #second-header a {
    font-size: 15px;
  }

  .Parrafo {
    font-size: 35px;
    top: 200px;
    padding-right: 0vw;
  }

  .autor {
    font-size: 15px;
    top: 400px;
    left: 15vw;
  }

  .autor2 {
    font-size: 15px;
    top: 460px;
    left: 15vw;
  }

  .autor3 {
    font-size: 15px;
    top: 440px;
    left: 15vw;
  }

  .autor4 {
    font-size: 15px;
    top: 400px;
    left: 15vw;
  }

  .autor5 {
    font-size: 15px;
    top: 460px;
    left: 15vw
  }

  .bombillo {
    position: absolute;
    top: 190px;
    left: 42vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo2 {
    position: absolute;
    top: 190px;
    left: 50vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo3 {
    position: absolute;
    top: 190px;
    left: 37vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo4 {
    position: absolute;
    top: 190px;
    left: 41vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo5 {
    position: absolute;
    top: 190px;
    left: 43vw;
    z-index: 4;
    width: 40px;
  }

  .mensaje {
    display: none;
  }

  .contactenos {
    display: none;
  }

  #footer {
    display: none;
  }
}

@media (max-width:1300px)and (min-width:1031px) {
  #main-header {
    height: 70px;
  }

  .sliderimg {
    height: 800px;
    width: 200%;
  }

  .logo-main {
    height: 90px;
    margin-left: 43vw;
  }

  #second-header {
    height: 25px;
    top: -20px;
  }

  #second-header a {
    font-size: 15px;
  }

  .Parrafo {
    font-size: 40px;
    top: 280px;
    padding-right: 0vw;
  }

  .autor {
    font-size: 18px;
    top: 520px;
    left: 15vw;
  }

  .autor2 {
    font-size: 18px;
    top: 540px;
    left: 15vw;
  }

  .autor3 {
    font-size: 18px;
    top: 500px;
    left: 15vw;
  }

  .autor4 {
    font-size: 18px;
    top: 510px;
    left: 15vw;
  }

  .autor5 {
    font-size: 18px;
    top: 530px;
    left: 15vw
  }

  .bombillo {
    position: absolute;
    top: 280px;
    left: 38vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo2 {
    position: absolute;
    top: 280px;
    left: 46vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo3 {
    position: absolute;
    top: 280px;
    left: 35vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo4 {
    position: absolute;
    top: 280px;
    left: 40vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo5 {
    position: absolute;
    top: 280px;
    left: 51vw;
    z-index: 4;
    width: 40px;
  }

  .mensaje {
    display: none;
  }

  .contactenos {
    display: none;
  }

  #footer {
    background: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    position: fixed;
    width: 100%;
    bottom: 0%;
    height: 70px;
    z-index: 9;
  }

  .logofooter {
    top: 20%;
    left: 2%;
    height: 65%;
    position: absolute;
  }

  .ubicacion {
    position: absolute;
    height: 14px;
    top: 18%;
    left: 5.5%;
  }

  .ubicaciont {
    position: absolute;
    font-family: LATO-LIGHT_0;
    font-size: 11px;
    top: 18%;
    left: 7%;
  }

  .wa {
    position: absolute;
    height: 14px;
    top: 43%;
    left: 5.5%;
  }

  .wats {
    position: absolute;
    font-family: LATO-LIGHT_0;
    font-size: 11px;
    top: 43%;
    left: 7%;
    color: black;
  }

  .wats:hover {
    color: black;
    text-decoration: none;
  }

  .correo {
    position: absolute;
    height: 14px;
    top: 67%;
    left: 5.5%;
  }

  .correot {
    position: absolute;
    font-family: LATO-LIGHT_0;
    font-size: 11px;
    top: 66%;
    left: 7%;
    color: black;
  }

  .correot:hover {
    color: black;
    text-decoration: none;
  }

  .copy {
    position: absolute;
    font-family: LATO_0;
    font-size: 10px;
    top: 35%;
    right: 3%;
  }

  .copy1 {
    position: absolute;
    font-family: LATO_0;
    font-size: 10px;
    top: 48%;
    right: 3%;
  }
}

@media (max-width:1380px)and (min-width:1301px) {
  #main-header {
    height: 70px;
  }

  .sliderimg {
    height: 800px;
    width: 200%;
  }

  .logo-main {
    height: 90px;
    margin-left: 43vw;
  }

  #second-header {
    height: 25px;
    top: -20px;
  }

  #second-header a {
    font-size: 15px;
  }

  .Parrafo {
    font-size: 40px;
    top: 280px;
    padding-right: 0vw;
  }

  .autor {
    font-size: 18px;
    top: 510px;
    left: 15vw;
  }

  .autor2 {
    font-size: 18px;
    top: 530px;
    left: 15vw;
  }

  .autor3 {
    font-size: 18px;
    top: 490px;
    left: 15vw;
  }

  .autor4 {
    font-size: 18px;
    top: 510px;
    left: 15vw;
  }

  .autor5 {
    font-size: 18px;
    top: 540px;
    left: 15vw
  }

  .bombillo {
    position: absolute;
    top: 280px;
    left: 33vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo2 {
    position: absolute;
    top: 280px;
    left: 51vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo3 {
    position: absolute;
    top: 280px;
    left: 43vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo4 {
    position: absolute;
    top: 280px;
    left: 39vw;
    z-index: 4;
    width: 40px;
  }

  .bombillo5 {
    position: absolute;
    top: 280px;
    left: 50vw;
    z-index: 4;
    width: 40px;
  }

  .mensaje {
    display: none;
  }

  .contactenos {
    display: none;
  }

  #footer {
    background: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    position: fixed;
    width: 100%;
    bottom: 0%;
    height: 70px;
    z-index: 9;
  }

  .logofooter {
    top: 20%;
    left: 2%;
    height: 65%;
    position: absolute;
  }

  .ubicacion {
    position: absolute;
    height: 14px;
    top: 18%;
    left: 5.5%;
  }

  .ubicaciont {
    position: absolute;
    font-family: LATO-LIGHT_0;
    font-size: 11px;
    top: 18%;
    left: 7%;
  }

  .wa {
    position: absolute;
    height: 14px;
    top: 43%;
    left: 5.5%;
  }

  .wats {
    position: absolute;
    font-family: LATO-LIGHT_0;
    font-size: 11px;
    top: 43%;
    left: 7%;
    color: black;
  }

  .wats:hover {
    color: black;
    text-decoration: none;
  }

  .correo {
    position: absolute;
    height: 14px;
    top: 67%;
    left: 5.5%;
  }

  .correot {
    position: absolute;
    font-family: LATO-LIGHT_0;
    font-size: 11px;
    top: 66%;
    left: 7%;
    color: black;
  }

  .correot:hover {
    color: black;
    text-decoration: none;
  }

  .copy {
    position: absolute;
    font-family: LATO_0;
    font-size: 10px;
    top: 35%;
    right: 3%;
  }

  .copy1 {
    position: absolute;
    font-family: LATO_0;
    font-size: 10px;
    top: 48%;
    right: 3%;
  }
}

@media (max-width:1480px)and (min-width:1381px) {
  #main-header {
    height: 80px;
  }

  .sliderimg {
    height: 900px;
    width: 200%;
  }

  .logo-main {
    height: 100px;
    margin-left: 43vw;
  }

  #second-header {
    height: 30px;
    top: -10px;
  }

  #second-header a {
    font-size: 18px;
  }

  .Parrafo {
    font-size: 50px;
    top: 280px;
    padding-right: 0vw;
  }

  .autor {
    font-size: 20px;
    top: 550px;
    left: 15vw;
  }

  .autor2 {
    font-size: 20px;
    top: 650px;
    left: 15vw;
  }

  .autor3 {
    font-size: 20px;
    top: 540px;
    left: 15vw;
  }

  .autor4 {
    font-size: 20px;
    top: 550px;
    left: 15vw;
  }

  .autor5 {
    font-size: 20px;
    top: 650px;
    left: 15vw
  }

  .bombillo {
    position: absolute;
    top: 280px;
    left: 39vw;
    z-index: 4;
    width: 50px;
  }

  .bombillo2 {
    position: absolute;
    top: 280px;
    left: 46vw;
    z-index: 4;
    width: 50px;
  }

  .bombillo3 {
    position: absolute;
    top: 280px;
    left: 32vw;
    z-index: 4;
    width: 50px;
  }

  .bombillo4 {
    position: absolute;
    top: 280px;
    left: 42vw;
    z-index: 4;
    width: 50px;
  }

  .bombillo5 {
    position: absolute;
    top: 280px;
    left: 40vw;
    z-index: 4;
    width: 50px;
  }

  .mensaje {
    display: none;
  }

  .contactenos {
    display: none;
  }

  #footer {
    background: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    position: fixed;
    width: 100%;
    bottom: 0%;
    height: 90px;
    z-index: 9;
  }

  .logofooter {
    top: 18%;
    left: 2%;
    height: 70%;
    position: absolute;
  }

  .ubicacion {
    position: absolute;
    height: 17px;
    top: 18%;
    left: 5.5%;
  }

  .ubicaciont {
    position: absolute;
    font-family: LATO-LIGHT_0;
    font-size: 12px;
    top: 18%;
    left: 7%;
  }

  .wa {
    position: absolute;
    height: 17px;
    top: 42%;
    left: 5.5%;
  }

  .wats {
    position: absolute;
    font-family: LATO-LIGHT_0;
    font-size: 12px;
    top: 43%;
    left: 7%;
    color: black;
  }

  .wats:hover {
    color: black;
    text-decoration: none;
  }

  .correo {
    position: absolute;
    height: 17px;
    top: 67%;
    left: 5.5%;
  }

  .correot {
    position: absolute;
    font-family: LATO-LIGHT_0;
    font-size: 12px;
    top: 66%;
    left: 7%;
    color: black;
  }

  .correot:hover {
    color: black;
    text-decoration: none;
  }

  .copy {
    position: absolute;
    font-family: LATO_0;
    font-size: 12px;
    top: 35%;
    right: 3%;
  }

  .copy1 {
    position: absolute;
    font-family: LATO_0;
    font-size: 12px;
    top: 48%;
    right: 3%;
  }
}

/*Fuentes*/
@font-face {
  font-family: LATO-BLACK_0;
  src: ="type/LATO-BLACK_0.TFF"
}

@font-face {
  font-family: LATO-BLACKITALIC_0;
  src: ="type/LATO-BLACKITALIC_0.TFF"
}

@font-face {
  font-family: LATO-BOLD_0;
  src: ="Type/LATO-BOLD_0.TFF"
}

@font-face {
  font-family: LATO-BOLDITALIC_0;
  src: ="Type/LATO-BOLDITALIC_0.TFF"
}

@font-face {
  font-family: LATO-HEAVY_0;
  src: ="type/LATO-HEAVY_0.TFF"
}

@font-face {
  font-family: LATO-HEAVYITALIC_0;
  src: ="type/LATO-HEAVYITALIC_0.TFF"
}

@font-face {
  font-family: LATO-ITALIC_0;
  src: ="Type/LATO-ITALIC_0.TFF"
}

@font-face {
  font-family: LATO-LIGHT_0;
  src: ="Type/LATO-LIGHT_0.TFF"
}

@font-face {
  font-family: LATO-LIGHTITALIC_0;
  src: ="type/LATO-LIGHTITALIC_0.TFF"
}

@font-face {
  font-family: LATO-MEDIUM_0;
  src: ="type/LATO-MEDIUM_0.TFF"
}

@font-face {
  font-family: LATO-MEDIUMITALIC_0;
  src: ="Type/LATO-MEDIUMITALIC_0.TFF"
}

@font-face {
  font-family: LATO-REGULAR_0;
  src: ="Type/LATO-REGULAR_0.TFF"
}

@font-face {
  font-family: LATO-SEMIBOLD_0;
  src: ="type/LATO-SEMIBOLD_0.TFF"
}

@font-face {
  font-family: LATO-SEMIBOLDITALIC_0;
  src: ="type/LATO-SEMIBOLDITALIC_0.TFF"
}

@font-face {
  font-family: LATO-THIN_0;
  src: ="Type/LATO-THIN_0.TFF"
}

@font-face {
  font-family: LATO-THINITALIC_0;
  src: ="Type/LATO-THINITALIC_0.TFF"
}
