@font-face {
    font-family: 'ImpactaLL';
    src: url('../fonts/ImpactaLL/ImpactaLL.eot');
    src: url('../fonts/ImpactaLL/ImpactaLL.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ImpactaLL/ImpactaLL.woff2') format('woff2'),
        url('../fonts/ImpactaLL/ImpactaLL.woff') format('woff'),
		url('../fonts/ImpactaLL/ImpactaLL.ttf') format('truetype'),
        url('../fonts/ImpactaLL/ImpactaLL.svg#ImpactaLL') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.eot');
    src: url('../fonts/Poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	font-weight: 500;
	font-family: "Poppins";
	background-color: black;
}

.banner{
	max-width: 100%;
	max-height: 100%;
	
	margin-top: -1px;
    margin-bottom: -1px;
	
	position: relative;
	top: 100%;
	overflow:hidden;

	line-height: 0;
}

.banner img{
	width: 100%;
	min-width: 900px;
    height: auto;
}

#navbarNavAltMarkup{
	font-weight: 600;
}

.arow div{
    border-width: 1px;
    border-style:solid;
    border-color: springgreen;
}

#font{
    font-family: "ImpactaLL", sans-serif;
	font-size: 20pt;
	color: #a5a2ad;
	text-align: center;
	
	text-shadow: 0px 1px 1px #9c9c9c;
}

#logo{
	width: 25rem;
	max-width: 100%;
	height: auto;
	margin-right: auto!important;
	margin-left: auto!important;
	display: block!important;
}

#conta{
    background-color: black;
    height: 85vh;
}

#conta2{
    background-color: black;
    height: 20vh;
	
	margin-top: -1px;
    margin-bottom: -1px;
}
/* 
#conta2{
	background-image: url("../images/banner2.png");
	background-repeat: no-repeat;
	background-size: cover;
} */

#cContacto h4{
	color: #da8561;
}

#cContacto p{
	color: #da8561;
}

#medidasSanitarias .d-flex .card {
	max-width: 200px;
}

#medidasSanitarias .d-flex .card-title {
	text-align: center;
	max-width: 200px;
}

.form-cotiza {
    padding: 10px;
}

.fondo-negro {
    background-color: black;
}

.fondo-naranja {
    background-color: #da8561;
	border-color: #da8561;
}

.fondo-celeste {
    background-color: #9dbec9;
}

.color-naranja, .color-naranja:hover {
    color: #da8561;
    /* font-size: 1rem; */
}

.color-naranja:hover {
    text-shadow: 1px 1px 5px rgba(156, 156, 156, 0.5);
}

#floatingCPOrigen, #floatingCPDestino, #floatingPeso{
    background-color: rgba(0, 0, 0, 0);
}

.form-floating label{
    color: #da8561;
    border: 0;
}

.form-floating input{
    border-color: #da8561;
}    

.input-group span{
    background-color: rgba(0, 0, 0, 0);
    color: #da8561;
    border-color: #da8561;
}

#botonCotizar{
    background-color: rgba(0, 0, 0, 0);
    color: #9c9c9c;
    border-color: #9c9c9c;
}

#botonCotizar:hover {
    background-color: #9c9c9c;
    color: black;
    border-color: #9c9c9c;
}

.carousel-control-prev, .carousel-control-next{
    width: 4%;
}

#login {
    border-width: 1px;
    border-style:solid;
    border-color: #9c9c9c;
    border-radius: 8px;

    box-shadow: 0px 5px 5px rgba(156, 156, 156, 0.8);
}

.card {
	background-color: transparent;
	border: none;
}

.col h5 {
	text-align: center;
}

.card-body {
	max-width: 480px;
}

.img-fluid {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imgCard {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 180px;
	width: 100%;
}

.svcdestacado {
	border-style: solid;
	border-color: #b26e51;
	background-color: #b26e51;
	border-radius: 10px;
	box-shadow: -5px 5px 10px #8c5741;
}

#otrosServicios .col h4 {
	text-shadow: -2px 2px 2px #8c5741;;
}

#servicio .card {
	border-radius: 10px;
	box-shadow: -5px 5px 15px #b26e51;
}

#servicio .card .row .col .card-body p{
	text-align: justify;
}

#otrosServicios h4{
	font-size: 2rem;
}

#serviotrosServicioscio .col p {
	display:block;
    margin:auto;
	min-width: 250px;
	text-align: justify;
}

.datosContacto{	
	text-align: left;
	max-width: 400px;

	font-size: 12pt;
	line-height: 1.5;
	font-family: "Poppins", Helvetica Neue, Helvetica, Arial;
	color: #da8561;	

	display: inline-block;
	vertical-align: top;

	padding-bottom: 60px;
}

.contacto{
	max-width: 100%;
	margin: 0;
	line-height: 0;
	position: relative;
	top: 100%;
	
	background: #000;
}

.direccionyMapa{
	/*border: 1px;
	border-style:solid;
	border-color: white;*/
	
	max-width: 90%;
}

h4{
	font-family: "ImpactaLL", sans-serif;
}

.h11{
	font-family: "ImpactaLL", sans-serif;
	font-size: 40pt;
	color: #da8561;
	text-align: center;

	padding-top: 0px;
	padding-bottom: 0px;

	text-shadow: 0px 2px 2px #8d4830;
}

.h12{
	font-family: "ImpactaLL", sans-serif;
	font-size: 40pt;
	color: #da8561;
	line-height: 2;
	text-align: center;

	padding-top: 0px;
	padding-bottom: 30px;

	text-shadow: 0px 3px 3px #8d4830;
}

.h22{
	font-family: "ImpactaLL", sans-serif;
	font-size: 40pt;
	color: #000;
	line-height: 1;
	text-align: center;

	padding-top: 0px;
	padding-bottom: 30px;

	text-shadow: 0px 2px 2px #271711;
}

.h23{
	font-family: "ImpactaLL", sans-serif;
	font-size: 40pt;
	color: #000;
	line-height: 1;
	text-align: center;
	/* font-weight: bold; */

	padding-top: 0px;
	padding-bottom: 30px;

	text-shadow: 0px -1px 1px #271711;
}

.h7{
	font-size: 16pt;
	line-height: 2;
	font-weight: bold;
	font-family: "Poppins", Helvetica Neue, Helvetica, Arial;
	color: #da8561;
	
	text-align: left;
	
	text-shadow: 0px 5px 10x #8d4830;
}

.h8{
	font-family: "Poppins",Helvetica Neue, Helvetica, Arial;
	font-size: 30pt;
	color: #da8561;
	line-height: 1.5;
}

.mapa{
	/*border: 1px;
	border-style:solid;
	border-color: yellow;*/
	
	width: 70%;
	display: inline-block;
}

.google-maps iframe {
	width: 100%;
}

.filaForm {
	width:100%;
	max-width: 400px;
	
	display: inline-block;
	vertical-align: top;
}

.contenidoForm{
	/*border: 1px;
	border-style:solid;
	border-color: yellow;*/
	
	max-width: 400px;
	
	padding: 10px;
}

.msjR {
    background-color: #000;
	color: #da8561;
	
	font-family: "Poppins", Helvetica Neue, Helvetica, Arial;
	font-size: 15px;
	
	width:100%;
	height:180px;
	
	padding: 12px 20px;
    margin-top: 8px;
	margin-bottom: 10px;
	
    box-sizing: border-box;
	border: 2px solid #da8561;
    border-radius: 8px;
    resize: none;
}

#maschico{
	max-width: 500px;
	width: 100%;
}

#inputGroupSelect {
	background-color: #000;
	color: #da8561;
	font-family: "Poppins", Helvetica Neue, Helvetica, Arial;

	font-size: 14px;
    padding: 12px 5px;
	
    box-sizing: border-box;
	border: 2px solid #da8561;
	border-radius: 8px;
}

.inputR {
	background-color: #000;

	font-family: "Poppins", Helvetica Neue, Helvetica, Arial;
	font-size: 14px;
	color: #da8561;

	width:100%;
    padding: 12px 10px;
	
    box-sizing: border-box;
	border: 2px solid #da8561;
	border-radius: 8px;
}

.msjR::placeholder {
	color: #da8561;
}

.inputR::placeholder {
	color: #da8561;
}

.boton{
    margin-top: 0px;

	background-color: #000;
	
	color: #da8561;
	
	margin-left: 10px;
	margin-right: 10px;
	width: 120px;
    height: 40px;
	padding: 6px 10px;

	box-sizing: border-box;
	border: 2px solid #da8561;
	border-radius: 8px;
}

.boton:hover {
	background-color: #da8561;
	color: #000;
}

.responsive {
	width: 20rem;
	max-width: 100%;
	height: auto;

	margin-right: auto!important;
    margin-left: auto!important;
	display: block!important;
}
