html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
div {
    font-family: "Mulish", sans-serif !important;
    color: white !important;
}

ul,
ul li {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    background-image: url("./assets/images/bg.jpg");
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.w-80 {
    width: 80% !important;
}

.site {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    z-index: 10;
}

#navbar-container {
    position: relative;
    z-index: 400;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.banner-main {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    width: 100%;
    overflow-x: hidden;
}

.banner-section {
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner-section h1 {
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

.banner-section h2 {
    text-align: center;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

.banner-section.desarrollo-software {
    background-image: url("./assets/images/desarrollo-software/servicios-desarrollo-software.jpg");
}

.banner-section.consultoria {
    background-image: url("./assets/images/consultoria/servicios-consultoria.jpg");
}

.banner-section.mapping {
    background-image: url("./assets/images/mapping/servicios-mapping.jpg");
}

.banner-section.teledeteccion {
    background-image: url("./assets/images/teledeteccion/servicios-teledeteccion.jpg");
}

.banner-section.geomarketing {
    background-image: url("./assets/images/geomarketing/servicios-geomarketing.jpg");
}

.image-center {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
}

.image-center.desarrollo-software {
    background-image: url("./assets/images/desarrollo-software/desarrollo-de-software.jpg");
}

.image-center.consultoria {
    background-image: url("./assets/images/consultoria/consultoria.jpg");
}

.image-center.mapping {
    background-image: url("./assets/images/mapping/mapping.jpg");
}

.image-center.teledeteccion {
    background-image: url("./assets/images/teledeteccion/teledeteccion.jpg");
    background-size: 100% auto;
}

@media screen and (orientation: portrait) {
    .image-center.teledeteccion {
        background-image: url("./assets/images/teledeteccion/teledeteccion.jpg");
        background-size: 100% auto;
        min-height:300px;
    }
}

.image-center.teledeteccion-footer {
    background-image: url("./assets/images/teledeteccion/teledeteccion-footer.jpg");
    background-size: 100% auto;
}

.image-center.geomarketing-footer {
    background-image: url("./assets/images/geomarketing/geomarketing-footer.png");
    background-size: 100% auto;
}

.image-center.contacto {
    background-image: url("./assets/images/contacto/contacto.jpg");
    background-size: 100% auto;
}

.text-hl {
    color: #ea7e37 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.line-hl {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ea7e37 !important;
}

.line-wh {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff !important;
}

.card-arrow img {
    border-radius: 20px;
}

.card-left-line {
    display: flex;
    align-items: center;
}

.card-left-line .line {
    min-height: 100%;
    width: 2px;
    background-color: #D9D9D9;
    display: inline-block;
}

.card-left-line .inner {
    display: inline-block;
    padding-left: 2rem;
}

.card-star .header {
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.card-star .header hr {
    width: 100%;
}

.card-star .header .point {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #35A6FF;
}

.card-hoverable {
    position: relative;
}

.card-hoverable .overlay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    border-radius: 20px;
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(4, 36, 134, 1) 100%);
    display: none;
}

.btn {
    border-radius: 20px !important;
}

.bg-light {
    background-color: #dcdcdc !important;
}

.navbar-atic {
    position: relative;
    z-index: 100;
}

.dropdown-menu-navbar {
    /* background-color: rgba(255, 255, 255, .3); */
    border: none !important;
    background: transparent !important;
    width: 420px;
}

.dropdown-menu-navbar a {
    width: fit-content;
}

.dropdown-menu-navbar a:hover span {
    background-color: rgba(255, 255, 255, .3);
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    border-radius: 20px;
}

.galeria-link:not(.active):hover {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 20px;
    padding: .25rem 1rem;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    border-radius: 20px;
}

.bg-round-blue {
    background-image: url('./assets/images/bg-terruneo.png');
    background-repeat: repeat;
    background-position: 100% 100%;
}

.galeria-link {
    text-decoration: none;
}

.galeria-link.active {
    color: #ea7e37 !important;
    font-weight: 700;
    font-size: 1.3rem;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.geonav-arrow:not(.active) {
    display:none;
}

.geonav-arrow.active {
    color: #ea7e37 !important;
    font-weight: 700;
    font-size: 1.3rem;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    position: relative;
    top:2px;
}

.galeria-content:not(.active) {
    opacity:0;
    display:none;
}

.galeria-content.active {
    opacity:1;
    display:block;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.font-700 {
    font-weight: 700 !important;
}

.form-atic .form-group {
    
}

.form-atic .form-control {
    background-color: transparent;
    border: none;
    outline: none;  
    border-bottom: 1px white solid;
    margin-bottom: 1rem;
    border-radius: 0;
}

.dropdown-toggle::after {
    margin-left: .500em !important;
}

#servicios.home a {
    color: #ea7e37 !important;
    text-decoration: none;
}

.aspect {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#logo-terruneo-home {
    position:relative; 
    top:-1px;
    height:28px;
}

#logo-terruneo-seccion {
    height: 54px;
}

.banner-section.teledeteccion br {
    display: none;
}