/*
	Gris oscuro #1d1d1b  (mismo color para los textos)
	Rojo #a81a18
	gris claro donde esta el formulario #f1f2f6
*/

/* ==========================================================================
   VARIOS CSS
   ========================================================================== */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
a {
	display: inline-block;
}
a, a:hover, a:focus {
	text-decoration: none;
	color: inherit;
	transition: color 0.5s ease-out;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
article ul {
	list-style: disc;
	padding-left: 20px;
}
article ul li {
	margin: 5px 0;
}
.ul-inline-block li {
  	display: inline-block;
}
.espacio {
	padding: 30px 0;
}
.logo {
    margin: -1px;
}

#botones-contacto.show {
    opacity: 1;
    height: auto;
    visibility: visible;
    transform: translateY(0);
}
#botones-contacto {
    background: #f1f2f6;
    position: fixed;
    padding: .5rem 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    transition: 1s;
    visibility: hidden;
    transform: translateY(-100%);
    border-bottom: 2px solid #a81a18;
}
#botones-contacto .btn {
    background: #a81a18;
    border-radius: 0;
    color: white;
    border: none;
    font-weight: bold;
    width: 100%;
    padding: 6px 0 !important;
}
#botones-chat {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    transition: 1s;
}
#botones-chat .btn {
	padding-top: 10px;
	border-radius: 0;
	width: 100%;
	height: 100%;
	color: white;
	font-weight: bold;
}
#botones-chat .btn .icon {
	vertical-align: baseline;
}
.modal .modal-content {
    margin: 15px;
    border-radius: 0;
}
.close {
    border: 2px solid white !important;
    text-shadow: none;
    opacity: 1;
    font-size: 30px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: white !important;
    position: relative;
    top: 10px;
    right: 10px;
}

/* ==========================================================================
   BACKGROUNDS
   ========================================================================== */
.bg-gris {
	background: #f1f2f6;
}
.bg-rojo {
    background: #a81a18;
}
.bg-negro {
    background: #1d1d1b;
}
.bg-verde {
	background: #4dc247;
}

/* ==========================================================================
   TEXTOS
   ========================================================================== */
.titulo-home {
	font-family: 'Playfair Display', serif;
	margin-bottom: 30px;
	font-weight: bold;
	text-transform: uppercase;
}


/* ==========================================================================
   ICONOS
   ========================================================================== */
.icon {
	vertical-align: sub;
}
.icon:before {
	display: inline-block;
	width: 20px;
	vertical-align: sub;
}
.icon-bars:before {
	content: url(../../assets/img/icono-bars.svg);
}
.icon-telefono-header:before {
	content: url(../../assets/img/telefono-header.svg);
}
.icon-correo-header:before {
	content: url(../../assets/img/correo-header.svg);
}
.icon-llamada-formulario:before {
	content: url(../../assets/img/llamada-formulario.svg);
}
.icon-correo-formulario:before {
	content: url(../../assets/img/correo-formulario.svg);
}
.icon-ubicacion-formulario:before {
	content: url(../../assets/img/ubicacion-formulario.svg);
}
.icon-horario-formulario:before {
	content: url(../../assets/img/horario-formulario.svg);
}
.icon-twitter:before {
	content: url(../../assets/img/icono-twitter.svg);
}
.icon-linkedin:before {
	content: url(../../assets/img/icono-linkedin.svg);
}
.icon-whatsapp:before {
	content: url(../../assets/img/icono-whatsapp.svg);
}

/* ==========================================================================
   HEADER
   ========================================================================== */
header .encabezado {
    background: #a81a18;
    color: white;
    padding: 5px 0;
    font-weight: bold;
}
header .menu-header {
	background: #1d1d1b;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	color: #a81a18;
}

/* ==========================================================================
   BOX SLIDER
   ========================================================================== */
.box-slider .carousel-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

/* ==========================================================================
   BOX CONTACTANOS
   ========================================================================== */
.box-contactanos .info {
	color: #a81a18;
}
.box-contactanos .info ul li {
	padding: 15px 0;
}

/* ==========================================================================
   BOX EQUIPO
   ========================================================================== */
.box-equipo .titulo-equipo {
	font-family: 'Playfair Display', serif;
	background: #1d1d1b;
    padding: 15px 30px;
	font-size: 18px;
}
.box-equipo .titulo-equipo h3 {
	font-size: 18px;
	margin-bottom: 0;
}
.box-equipo .titulo-equipo p {
	font-size: 14px;
	margin-bottom: 0;
}
.box-equipo .texto-equipo {
    background: #a81a18;
    padding: 15px 30px 30px;
    margin-bottom: 30px;
}
.box-equipo .texto-equipo a {
	font-weight: bold;
}

/* ==========================================================================
   FORMULARIO DE CONTACTO
   ========================================================================== */
.formulario {
	background: #a81a18;
	color: white;
}
.formulario .form-control {
	border: none;
	border-radius: 0;
}
.formulario .btn {
	background: black;
	color: white;
	border-radius: 0;
	padding: 12px 42px;
	font-size: inherit;
	font-weight: bold;
	transition: color 0.5s ease-out;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
    background: #1d1d1b;
    color: white;
}
footer .icon {
    margin-right: 8px;
}
footer .logo-bottom {
	overflow: hidden;
}
footer h4 {
	font-size: 15px;
	font-weight: bold;
    margin: 60px 0 20px;
}
footer .contacto h4 {
    margin: 20px 0;
}
footer .menu-footer {
	margin: 10px 0;
}
footer .menu-footer li a {
	padding: 5px 0;
}
footer ul li a .icon:before {
	width: 30px;
}
.copyright {
    background: #a81a18;
	padding: 15px 0;
	text-align: center;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (min-width: 320px) {
	iframe {
		width: 100%;
	}
	#botones-contacto .btn {
		font-size: 12px;
	}
	.titulo-home {
		font-size: 24px;
	}
	header .encabezado {
		font-size: 12px;
	}
	header .encabezado .m-md-0 {
		margin: 0 -20px;
	}
	header .icon {
	    margin-left: 5px;
	}
	header .menu-header {
		padding: 10px 0;
	}
	header .menu-header img {
        width: 200px;
	}
	.navbar-toggler .icon:before {
		width: 40px;
	}
	.menu-movil .navbar-collapse {
	    display: block;
	    background: rgba(34, 34, 34, 0.9);
	    position: fixed;
	    padding: 20px;
	    top: 0;
	    left: 50px;
	    right: 0;
	    bottom: 0;
	    z-index: 99;
	    right: 0;
	    visibility: hidden;
	    transform: translateX(100%);
	    transition: 0.5s;
	}
	.menu-movil .navbar-collapse.show {
	    visibility: visible;
	    transform: translateX(0);
	}
	.menu-movil .cerrar {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    position: fixed;
	    top: 15px;
	    right: 15px;
	    font-size: 25px;
	    cursor: pointer;
	    z-index: 9999;
	}
	.menu-movil .nav-link {
	    padding: 15px 0;
	}
	.box-slider .img-fluid {
	    height: 265px;
	}
	.box-slider .carousel-caption .titulo-home {
		font-size: 4.5vw;
		margin-bottom: 0;
	    line-height: 1.5;
	}
	.formulario {
		padding: 10px 15px 1px;
	}
	footer {
        padding: 15px 0;
    }
    .copyright {
    	margin-bottom: 48px;
    }
}

@media (min-width: 360px) {
}

@media (min-width: 400px) {

}

/* PANTALLAS DE 1024px */
@media (min-width: 992px) {
	iframe {
		height: 450px;
	}
	#botones-contacto .btn {
		font-size: 14px;
	}
	#botones-chat .btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
		width: 50px;
		height: 50px;
	}
	#botones-chat .btn .icon:before {
		width: 30px;
	}
	.titulo-home {
		font-size: 36px;
	}
	.margin-left {
    	margin-left: 40px;
	}
	.margin-right {
    	margin-right: 40px;
	}
	header .encabezado {
		font-size: 14px;
	}
	header .icon {
	    margin: 0 5px;
	}
	header .menu-header {
		padding: 20px 0;
	}
	.box-slider .img-fluid {
	    height: auto;
	}
	.box-slider .carousel-caption .titulo-home {
	    font-size: 50px;
        line-height: 1.2;
	}
	.navbar-expand-lg .navbar-nav li .nav-link {
	    border-left: 2px solid #545452;
	    padding: 20px;
	}
	.navbar-expand-lg .navbar-nav li:first-child .nav-link {
		border-left: none;
	}
	.formulario {
        padding: 35px 50px;
	}
	.formulario textarea {
		height: 110px;
	}
	.box-contactanos .info {
        padding-top: 20px;
    }
	.margin-left {
    	margin-left: 40px;
	}
	.box-equipo .texto-equipo {
		position: relative;
	    min-height: 268px;
	}
	.box-equipo .texto-equipo a {
		position: absolute;
		bottom: 20px;
	}
	footer {
	   padding: 60px 0;
	}
	footer .logo-bottom {
        margin-bottom: 30px;
	}
    .copyright {
    	margin-bottom: 0;
    }
    .menu-movil .navbar-collapse {
        display: flex;
        position: static;
        background: transparent;
        padding: 0;
        visibility: visible;
        transform: none;
        z-index: auto;
    }
    .menu-movil .cerrar {
        display: none;
    }
}

@media (min-width: 1200px) {

}

/* PANTALLAS DE 1368px NOTEBOOK U OTROS*/
@media (min-width: 1366px) {
	.box-slider .carousel-caption .titulo-home {
	    padding: 0 50px;
	}
} 

/* PANTALLAS MAYOR 1440px > 1920px*/
@media (min-width: 1438px) {

}

@media (min-width: 1600px) {

}

@media (min-width: 1920px) {

}

/* PANTALLAS 4K */
/* POR RESOLVER */