@keyframes CustomFadeInOut {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animacionInicio {
    animation: 3s ease-out 0s CustomFadeInOut;
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: url("assets/electroinstalaciones_PORTADA.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-clip: border-box;
    background-attachment: fixed;
    height: 100vh;
}

/* Seleccion de idioma */

.dropDownIdioma {
    margin: 30px;
}
.dropDownIdioma button {
    background-color: #393939 !important;
    color: #ffffff;
}

.dropDownIdioma .dropdown-menu.show {
    width: min-content;
}
.dropDownIdioma .dropdown-menu.show,
.dropDownIdioma .dropdown-item {
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 10px;
}

.dropDownIdioma .dropdown-item.active,
.dropDownIdioma .dropdown-item:active {
    background-color: #393939 !important;
}

.dropDownIdioma .dropdown-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.dropDownIdioma .bandera {
    width: 15 !important;
    height: 15 !important;
    margin-left: 5px;
    background-color: transparent !important;
}

.dropDownIdioma .dropdown-toggle::after {
    border: none;
    height: 5px !important;
    width: 8px !important;
    background-color: transparent !important;
    background-image: url("./assets/flecha.svg") !important;
}

/* Seleccion de idioma */

#PagConocenos {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.20);
}

#RenglonCambiaIdioma {
    display: flex;
    justify-content: flex-end;
}

#BotonCambiaIdioma {
    height: 40px;
    width: 180px;
    color: white;
    border: 1px solid white;
    background-color: transparent;
    vertical-align: middle;
    border-radius: 40px 40px 40px 40px;
    font-size: 25px;
    margin: 10px;
}

#BotonCambiaIdioma:active {
    background-color: white;
    color: #595959;
    border: 1px solid #595959;
}

#BotonCambiaIdioma:focus {
    outline: none;
}
#Conocenos {
    height: 55px;
    width: 215px;
    color: white;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 40px 40px 40px 40px;
    font-size: 25px;
}

#Conocenos:active {
    background-color: white;
    color: #595959;
    border: 1px solid #595959;
}

#Conocenos:focus {
    outline: none;
}

#ContenedorConocenos {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#Logo {
    background-image: url("assets/GEMPSA_LOGO.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0;
    height: 27.6vmax;
    width: 39.58vmax;
}

#Conocenos {
    height: 55px;
    width: 215px;
    color: white;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 40px 40px 40px 40px;
    font-size: 25px;
}

#Conocenos:active {
    background-color: white;
    color: #595959;
    border: 1px solid #595959;
}

#Conocenos:focus {
    outline: none;
}

#PagQuienesSomos {
    width: 100%;
    min-height: 30vh;
    background-color: #eeeeee;
    padding: 7vw;
    display: flex;
    align-items: center;
}

#PagQuienesSomos #ContenedorImagen,
#PagQuienesSomos #Texto {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#PagQuienesSomos #Texto p {
    text-justify: inter-word;
    text-align: justify;
}

#PagQuienesSomos #ContenedorImagen {
    min-height: 30vmax;
}

#PagQuienesSomos #ContenedorImagen #Imagen {
    min-height: 30vmax;
    width: 100%;
    background-image: url("assets/quienes_somos.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#PagQuienesSomos #Texto {
    color: #595959;
    align-items: flex-start;
    padding: 0px 5vw;
}

#PagVideo {
    width: 100%;
    height: 56vw;
    background-color: #eeeeee;
    padding: 7.8vmin;
}

#PagVideo iframe {
    width: 100%;
}

#PagMapa {
    width: 100%;
    min-height: 50vh;
    background-color: #f8fdfe;
    padding-bottom: 2vw;
}

#Servicios {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#Servicio24 {
    width: 100%;
    background-color: #169abe;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Servicio24 label {
    text-align: center;
    font-size: 3.6vmax;
    color: #f8fdfe;
    margin: 0px;
}

#Servicio7 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Servicio7 label {
    text-align: center;
    font-size: 3.6vmax;
    color: #169abe;
    margin: 0px;
}

#ServicioEstados {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3vw;
    margin-bottom: 1.3vw;
}

#ServicioEstados label {
    text-align: center;
    font-size: 1.3vmax;
    color: #707070;
    margin: 0px;
}

#Mapa {
    background-image: url("assets/mapa.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 80%;
    height: 70vh;
    margin: auto;
    margin-bottom: 2vw;
}

#PagEmpresas {
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    padding: 3vw 7.3vw;
}

#PagEmpresas h2 {
    text-align: center;
    color: #f8fdfe;
    font-size: 2.08vmax;
    margin-bottom: 3vw;
}

#PagEmpresas #Empresas {
    min-width: 50vw;
    min-height: 400px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: wrap;
}

.empresa {
    width: 80vmin;
    height: 40vmin;
    max-height: 290px;
    max-width: 500px;
    border-radius: 17px;
    margin: 20px;
    box-shadow: 0px 10px 30px #0000005f;
    cursor: pointer !important;
}

.empresa .imagen {
    height: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-clip: border-box;
    border-radius: 17px 17px 0px 0px;
}

.empresa .nombre {
    min-height: 40%;
    border-radius: 0px 0px 17px 17px;
    background-color: white;
    color: #707070;
    text-align: center;
    font-size: 2.31vmin;
    padding: 10px 30px;
    vertical-align: middle;
}

.contacto {
    font-size: 1.8vmin;
    min-height: 70px;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    white-space: nowrap;
}

#RenglonContactos {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contacto label {
    width: 60%;
    text-align: left;
    margin-bottom: 0px;
}

#Contactos {
    width: 100%;
    min-height: 70px;
    background-color: #393939;
    display: flex;
    justify-content: space-between;
}

.contactosDiv {
    display: flex;
    justify-content: space-between;
}

#Contacto {
    font-size: 3.7vmin;
    /* font-size: 2.5vmin; */
    background-color: #393939;
    width: 20%;
}
#Contacto label {
    width: 100%;
    text-align: center;
    font-weight: 700;
}

#RepVideo {
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fefcf8;
}

#RepVideo video {
    height: 90%;
    width: 70%;
    margin: auto;
}

.logo {
    width: 100px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px; */

    margin: 10px 30px;
}

#Logos {
    background-color: #595959;
    min-height: 120px;
    height: min-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (orientation: portrait) {
    .logo {
        margin: 10px 10px;
    }

    #Logos {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #Mapa {
        background-image: url("assets/mapa_cortado.svg");
        overflow: hidden;
        width: 100vw;
        height: 100vw;
        margin: auto;
        margin-top: 10vmin;
        margin-bottom: 10vmin;
        background-size: contain;
    }

    #ServicioEstados {
        margin-top: 30px;
    }

    #PagQuienesSomos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #PagQuienesSomos #ContenedorImagen,
    #PagQuienesSomos #Texto {
        width: 90vw;
        min-height: 100%;
    }

    #Contactos {
        width: 100%;
        min-height: 70px;
        flex-direction: column;
        justify-content: flex-start;
        background-color: #595959;
    }

    .contacto {
        width: 100%;
        min-height: 70px;
        padding: 1vh;
        font-size: 3vmin;

        font-size: 15pt;
    }

    #RenglonContactos {
        padding-top: 2.5vmin;
    }

    #Contacto {
        font-size: 5.8vmin !important;
        /* font-size: 5.3vmin; */
        width: 100%;
        text-align: center;
        padding-top: 2.5vmin;
    }

    .contactosDiv {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .contacto label {
        width: 100%;
        text-align: center;
    }

    #Contacto label {
        width: 95%;
        text-align: center;
    }

    .op {
        display: none;
    }

    #RepVideo {
        /* height: 600px; */
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fefcf8;
    }

    #RepVideo video {
        /* height: 90%; */
        width: 100%;
        margin: auto;
    }
}

/* @media (max-width:600px) {
    #Mapa {
        background-image: url("assets/mapa.svg");
    }
} */

@media (max-width: 1200px) {
    #Contactos {
        width: 100%;
        min-height: 70px;
        flex-direction: column;
        justify-content: flex-start;
    }

    .contacto {
        width: 100%;
        min-height: 70px;
        padding: 1vh;
        font-size: 3vmin;

        font-size: 15pt;
    }

    #Contacto {
        font-size: 5.7vmin !important;
        /* font-size: 5.3vmin; */
        width: 100%;
        text-align: center;
    }

    .contactosDiv {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .contacto label {
        width: 100%;
        text-align: center;
    }

    #Contacto label {
        width: 95%;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .contacto {
        width: 100%;
        min-height: 70px;
        padding: 1vh;
        font-size: 3vmin;
        font-size: 13pt;
    }
}

@media (max-width: 300px) {
    .contacto {
        width: 100%;
        min-height: 70px;
        padding: 1vh;
        font-size: 3vmin;
        font-size: 10pt;
    }
}
