/* @override https://www.caorsiimpresores.cl/uc/uc.css */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
font-family: 'Montserrat', sans-serif;
src: url('fonts/Montserrat-VariableFont_wght');
font-weight: normal;
font-style: normal;
}

html { height: 100%; width: 100%; }
	
/* COLORES DE TEXTO */
body { color: #3a3a3a; }

/* FLOAT BAR */
#floatbar {
	display: flex; flex-direction: row;
	justify-content: center;
	margin-top: 10px;
	text-align: center;
	z-index: 9999;
	flex-wrap: wrap;
}
#floatbar .contact-item   {
	border-radius: 30px;
	padding: 10px;
	width: 36px; height: 36px;
	margin-bottom: 10px; margin-right: 10px;
	background-color: #b8070e!important;
}
#floatbar .contact-item:hover {
	background-color: #EE5536!important;
	transition-duration: 0.5s;
}
#floatbar .contact-item img {  }

/* COLORES DE BACKGROUNDS */		
#mantencion { background-color: #fff; 
box-shadow: 0px 0px 58px rgba(0, 0, 0, 0.45);
 -moz-box-shadow: 0px 0px 58px rgba(0, 0, 0, 0.45);
 -webkit-box-shadow: 0px 0px 58px rgba(0, 0, 0, 0.45); }

/* BORDERS */
#mantencion { border: 1px solid #e8e7e7; }

/* ESTILOS GENERALES */	
body {
	font-family: 'Montserrat', Arial, sans-serif;
	border-radius: 3px;
	padding: 2em;
}
#mantencion {
	text-align: center;
	padding: 3em 2em 3em;
	margin: 1em auto;
	max-width: 700px;
}
.textos { font-size: 15px; }
a { text-decoration: none; }
.enlaces { padding-top: 1em; font-size: 14px; }
span.datos a {  padding-right: 1em; }

h1 {
	clear: both;
	font-size: 24px;
	margin: 30px 0 0 0;
	padding: 0;
	padding-bottom: 7px;
}

/* BOTONES */
.button, .contact_btn, .send_btn  {
	text-decoration: none;
	font-size: 12px !important;
	line-height: 16px;
	padding: 10px 20px;
	cursor: pointer;
	border: 0px solid #939ACD;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-transform: uppercase;
}

p {text-align: center; font-size: 18px}
#logo { margin-left: auto;   margin-right: auto; margin-bottom: 40px; }
.clear { clear: both; }
#credits {	margin: 10px auto 0; }
#credits p { text-align: center; font-size: 12px; }



@media only screen and ( min-width: 701px ) { 
#logo img { max-width: 400px; }
#mantencion { max-width: 600px; }
}
/*
@media only screen and ( max-width: 961px )  { }
@media only screen and ( min-width: 768px ) and ( max-width: 960px ) { }
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) { }*/
@media only screen and ( max-width: 700px ) {
#mantencion { min-width: 300px; margin: 0 auto; margin: 0 auto }
#logo img { max-width: 140px; }

}
