@font-face {
	font-family: 'PTSerif-Regular';
	src: url('../fuentes/PTSerif-Regular.ttf');
} 
@font-face {
	font-family: 'PublicSans-Bold';
	src: url('../fuentes/PublicSans-Bold.ttf');
}
@font-face {
	font-family: 'PublicSans-Regular';
	src: url('../fuentes/PublicSans-Regular.otf');
} 
@font-face {
	font-family: 'PublicSans-Bold';
	src: url('../fuentes/PublicSans-Bold.otf');
}
@font-face {
	font-family: 'Geomanist-Regular';
	src: url('../fuentes/Geomanist-Regular.otf');
}
html {
	margin:0 auto;
	width: 100%;
	min-height: 100%;
font-family: 'PublicSans-Regular';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;

}
body {
	margin:0 auto;	
	color:#000000;
	background-color: #fff;
font-family: 'PublicSans-Regular';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;
display: flex;
min-height: 100vh;
flex-direction: column;
}
a {
	color: #000000;
	text-decoration:underline;
}

.main {
	width: 100%;
  flex: 1;
}
.claim {
	width:100%;
}
.claim img{
	width:100%;
}
.claim-movil {
	display:none;
	width:100%;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0Px;
  margin-left: 0Px;
  background-color: #fff;
}
.container {
	max-width: 80%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding-right: 0px;
	padding-left: 0px;	
	background-color: #fff;
	/*background-color: transparent !important;*/
}

.claim img{
	width:100%;
}
.claim-movil img{
	width:100%;
}
.titulo {
	/*font-family: "PublicSans-Bold", sans-serif;font-size: 18Px;*/
font-family: 'PublicSans-Regular';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;	
	color: #E4022C;
}
.data {
	margin-left:5%;
	width:90%;
	margin-right:5%;
}
.producto {
	margin-left:60Px;
	margin-top:2Px;
}
.producto2 {
	margin-left:60Px;
	margin-top:2Px;
}
.tam {
	height:30Px;
}
.rayita {
	width:1Px;
	margin:0;
	max-width: 1Px;
	padding-left: 0PX;	
	padding-right: 0PX;
}
.tepie {
	padding-left: 4PX;	
	padding-right: 4PX;	
}
@media (max-width: 1024px) {
	.container {
		max-width: 95%;
		width: 95%;
		margin-left: 2.5%;		
	}
}
@media (max-width: 900px) {
	.container {
		max-width: 100%;
		width: 100%;	
		margin-left: 0Px;
	}
	.col-3 {
		min-width:50%;
	}	
	.rayita {
		color:#E4022C !important;
	}
}
@media (max-width: 600px) {
	body {
		background-image: url("../images/fondomovil.png");
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.container {
		max-width: 100%;
		width: 100%;	
		margin-left: 0Px;
	}
	.claim {display:none;}
	.claim-movil {display:block;}
	.btn2 {
		font-size: 0.8rem !important;
		padding: .1rem .5rem !important;
		border-radius: 1.5rem !important;
	}	
	.textos {
		font-size:0.8rem !important;
	}	
	.producto2 {
		margin-left:10Px !important;
		margin-top:-28Px !important;
	}	
	.bajo { 
		padding-top:10Px !important; 
		padding-bottom:10Px !important;
	}
	.col {
		min-width:100%;
	}
	.col-1 {
		margin-left:-20Px;
		min-width:15% !important;
		max-width:15% !important;
	}	
	.col-11 {
		min-width:75% !important;
		max-width:75% !important;
	}	
	.col-2 {
		min-width:100%;
	}	
	.col-3 {
		min-width:100%;
	}		
	.col-4 {
		min-width:100%;
	}	
	.col-5 {
		min-width:100%;
	}	
	.col-6 {
		min-width:100%;
	}	
	.custom-control-inline {
		width:100%;
		margin-top:2Px;
	}
	.rayita {
		color:#000000;
	}
}
/*hr {border:1px outset;background-color:#C2D44D;color:#C2D44D;height:3px;width:100%;}*/
hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 0 !important;
        border-top-color: currentcolor !important;
        border-top-style: none !important;
        border-top-width: 0px !important;
    border-top: 3px solid #E4022C !important;
    width: 100%;

}
.padcha {
	padding-left:30Px;
	padding-top:5Px;
}
.form-control::placeholder {
    color: #000000;
    opacity: 1;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 6Px;
    /*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}
.form-control:focus {
	border: 2px solid #000000;
	  border-color: #FF0000;
	  box-shadow: inset 0 1px 1px rgba(162, 24, 91, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #000000 solid 3px;
}
.custom-control-label:focus {
	border: 2px solid #000000;
	  border-color: #FF0000;
	  box-shadow: inset 0 1px 1px rgba(162, 24, 91, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='0' height='0' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");

}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
textarea.form-control {
    height: 155Px;
    width: 455Px;
}
@media (max-width: 600px) {
	textarea.form-control {	
		width: 100%;
	}
}
.custom-select:focus {
	border: 2px solid #000000;
	  border-color: #FF0000;
	  box-shadow: inset 0 1px 1px rgba(162, 24, 91, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #000000;
    border-radius: 6Px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 2.25rem;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
    border: 1px solid #000000;
    border-radius: 6Px;    
}
    .custom-file-input.selected:lang(en)::after {
      content: "Elegir" !important;
    }
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #E4022C;
    font-family: FontAwesome;
    content: "\f030";
    background-color: #fff;
    border-left: #fff;
    border-radius: 0 .25rem .25rem 0;
}
    .custom-file {
      overflow: hidden;
    border: 1px solid #000000;
    border-radius: 6Px;         
    }

    .custom-file-input {
      white-space: nowrap;
    }
.btn {
	padding: .675rem 3.75rem;
}
.btn2 {
	padding: .5rem 1rem;
	border-radius: 1.5rem;
}
.textos {
	font-size:1.4rem;
	color: #E4022C;
}
.btn-primary {
    color: #fff;
    background-color: #E4022C;
    border-color: #E4022C;
    font-family: "PublicSans-Bold", sans-serif;font-size: 18Px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #E4022C;
    border-color: #E4022C;
    font-family: "PublicSans-Bold", sans-serif;font-size: 18Px;
}	
.btn-primary:focus {
    color: #fff;
    background-color: #E4022C;
    border-color: #E4022C;
    font-family: "PublicSans-Bold", sans-serif;font-size: 18Px;
}
.listado {
	font-size: 12Px;
	padding: .3em .75rem;
	margin-bottom: 4Px;
}
.listado:hover {
	font-size: 12Px;
}
.listado:focus {
	font-size: 12Px;
}
.footer {
    color: #fff;
    background-color: #E4022C;
    border-color: #E4022C;	
    font-family: "PublicSans-Bold", sans-serif;font-size: 12Px;
  width: 100%;
  min-height: 54px;    
}
#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0Px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    min-height: 58px; 
    width: 100%;
    text-align:center;
    color:#fff;
    background-color: #626266;    
}
#infobox3 div {
    font-family: 'Geomanist-Regular';
    /*font-size:90%;     
    padding:10Px;*/
    text-align:center;
}
#infobox3 button {
    font-family: 'Geomanist-Regular';
}
#infobox3 input {
    font-family: 'Geomanist-Regular';
}
#infobox3 div a {
    text-decoration: none;
    color: #fff;
}
#veloerror2 {
	position:absolute;
	top:0Px;
	left:0Px;
	width:100%;
	min-height:3000Px;
	float:left;
	z-index:1999;
	background-color: rgba(0, 0, 0, 0.98);
	background-repeat: repeat;
	background-size:cover;
} 
#ventanahome {
	position:fixed;
	display:inline-block;
	/*
	background-image: url("../images/logo300.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;	
	*/
	background-color: #EFEBDF;
	margin-top:10%;
	margin-left: 30%;
	width: 40%;
	/*
	min-height:60%;
	
	-webkit-box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.75);	
	*/
}
#ventanahome img{ width:50%; }
#contenidohome {
	font-family: 'PublicSans-Bold';
	padding:60Px;
	min-height:60%;
}
.boton_submitindex{
	background-color: #E4022C;
	border:1px solid #E4022C;	
	border-radius:35Px;
	padding:5Px;
	width:70Px;
	height:70Px;
	font-family: 'PublicSans-Bold', sans-serif;
	font-size:140%;
	color:#fff;
	cursor: pointer;
}
@media (max-width: 1024px) {
	#ventanahome img {
		width: 50%;
	}	
}
@media (max-width: 900px) {
	#ventanahome {
		margin-top:1%;
		margin-left: 3%;
		width: 94%;		
	}
	#ventanahome img {
		width: 25%;
	}
}
@media (max-width: 500px) {
	#ventanahome {
		margin-top:10%;
		margin-left: 3%;
		width: 94%;		
	}
	#ventanahome img {
		width: 50%;
	}
}
.footerlacer{
	background-color: #E4022C;color:#fff;
	margin-bottom:-20Px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;	
}

#imagePreview img{
	background:#fff;
	width:100%;
}