@font-face {
    font-family: 'Barlow-Black';
    src: url(fonts/Barlow-Black.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-BlackItalic';
    src: url(fonts/Barlow-BlackItalic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url(fonts/Barlow-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-BoldItalic';
    src: url(fonts/Barlow-BoldItalic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-ExtraBold';
    src: url(fonts/Barlow-ExtraBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-ExtraBoldItalic';
    src: url(fonts/Barlow-ExtraBoldItalic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-ExtraLight';
    src: url(fonts/Barlow-ExtraLight.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-ExtraLightItalic';
    src: url(fonts/Barlow-ExtraLightItalic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Italic';
    src: url(fonts/Barlow-Italic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Light';
    src: url(fonts/Barlow-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-LightItalic';
    src: url(fonts/Barlow-LightItalic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Medium';
    src: url(fonts/Barlow-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-MediumItalic';
    src: url(fonts/Barlow-MediumItalic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Regular';
    src: url(fonts/Barlow-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-SemiBold';
    src: url(fonts/Barlow-SemiBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-SemiBoldItalic';
    src: url(fonts/Barlow-SemiBoldItalic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Thin';
    src: url(fonts/Barlow-Thin.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-ThinItalic';
    src: url(fonts/Barlow-ThinItalic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.overlay-image {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.top-bar{
    color:white;
    font-family: 'Barlow-Regular';
    font-size: 23px;
    margin-top: 3%;

}
.dolor-text{
    color:white;
    font-family: 'Barlow-SemiBold';
    font-size: 30px;
}

.titulo{
    color:white;
    font-family: 'Barlow-BlackItalic';
    font-size: 43px;
}

.contacto{
    color:mediumblue;
    font-family: Barlow-Medium;
    font-size: 25px;
    margin-top: -5%;
}

.texto2{
    color:darkblue;
    font-family: 'Barlow-Regular';
    font-size: 40px; 
}

.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #88d5d6;
    min-width: 225px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: center;
    left: 0px;
  }

  .custom-dropdown:hover .custom-dropdown-content {
    display: block;
  }
  .custom-dropdown:hover {
    background-color: #003cff; 
  }

  .custom-dropdown{
    position: relative;
    text-align: center;
  }

.separador {
    border-left: 2px solid rgb(0, 162, 255); 
    padding-left: 10px; 
}

button{
    background-color: transparent;
    border-color: transparent;
}

#inicio {
    display: none;
}

.celular{
    background-color: rgb(39, 39, 161);
    text-align: center;
}

.celular:hover {
    background-color: yellow;
}

.show {
    display: block;
}
