@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');

/* CSS Document */

html,body {
	margin:0;
	padding:0;
	
}

/* ------------------------------------------------------ 
					CONTACTO	
*-------------------------------------------------------- */


input, textarea, button { margin-top:10px; border-color: #73C1CC; }

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #8B5FEB;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Required field START */

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #FFDE01;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 26px;
	margin: -3px 0 0 12px;
}
/* Required field END */

.fondo-foto {
	border-style: solid;
	border-color:#8B5FEB;
}

.logo {
	padding: 3px;
}

.texto {
	text-align: center;
	padding-top: 20px;
	color: #8B5FEB;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 40px;
}

.consultenos {
	text-align: left;
	padding-top: 20px;
	color: #8B5FEB;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 29px;
}

.cuadro {
	text-align: center;
	padding: 20px;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 19px;
	border: 2px #00cbea solid;
	border-radius: 10px;
}

.gracias {
	text-align: left;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
}

.texto-2 {
	text-align: center;
	padding: 10px;
	color: #8B5FEB;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
}

.web {
	text-align: center;
	padding: 5px;
	color: #FFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	background-color: #8B5FEB;
}

.web a {
	color: #FFF;
	text-decoration: none;
}

.web a:hover {
	color: #FFF;
	text-decoration: underline;
}

.pie {
	text-align: center;
	padding: 20px;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}

.pie a {
	text-decoration: none;
	color: #000;
	
}

.pie a:hover {
	text-decoration: underline;
	color: #000;
	
}

@media (max-width: 320px){
	
	.pie {
	padding: 10px;
	font-size: 16px;
	}
	
	.texto-2 {
		font-size: 23px;
	}
	
	.cuadro {
		font-size:16px;
	}
	
	.titulo {
		font-size:24px;
	}
}
