<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(normalize.css);
@import url(bootstrap.css);
@import url(font-awesome.min.css);
@font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/oswald-regular.eot');
    src: url('../fonts/oswald-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular.woff2') format('woff2'),
         url('../fonts/oswald-regular.woff') format('woff'),
         url('../fonts/oswald-regular.ttf') format('truetype'),
         url('../fonts/oswald-regular.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensedLight';
    src: url('../fonts/robotocondensed-light.eot');
    src: url('../fonts/robotocondensed-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-light.woff2') format('woff2'),
         url('../fonts/robotocondensed-light.woff') format('woff'),
         url('../fonts/robotocondensed-light.ttf') format('truetype'),
         url('../fonts/robotocondensed-light.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('../fonts/robotocondensed-regular.eot');
    src: url('../fonts/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular.woff') format('woff'),
         url('../fonts/robotocondensed-regular.ttf') format('truetype'),
         url('../fonts/robotocondensed-regular.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	scroll-behavior: smooth;
}

html, body{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'RobotoCondensedRegular';
	font-size: 16px;
}
.full-width{
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.ShowBox{
	opacity: 1 !important;
	pointer-events: auto !important;
}
.formated-section{
	padding: 60px 0 0 0;
}
.font-oswald{
	font-family: 'OswaldRegular';
}

/*=========== FOOTER ===*/
.footer-main-div{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 70px;
	background: #141414;
	padding: 20px 0px;
}
.footer-social-icons{
	width: 100%;
	height: auto;
	margin: auto;
}
.footer-social-icons ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.footer-social-icons ul li{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0px 10px;
	border-radius: 100%;
	background: #fff;
}

.footer-social-icons ul li a{
	color: #141414;
	font-size: 25px;
}
.footer-social-icons ul li:hover{
	background: #ffa420;
}
.footer-social-icons ul li a i{
	line-height: 50px;
}

.footer-menu-one{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
}

.footer-menu-one ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.footer-menu-one ul li{
	display: inline-block;
	margin: 0px 20px;
}

.footer-menu-one ul li a{
	color: #fff;
	font-family: 'RobotoCondensedLight';
	text-transform: uppercase;
	text-decoration: none;
}

.footer-menu-one ul li a:hover{
	color: #4e9edf;
	
}

.footer-bottom{
	width: 100%;
	height: auto;
	margin: auto;
	background:rgb(27, 27, 27);
	
}

.footer-bottom p{
	
	font-family: 'RobotoCondensedLight';
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
}

.footer-bottom p a{
	color: #fff;
	font-size: 16px;
}

.footer-bottom p a img{
	width: 200px;
	height: 80px;
}


/*=========== Barra de navegacion ===*/
.NavBarP,
.NavBarP-Logo,
.NavBarP-Nav,
.NavBarP-Nav &gt; ul,
.NavBarP-Nav &gt; ul &gt; li,
.NavBarP-Nav &gt; ul &gt; li &gt; a{
	height: 50px;
	line-height: 50px;
}
.NavBarP{
	background-color: #141414;
	color: #fff;
	position: relative;
	font-family: 'RobotoCondensedLight';
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.NavBarP-Logo,
.NavBarP-Nav{
	position: absolute;
	top: 0;
	background-color: #141414;
}
.NavBarP-Logo{
	left: 0;
	width: 30%;
	font-family: 'OswaldRegular';
}
.NavBarP-Nav{
	right: 0;
	width: 70%;
}

.NavBarP-Logo &gt;a{
	color: #fff;
	text-decoration: none;
}

.NavBarP-Logo &gt;a:hover{
	color: #4e9edf;
	text-decoration: none;
}

.NavBarP-Nav &gt; ul{
	text-align: right;
	padding-right: 50px;
}
.NavBarP-Nav &gt; ul &gt; li{
	display: inline-block;
	position: relative;
}
.NavBarP-Nav &gt; ul &gt; li &gt; a{
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 0 7px;
	transition: all .3s ease-in-out;
}
.NavBarP-Nav &gt; ul &gt; li &gt; a:hover{
	color: #4e9edf;
}

/*=========BODY=========*/
.alinea{
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
}

.contador{
	width: 100%;
	text-align: center;
	display: inline-block;
}

.contador-texto{
	font-size: 40px;
	font-weight: 900;
}

.contador-a{
	font-size: 20px;
	font-weight: 900;
}

.contador-cantidad{
	font-size: 40px;
	font-weight: 900;
}

.fa-users{
	color: #224562;
}

.col {
	margin: 0 auto;
}

@keyframes aparecer{
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.ocultar{
	opacity: 0;
}

.animar{
	animation: aparecer 1.3s;
}

.swiper-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow-x: hidden;
}

  .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
}

.borde-carousel{
	border-radius: 5px;
}

.clientes{
	background-image: linear-gradient(-45deg, #e3ddd9 50%, #b8b1b1 50%);
}

.img-anim{
	overflow: hidden;
}

.img-anim img{
	transition: 1s;
}
.img-anim img:hover{
	transform: scale(1.1);
}

.go-top-container{
	position: fixed;
	bottom: 8rem;
	right: 1rem;
	width: 6rem;
	height: 6rem;
	z-index: -1;
}

.go-top-button{
	/*
	width: 0rem;
	height: 0rem;
	*/
	opacity: 0.65;
	background: rgb(37, 37, 37);
	border-radius: 50%;
	cursor: pointer;
	transition: .2s;
	/*
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	*/
	z-index: -1;
}

.go-top-button i{
	position: absolute;
	font-size: 1.7rem;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: white;
	transition: .2s;
}

.show{
	z-index: 10;
}

.show .go-top-button{
	animation: popup .3s ease-in-out;
	width: 6.0rem;
	height: 6.0rem;
	/*
	*/
	z-index: 11;
}

.show i{
	transform: translate(-50%, -50%) scale(1);
}

@keyframes popup{
	0%{
		width: 0rem;
		height: 0rem;

	}
	50%{
		width: 8rem;
		height: 8rem;
	}
	100%{
		width: 6.6rem;
		height: 6.6rem;
	}
}

/*====== Login ==*/
.Login{
	right: 0;
	z-index: 77;
	background: #fff;
	color: #141414;
	text-transform: none;
	line-height: normal;
	padding: 7px;
	text-align: left;
	font-size: 14px;
	transition: all .3s ease-in-out;
	opacity: 0;
	pointer-events: none;
}
.Login a{
	text-decoration: none;
	line-height: auto;
	text-align: center;
	display: block;
}

.banner{
	position: relative;
	width: 100%;
	height: calc(75vh - 50px);
	background-color: #F5F5F5;
	background-size: cover;
	background-position: center;
	transition: all .1s ease-out;
	background-image: url('https://live.staticflickr.com/65535/50882055737_bd79fe7278_k.jpg');
	/* background-image: url('../assets/img/banner-4.jpg'); */
	animation: banner 10s infinite linear;
}
.banner-content{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	background-color: rgba(0, 22, 40, .6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner-content h1{
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	font-size: 60px;
	text-align: center;
}

.banner-content a{
	text-decoration: none;
	color: #FFF;
	padding: 9px 20px;
	border: 1px solid #FFF;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.banner-content a:hover{
	background-color: #fff;
	color: rgb(51, 51, 51);
}

.card-text{
	color: rgba(65, 67, 68, 0.6);
}

@keyframes banner{
	0%{
		/* background-image: url('../assets/img/banner-4.jpg'); */
		background-image: url('https://live.staticflickr.com/65535/50882055737_bd79fe7278_k.jpg');
	}
	25%{
		/* background-image: url('../assets/img/banner-4.jpg'); */
		background-image: url('https://live.staticflickr.com/65535/50882055737_bd79fe7278_k.jpg');
	}
	

	26%{
		/* background-image: url('../assets/img/banner-6.jpg'); */
		background-image: url('https://live.staticflickr.com/65535/50881951791_1e64b1f1a7_k.jpg');
	}
	50%{
		/* background-image: url('../assets/img/banner-6.jpg'); */
		background-image: url('https://live.staticflickr.com/65535/50881951791_1e64b1f1a7_k.jpg');
	}
	

	51%{
		/* background-image: url('../assets/img/banner-33.jpg'); */
		background-image: url('https://live.staticflickr.com/65535/50881951621_aab713f5e6_k.jpg');
	}
	75%{
		/* background-image: url('../assets/img/banner-33.jpg'); */
		background-image: url('https://live.staticflickr.com/65535/50881951621_aab713f5e6_k.jpg');
	}
	

	76%{
		/* background-image: url('../assets/img/banner-5.jpg'); */
		background-image: url('https://live.staticflickr.com/65535/50882055522_0dc480b2bb_k.jpg');
	}
	100%{
		/* background-image: url('../assets/img/banner-5.jpg'); */
		background-image: url('https://live.staticflickr.com/65535/50882055522_0dc480b2bb_k.jpg');
	}

}

/*NEWS POST SLIDER*/
.page-wrapper {
	margin-top: 70px;
}

.post-slider{
	position: relative;
}

.post-slider .slider-title{
	font-family:"OswaldRegular";
	text-align: center;
	margin: 30px auto;
}

.post-slider .next{
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 2em;
	color: black;
	cursor: pointer;
}

.post-slider .prev{
	position: absolute;
	top: 50%;
	left: 30px;
	font-size: 2em;
	color: black;
	cursor: pointer;
}

.post-slider .post-wrapper{
	width: 84%;
	height: 350px;
	margin: 0px auto;
	overflow: hidden;
	padding: 10px 0 10px 0px;
}

.post-slider .post-wrapper .post{
	width: 300px;
	height: 330px;
	margin: 0px 10px;
	display: inline-block;
	background: white;
	border-radius: 5px;
	box-shadow: 1rem 1rem 1rem -1rem #a0a0a033;
}

.post-slider .post-wrapper .post .post-info{
	height: 130px;
	padding: 0px 5px;
}

.post-slider .post-wrapper .post .post-info h4{
	margin: 5px;
}

.post-slider .post-wrapper .post .post-info a{
	text-decoration: none;
	color: inherit;
}

.post-slider .post-wrapper .post .post-info a:hover{
	color: #4e9edf;
}

.post-slider .post-wrapper .post .slider-image{
	width: 100%;
	height: 200px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

/* NEWS CONTENTS */

.content{
	width: 90%;
	margin: 30px auto 30px;
}

.content .main-content{
	width: 70%;
	float: left;
}

.content .sidebar{
	width: 30%;
	float: left;
}

.clearfix::after{
	content: '';
	display: block;
	clear: both;
}

.content .main-content .recent-post-title{
	margin: 20px;
}

/* SIDEBAR */

/* BUSCADOR */

.content-search{
	background: black(170, 169, 169, 0.3);
	display: none;	
}

.content-table{
	width: 100%;
	max-height: 200px;
	height: auto;
	background: rgba(238, 237, 237, 0.3);
	overflow-y: visible;
	overflow-x: hidden;
}

tbody tr td a{
	font-size: 18px;
	margin-top: 10px;
	display: block;
	text-decoration: none;
	color: black;
}

tbody tr td a:hover{
	text-decoration: none;
	color: #4e9edf;
}

#table_length, #table_filter, #table_info, #table_paginate{
    display: none;
}

.col {
	margin: 0 auto !important;
}


/* BUSCADOR FINAL */

.content .sidebar .section{
	background: white;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.content .sidebar .section.search{
	margin-top: 80px;
}

.content .sidebar .section-title{
	margin: 10px 0px 10px 0px;
}

.content .sidebar .section.topics ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid lightgrey;
}

.content .sidebar .section.topics ul li a{
	text-decoration: none;
	color: black;
	display: block;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid lightgrey ;
	transition: all 0.3s;
}

.content .sidebar .section.topics ul li a:hover{
	padding-left: 10px;
	transition: all 0.3s;
	color: #4e9edf;
}

.text-input{
	padding: .7rem 1 rem;
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	outline: none;
	color: #444;
	line-height: 1.5rem;
	font-family: sans-serif;
	font-size: 1.4em;
}
/* SIDEBAREND */


.content .main-content .post{
	width: 95%;
	height: 270px;
	margin: 10px auto;
	border-radius: 5px;
	background: white;
	position: relative;
}

.content .main-content .post .post-image{
	width: 40%;
	height: 100%;
	float: left;
	margin-right: 20px;
}

.content .main-content .post .post-preview p{
	margin-top: 5px;
	text-align: justify;
}

.content .main-content .post .read-more{
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.boton{
	padding: .5rem 1rem;
	background: white;
	color: black;
	border: 1px solid black;
	border-radius: .25rem;
}

.boton:hover{
	text-decoration: none;
	color: white !important;
	background: #4e9edf;
}

.atext {
	text-decoration: none;
	color: black;
}

.atext:hover{
	text-decoration: none;
	color: #4e9edf;
}


/* SINGLE POST */



.content .main-content.single{
	padding: 10px 50px;
	font-size: 1.1em;
	border-radius: 5px;
}

.content .sidebar.single{
	padding: 0px 10px;
}

.img-post{
	display: block;
	margin: auto;
	width: 90%;
	padding-bottom: 10px;
	height: auto;
	border-radius: 5px;
}

.content .main-content .post-title{
	text-align: center;
	margin-bottom: 40px;
}

.content .main-content .post-content{
	text-align: justify;
}

.content .popular .post{
	border-top: 1px solid #e0e0e0;
	margin-top: 10px;
	padding-top: 10px;
}

.content .popular .post img{
	height: 60px;
	width: 60px;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
}

/* END SINGLE POST */


/* ABOUT US */
.colorb{
	background: #f3f1f1;
}

.section-padding{
	padding: 50px 0;
	background: #f3f1f1;
}

.section-heading h2{
	font-family: sans-serif;
}

.team-info{
	margin-top: 50px;
}


.team-info h3{
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 0;
	font-style: italic;
}

.team-info h6{
	margin-bottom: 16px;
	font-weight: 500;
	font-style: italic;
}

.team-info p{
	text-align: justify;
	margin: 30px 0;
	color: #999999;
	font-size: 18px;
	font-style: italic;
}

.team-div{
	width: 45px;
	background: #000;
	height: 2px;
	position: relative;
	margin-top: 20px;
}

.team-div:after{
	position: absolute;
	content: '';
	width: 30px;
	background: #000;
	height: 2px;
	bottom: 0;
	top: 5px;
}

.imagen-c{
	display: block;
	margin: auto;
	width: 50%;
	height: 300px;
}

.carousel-indicators{
	bottom: 20px;
	left: 53%;
}


.carousel-indicators li{
	border-color: #4e9edf;
}

.carousel-indicators .active{
	background: #ffa420;
	border-color: #ffa420;
}

.img-respo{
	border-radius: 50px;
	width: 100%;
	height: 400px;
}

.persona-columna{
	display: block;
	margin: 0px 15px 15px 15px;
	overflow: hidden;
    position: relative;
    cursor: pointer;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
	border-radius: 5px;
}

.persona-columna &gt; img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hover-galeria {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(0);
    background:  #064049ca;
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-galeria img {
    width: 100px;
}

.hover-galeria p {
    color: white;
}

.persona-columna:hover .hover-galeria {
    transform: scale(1);
}

.container-about{
	display: grid;
}

iframe{
	width: 80%;
	height: 50vh;
	border-radius: 10px;
}

@media(min-width:779px){
	.container-about{
		grid-template-columns: repeat(2, 50%);
	}
}

@media(min-width:992px){
	.container-about{
		grid-template-columns: repeat(3, 33.3%);
	}
}

@media only screen and (max-width: 847px){
	.banner-content h1{
		font-size: 38px;
	}
}

@media only screen and (max-width: 363px){
	.banner-content h1{
		font-size: 30px;
	}
}


@media only screen and (max-width: 600px){
	/* .banner-content h1{
		font-size: 40px;
	} */

	.carousel-indicators{
		bottom: -50px;
		left: 16%;
	}

	.team-info p{
		font-size: 14px;
	}

	.team-info{
		padding: inherit;
	}

	.team-img{
		margin-bottom: -50px;
		margin-right: 10px;
		margin-left: 10px;
	}

	.img-responsive
	{
		width: auto;
		height: auto;
	}
	

}

@media only screen and (max-width: 768px){
	.team-img{
		margin-bottom: -50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.team-info{
		padding: inherit;
	}

	
}
/* END ABOUT US */

/*Animaciones*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  .fast {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  @keyframes fadeIn {
	from {
	  opacity: 0;
	}
  
	to {
	  opacity: 1;
	}
  }
  
  .fadeIn {
	animation-name: fadeIn;
  }




/*=======================================================================================================
=                                        Media queries                                                  =
========================================================================================================*/

@media only screen and (max-width: 767px) {
	.content .main-content .post{
		height: auto;
	}

	.content .main-content .post .post-image{
		width: 100%;
	}

	.content .main-content .post .post-preview{
		width: 100%;
	}

	.content .main-content .post .read-more{
		position: static;
		display: block;
		width: 100%;
		text-align: center;
	}
}


@media only screen and (max-width: 1199px) {
	.post-slider .post-wrapper .post .post-info h4{
		font-size: 16px;
	}
}


@media only screen and (max-width: 991px) {
	.content .sidebar.single{
		padding-top: 30px;
	}

	.imagen-c{
		width: 100%;
	}
	
	.post-slider .post-wrapper .post .post-info h4{
		font-size: 16px;
	}
	
	.content .main-content{
		width: 100%;
	}

	.content .sidebar{
		width: 100%;
	}

	

	.content .sidebar.single{
		width: 100%;
	}


	.content .sidebar .section.search{
		margin-top: 30px;
	}

	.content .main-content .post{
		width: 100%;
	}

	
}

/* col-xs */
@media (max-width: 767px) {
	.NoScroll{
		overflow-y: hidden;
	}
    .NavBarP-Logo{
    	width: 100%;
    	z-index: 99;
    	position: fixed;
    	border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .NavBarP-Nav{
    	width: 100%;
    	padding-top: 50px;
    	height: 100%;
    	z-index: 97;
    	position: fixed;
    	opacity: 0;
    	pointer-events: none;
    	transition: all .3s ease-in-out;
    }
    .NavBarP-Nav &gt; ul{
    	padding-right: 0;
    	text-align: center;
    	height: 100%;
    }
    .NavBarP-Nav &gt; ul &gt; li{
		display: block;
    }
    .btn-menuMobile{
    	position: absolute;
    	z-index: 100;
    	top: 0;
    	right: 0;
    	color: #fff;
    	height: 50px;
    	width: 50px;
    	cursor: pointer;
    	line-height: 50px;
    	font-size: 25px;
    	transition: all .3s ease-in-out;
    }
    .btn-menuMobile:hover{
		color: #FAE76F;
	}
    .Login{
    	position: fixed;
    	height: 100%;
    	top: 0;
    	padding-top: 50px;
    	z-index: 100;
    }
}

/* col-sm */
@media (min-width: 768px) and (max-width: 991px) {
    
}

/* col-md */
@media (min-width: 992px) and (max-width: 1199px) {
    
}

/* col-lg */
@media (min-width: 1200px) {
    
}

/*col-sm col-md col-lg*/
@media (min-width: 768px) {
	.Login{
		border: 1px solid #E1E1E1;
		position: absolute;
		top: 62px;
		width: 250px;
	}
    .Login::after,
	.Login::before {
		bottom: 100%;
		right: 14px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.Login::after {
		border-color: rgba(136, 183, 213, 0);
		border-bottom-color: #fff;
		border-width: 10px;
		margin-right: 0px;
	}
	.Login::before {
		border-color: rgba(194, 225, 245, 0);
		border-bottom-color: #E1E1E1;
		border-width: 12px;
		margin-right: -2px;
	}
}


/* PRE LOADER */
@keyframes ldio-9n877dn1yz {
	0% { transform: scale(1.1500000000000001) }
	100% { transform: scale(1) }
  }
  .ldio-9n877dn1yz div {
	position: absolute;
	width: 66.85px;
	height: 66.85px;
	top: 19.099999999999998px;
	left: 19.099999999999998px;
	background: #95f15f;
	animation: ldio-9n877dn1yz 0.3921568627450981s cubic-bezier(0,0.5,0.5,1) infinite;
	animation-delay: -0.11764705882352941s;
  }
  .ldio-9n877dn1yz div:nth-child(2) {
	top: 19.099999999999998px;
	left: 105.05px;
	background: #06b3ba;
	animation-delay: -0.07843137254901962s;
  }
  .ldio-9n877dn1yz div:nth-child(3) {
	top: 105.05px;
	left: 19.099999999999998px;
	background: #719a12;
	animation-delay: 0s;
  }
  .ldio-9n877dn1yz div:nth-child(4) {
	top: 105.05px;
	left: 105.05px;
	background: #ffc223;
	animation-delay: -0.03921568627450981s;
  }
  .loadingio-spinner-cube-fd034iqq91k {
	width: 191px;
	height: 191px;
	display: inline-block;
	overflow: hidden;
	background: none;
  }
  .ldio-9n877dn1yz {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
  }
  .ldio-9n877dn1yz div { box-sizing: content-box; }
  /* generated by https://loading.io/ */

  .load-hidden{
	overflow: hidden;
  }

  .centrado-load{
	background-color: black;
	height: 1000vh;
	display: flex;
	justify-content:center;
	padding-top: 100px;
	align-items: start;
  }

  /* MODAL */

  .abrir-modal {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8050;
}

.modal-img{
	width: 100%;
}

.modal-imgicon{
	display: block;
	margin: auto;
	width: 50%;
}

.modal-body p{
	text-align: justify;
}

.modal-title {
	margin: 0 auto;
	color: #ffa420;
}

/* CONTACTENOS */

.mapa-google{
	width: 100%;
	height: 300px;
}

.logo {
    text-align: center;
    font-size: 3em;
}

.logo span {
    color: #4e9edf;
}

.contact-wrapper {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, .3);
	border-radius: 10px;
	overflow: hidden;
}

.contact-wrapper &gt; * {
    padding: 1em;
}

.contact-form {
	background: #222222;
}

.contact-form h3{
    color: #e6e5e5;
}

.contact-form form {
    grid-template-columns: 1fr 1fr;
}

.contact-form form label {
	display: block;
	color: #e6e5e5;
}

.contact-form form p {
    margin: 0;
    padding: 1em;
}

.contact-form form .block {
    grid-column: 1 / 3;
}

.contact-form form button,
.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
    color: #fff;
    border-bottom: 1px solid #4e9edf;
}

.contact-form form button {
    background: #4e9edf;
    border: 0;
    text-transform: uppercase;
    padding: 1em;
}

.contact-form form button:hover,
.contact-form form button:focus {
    background: #208d16;
    color: #fff;
    transition: background-color 1s ease-out;
    outline: 0;
}

/* CONTACT INFO */

.contact-info ul li button{
	margin-top: 5px;
	background: rgb(47, 47, 47);
	width: 50px;
}

.contact-info ul li a{
	font-size: 16px;
	color: white;
	text-decoration: none;
}

.contact-info ul li a:hover{
	color: #4e9edf;
	text-decoration: none;
}

.contact-info {
	background: #000;
}

.contact-info ul{
    list-style: none;
    padding: 0;
}

.contact-info ul i{
	font-size: 25px;
}

.contact-info ul li{
	font-size: 18px;
}

.contact-info h2 {
	color: #e6e5e5;
	text-align: center;
}

.contact-info a img {
	display: block;
	margin: auto;
}


.contact-info h4, .contact-info ul, .contact-info p {
    text-align: center;
	margin: 0 0 1rem 0;
	color: #e6e5e5;
}

/* LARGE SIZE */
@media (min-width: 768px) {
   
    .contact-wrapper {
        grid-template-columns: 2fr 1fr;
    }
    .contact-wrapper &gt; * {
        padding: 2em;
    }
    .contact-info h4,
    .contact-info ul,
    .contact-info p {
        text-align: center;
    }
}

/* FacturaciÃ³n ElectrÃ³nica */

.precios_planes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.plan {
	border: 2px dashed;
	border-radius: 11px;
	border-bottom-left-radius: 23px;
	padding: 13px;
	flex: 0 1 75%;
	margin: 7px;
	background-color: #fff8e0;
	color: #626662;
	pointer-events: none;
	transform: skew(3deg, 2deg) rotate(-3deg);
	transition: transform 0.4s;
}
.plan:hover {
	transform: none;
}
.plan * {
	pointer-events: auto;
	transform: none;
}
.plan_nombre {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
.plan_descripcion {
	font-size: 0.8em;
	margin-bottom: 3px;
}
.plan_variantes .plan_nombre {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
.plan_variantes {
	display: flex;
	flex-flow: wrap row;
	align-content: stretch;
	flex: 100%;
}
.plan_variante {
	border: 1px solid;
	border-radius: 3px;
	margin: 2px;
	flex: 45%;
	padding: 2px;
	background-color: #d5fed3;
}
.plan_precio {
	text-align: right;
	color: #804a33;
}
.plan_precio .extra {
	font-size: 0.6em;
}

@media (max-width: 479px) {
	.plan {
		flex: 0 0 95%;
	}
}
</pre></body></html>