@CHARSET "UTF-8";
.preloader {
    display: flex;
	position: fixed;
    margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	z-index: 9999;
    background-color: rgba(0,0,0,0.8);
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader {
    margin: auto;
    padding: auto;
    display: block;
    width: 20%;
    height:20%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
body
{
	width: 100%;
	background:linear-gradient( #634f4f,#2a3ae9);
	font-family:Hack;
	font-size:18px;
	text-align:center;
}
#contacto{
	margin:auto;
}
#logo{
	display:block;
	float:left;
	width:200px;
	height:140px;
}
.section
{
	text-align:right;
	width: 99%;
	border-radius:10px;
	background-color:#56ffff;
}
a.section
{
	padding: 1%;
}
a.section:hover
{
	color: #56ffff;
	background-color: #ffffff;
}
.cont{
	display:none;
	margin:auto;
}
p{
	text-align:justify;
}
a
{
	text-decoration:none;
	margin:auto;
}
a:visited
{
	color:#370737;
}
a:hover
{
	color:#F30707;
}

article{
	display:block;
	margin-top:40px;
	float:left;
	width:99%;
	border-radius:10px;
	background-color:#F4DDDD;
}
.article{
	margin:20px;
}
img.article{
    	margin:20px 20px 40px 20px;
        width:90%;
    }
aside{
	display:block;
	margin-top:40px;
	float:right;
	background-color:#BBBBBB;
	border-radius:10px;
	text-align:left;
}
#h1p
{
	line-height:60px;
	margin-bottom:1px;
	margin-top:10px;
	margin-left:5px;
	text-align:left;
	text-indent:10px;
	text-shadow:2px 1px #AAAAAA;
}
#h2p
{
	text-align:left;
	margin-top:1px;
	margin-bottom:30px;
	text-indent:30px;
	font-size:20px;
	text-shadow:2px 1px #AAAAAA;
}
h1
{
	text-align: center;
}
h2{
	text-align:left;
}
#email,#whatsapp
{
	cursor:pointer;
}
img.contacto
{
	width:50px;
	height:50px;
}
img.contacto:hover
{
	filter:grayscale(50%);
}
.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
	
}
.text-up{
    position: absolute;
	color: #ffffff;
	font-size: 70px;
    top: 10%;
    left: 60%;
	right: 20%;
}
.text-center{
    position: absolute;
	color: white;
    top: 50%;
    left: 60%;
	font-size: 60px;
}
a.p-text:link{
	color: white;
	border-style: solid;
	border-color: white;
	background: #202020;
}
a.p-text:visited{
	color: white;
	border-style: solid;
	border-color: white;
	background: #202020;
}
a.p-text:hover{
	color: #202020;
	border-style: solid;
	border-color: #202020;
	background: white;
}
.aside{
	margin:10px;
	text-align:center;
}
li{
	list-style-position:outside;
	list-style-type:circle;
}

.modal {
    display: block; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.9); 
}
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    height:100%;
}
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
@keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 1280px){
    .modal-content {
        width: 100%;
    }
    .principal{
		margin-left:-8px;
		margin-right:-8px;
    }
    section{
		width:100%;
    }
    aside{
		float:left;
	}
    article{
		width:100%;
    }
    img.article{
    	margin:5px 5px 20px 10px;
    }
    .article{
		margin:10px;
    }
@media only screen and (max-width: 720px){ 
    #logo{
	display:block;
	margin:auto;
	float:none;
	vertical-align: middle;
	}
	#h1p{
		text-align:center;
		margin:auto;
	}
    .modal-content {
		margin: auto;
		display: block;
		width:100%;
		height:80%;
		
		
    }}}
