@font-face {
    font-family: 'Flama';
    src: url('fonts/Flama-Light.eot');
    src: url('fonts/Flama-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Flama-Light.woff2') format('woff2'),
        url('fonts/Flama-Light.woff') format('woff'),
        url('fonts/Flama-Light.ttf') format('truetype'),
        url('fonts/Flama-Light.svg#Flama-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flama';
    src: url('fonts/Flama.eot');
    src: url('fonts/Flama.eot?#iefix') format('embedded-opentype'),
        url('fonts/Flama.woff2') format('woff2'),
        url('fonts/Flama.woff') format('woff'),
        url('fonts/Flama.ttf') format('truetype'),
        url('fonts/Flama.svg#Flama') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Flama';
    src: url('fonts/Flama-Medium.eot');
    src: url('fonts/Flama-Medium.eot') format('embedded-opentype'),
        url('fonts/Flama-Medium.woff2') format('woff2'),
        url('fonts/Flama-Medium.woff') format('woff'),
        url('fonts/Flama-Medium.ttf') format('truetype'),
        url('fonts/Flama-Medium.svg#Flama') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Flama';
    src: url('fonts/Flama-Semibold.eot');
    src: url('fonts/Flama-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Flama-Semibold.woff2') format('woff2'),
        url('fonts/Flama-Semibold.woff') format('woff'),
        url('fonts/Flama-Semibold.ttf') format('truetype'),
        url('fonts/Flama-Semibold.svg#Flama') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Flama';
    src: url('fonts/Flama-Bold.eot');
    src: url('fonts/Flama-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Flama-Bold.woff2') format('woff2'),
        url('fonts/Flama-Bold.woff') format('woff'),
        url('fonts/Flama-Bold.ttf') format('truetype'),
        url('fonts/Flama-Bold.svg#Flama') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Flama', sans-serif;
    color:#202529;
}
#header {}
#footer {
    background:#0a0a0a;
}
.logotipo {
    width: 260px;
}
.logotipo-footer {
    width: 120px;
}
.logotipo-mem {
    width: 120px;
    float: right;
}

#mainNav {
    text-align: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#mainNav li {
    display: inline-block;
    margin-left: 20px;
}
#mainNav li:first-child {
    margin-left: 0px;
}
#mainNav li a {
    color:#202529;
    text-decoration: none;
}
#mainNav li a:hover {
    color:#ed1c24;
}

#lang {
    display: flex;
    text-align: right;
    list-style: none;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    float: right;
}
#lang li {
    display: inline-block;
}
#lang li a {
    border: 1px solid #0a0a0a;
    text-decoration: none;
    color: #0a0a0a;
    padding: 10px 12px;
}
#lang li.active a {
    background: #0a0a0a;
    color: white;
}
#lang li:hover a {
    background: #0a0a0a;
    color: white;
}
#lang li a:hover {}

#lang li:first-child a {
    border-radius: 8px 0px 0px 8px;
}
#lang li:last-child a {
    border-radius: 0px 8px 8px 0px;
}


/* Splash Div */
.splashDiv {
    padding: 200px 0px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ed1c24;;
}
.splashDiv::before {
    content:'';
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(20,20,20,0.52) 61%);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0px;
    position: absolute;
}
.splashDiv h2 {
    color: white;
    font-size: 90px;
    z-index: 2;
    position: relative;
    font-weight: 400;
}

.splashDiv h2::after {
    content: ' ';
    width: 180px;
    border-bottom: 3px solid white;
    height: 1px;
    display: inline-block;
    margin-left: 20px;
}
.splashHome {
    background: url(images/splash_home.min.jpg) no-repeat center center scroll transparent;
    background-size: cover;
    padding: 300px 0px;
}
.splashContacto {
    background: url(images/splash_contacto.min.jpg) no-repeat center center scroll transparent;
    background-size: cover;
}
.splashQuienes {
    background: url(images/splash_quienes.min.jpg) no-repeat center center scroll transparent;
    background-size: cover;
}
.splashServicios {
    background: url(images/splash_servicios.min.jpg) no-repeat center center scroll transparent;
    background-size: cover;
}

.splashDiv.splashHome::after {
    content:'';
    background: url(images/splash_home_misc.min.svg) no-repeat bottom center scroll transparent;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0px;
    position: absolute;
}

.contenido {
    padding: 100px 0px 120px;
}

.btn-enviar {
    background: transparent;
    color: #ed1c24;
    text-align: left;
    padding: 0px;
    border: 0px;
    position: relative;
}
.btn-enviar::after {
    content: '';
    width: 10px;
    background: url(images/arrow-red.svg) no-repeat center center scroll transparent;
    height: 20px;
    display: block;
    background-size: cover;
    position: absolute;
    right: -25px;
    top: 2px;
}
.btn-enviar:hover {
    background: transparent;
    color: inherit;
}

#quienesSomos {
    background: #0a0a0a;
    border-top: 1px solid #ed1c24;
    border-bottom: 1px solid #ed1c24;
    padding: 100px 0px 120px;
}
#servicios {
    padding: 100px 0px 120px;
}
.bigLink {
    display:flex;
    text-decoration:none;
    padding:0px;
}

.tituloRojo {
    color:#ed1c24;
    text-transform: uppercase;
    font-size: 16px;
}
.tituloRojo.conBorde::after {
    content: ' ';
    width: 150px;
    border-bottom: 1px solid #ed1c24;
    height: 1px;
    display: inline-block;
    margin-left: 10px;
}


h2.bajada {
    color: white;
    line-height: 38px;
    font-weight: 500;
}
h5.bajada {
    color: white;
    line-height: 28px;
    font-weight: 300;
    font-size: 19px;
}
h5.bajada a {
    color:#ed1c24;
    text-decoration: none;
}


/* Servicios */
.bgRed {
    background:#ed1c24;
}
.padding60 {
    padding: 60px;
}
.subtitulo {
    color: white;
    display: block;
    font-weight: 500;
}
h2.titulo {
    color: white;
    font-size: 33px;
    font-weight: 500;
    margin: 0px;
}
p.bajadaServicio {
    color: white;
    font-size: 20px;
    margin-bottom: 3rem;
    font-weight: 300;
}
.bigImage {
    object-fit: cover;
    width: 100%;
}
.arrow-white {
    width: 10px;
}


.boxServicios {
    background:#ed1c24;
}
.boxServicios a {
    color:white;
    text-decoration: none;
}
.boxServicios a figure {
    width: 100%;
    margin: 0px;
}
.boxServicios a figure img {
    object-fit: cover;
    width: 100%;
}

.boxServicios a span {
    font-size: 26px;
    display: block;
    padding: 25px 20px 20px;
    position: relative;
    min-height: 120px;
    font-weight: 400;
    line-height: 30px;
}
.boxServicios a span::after {
    content: '';
    width: 10px;
    background: url(images/arrow-white.svg) no-repeat center center scroll transparent;
    height: 20px;
    display: block;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 30px;
}

.boxGray {
    background:#f5f5f5;
    border-radius: 5px;
    padding: 25px;
    border: 2px solid #ececec;
}
.boxGray img {
    display: block;
    width: 150px;
    margin: 0 auto;
}

.form-control {
    border-radius: 0px;
    margin: 5px 0px 10px;
}

/* Font Weight */
.weight600 {
    font-weight: 600;
}

.f14 {
    font-size: 14px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}



.isRed {
    color:#ed1c24;
    text-decoration: none;
}
.isRed:hover {
    color:#ed1c24;
    text-decoration: underline;
}



/* Servicios */
ul.listaServicios {
    margin:0px;
    padding: 0px;
    list-style: none;
}
ul.listaServicios li {
    border-bottom: 1px solid #ed1c24;
    font-size: 18px;
}
ul.listaServicios li:first-child {
    border-top: 1px solid #ed1c24;

}
ul.listaServicios li.activo {
    background: #ed1c24;
}
ul.listaServicios li.activo a {
    color:white;
}
ul.listaServicios li a {
    display: block;
    text-decoration: none;
    color: #0a0a0a;
    padding: 15px;
}
ul.listaServicios li a::after {
    content: ' ';
    background: url(images/arrow-black.svg) no-repeat center center scroll transparent;
    background-size: cover;
    width: 8px;
    height: 15px;
    float: right;
    top: 8px;
    position: relative;
}
ul.listaServicios li.activo a::after {
    content: ' ';
    background: url(images/arrow-white.svg) no-repeat center center scroll transparent;
    background-size: cover;
    width: 8px;
    height: 15px;
    float: right;
    top: 8px;
    position: relative;
}
ul.listaServicios li:hover {
    background: #ed1c24;
}
ul.listaServicios li:hover a {
    color:white;
}

ul.listaServicios li:hover a::after {
    content: ' ';
    background: url(images/arrow-white.svg) no-repeat center center scroll transparent;
    background-size: cover;
    width: 8px;
    height: 15px;
    float: right;
    top: 8px;
    position: relative;
}

ul.timecriticalLogos {
    list-style: none;
    margin:0px;
    padding: 0px;
    display: flex;
    list-style: none;
    justify-content:center;
}
ul.timecriticalLogos li {
    width: 20%;
    text-align: center;
    align-self: center;
}
ul.timecriticalLogos li img {
    width: 50%;
}

.borderRedBottom {
    border-bottom: 1px solid #ed1c24;
    height: 100%;
}




.tabContenido {
    display: none;
}
.tabContenido.activa {
    display: block;
}

/* Footer */
#footer p {
    color:white;
}
#footer p span {
    color:#ed1c24;
    display: block;
}


#openMenu, #closeMenu {
	display: none;
    float: right;
}







/* Responsive */
@media screen and (max-width: 992px) {
    .logotipo {
        width: 200px;
    }
    #movMenu {
        display: none;
    }
	#movMenu {
	    list-style: none;
	    padding: 0px;
        margin: 40px 0px 10px;
	    text-align: center;
	}
	#movMenu li {
		padding: 10px 0px;
	}
	#movMenu li a {
	    color: #0a0a0a;
	    font-weight: 400;
	    font-size: 20px;
        text-decoration: none;
	}
	
    .contenido {
        padding: 50px 15px;
    }

	#openMenu.isVisible,
	#closeMenu.isVisible {
		display: block;
	}
    .splashDiv {
        /* padding: 60px 0px; */
        padding: 60px 0px 40px;
    }
    .splashHome {
        padding: 130px 0px;
    }
    .splashDiv h2 {
        /* font-size: 30px; */
        font-size: 18px;
        padding: 0px 15px;
    }
    .splashDiv h2::after {
        width: 40%;
        border-bottom: 1px solid white;
    }
    #servicios {
        padding: 80px 0px 50px;
    }
    #servicios .padding60 {
        padding: 60px 15px;
    }
    #servicios h2.titulo {
        margin: 30px 0px;
    }
    ul.listaServicios {
        margin-bottom: 50px;
    }
    ul.listaServicios li a::after,
    ul.listaServicios li.activo a::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    ul.timecriticalLogos li img {
        width: 80%;
    }

    .bigLink {
        display: block;
    }

    #footer .row {
        text-align: center;
    }
    #footer .row div {    
        margin-top: 30px;
    }
    .logotipo-mem {
        float: none;
    }
}