/*  
Description: Archivo de normalización de estilos.
Author: Feline Interactive
Author URI: http://www.feline.cl
Version: 1.4
*/
body{
font: 100% Arial, Helvetica, sans-serif;
font-size: 14px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
width:100%;
}
fieldset,img, abbr, acronym{
border:0;
}
address,caption,pre,cite,code,dfn,th,var{
font-style:normal;
font-weight:normal;
}
ol,ul,dl{
list-style:none;
}
caption{
text-align:left;
}
img{
border:0;
}
h1,h2,h3,h4,h5,h6{
font-size:1em;
font-size:100%;
font-weight:normal;
}
a{
outline:none;
}
input,select,textarea{
font-family:Arial, Helvetica, sans-serif;
}
/* CLEARFIX ***********************/
.clearfix:after{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix{
display: inline-block;
}
/*\*/* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}/**/
/**********************************/
@media print{
body, body *{
font-family:Arial, Helvetica, sans-serif !important;
}
.no-imprimir{
display:none !important;
}
}


body {
background: url(../img/background2.svg) no-repeat center top;
background-size: 1920px 1080px;
padding-top:2%;
color: #414645;
font-weight: 700;

}

.container {
width: 100%;
height: 100%;
}

.table-class {
display: table;
}

.row-class {
display: row;
}

.td-class {
display: table-cell;
vertical-align: middle;
}

.center {
text-align: center;
margin: auto auto;
}

.right-padding {
padding-right: 3.5em;
}

.padding-top-logo {
padding-top: 3%;
}


.padding-top-texto {
padding-top: 3%;
}


.texto-titulo {
font-size: 3em;
color: #414645;
font-weight: 700;
}

.padding-top-visitanos {
padding-top: 2%;
}


.visitanos-txt {
font-size:1.5em;
}

.none {
text-decoration: none;
}


.boton {
margin-top: 1.5em;	
display: block;
color: #fff;
background-color: #4e8ab6;
padding:1em 2.5em;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-transition: all 1s; /* Safari */
transition: all 1s;
text-transform:uppercase;
}
.boton i{
	font-size: 1.5em;
	margin-right: 10px;
}


.boton:hover {
background-color: #36516f;
-webkit-transition: all 1s; /* Safari */
transition: all 1s;
}

.mobile-only {
display: none;
}


.logo {
width: 80%;
}





@media only screen and (max-width: 900px) {


body{
padding:1em;
font-size:70%;
}

.td-class {
display: block;
}


.logo {
width: 80%;
height: auto;
}

.texto-titulo {
width: auto;
font-size: 2.5em;
}


.padding-top-texto {
padding-top: 7%;
}


.padding-top-visitanos {
padding-top: 10% !important;
}

.no-mobile {
display: none;
}


.mobile-only {
display: block;
}

}