html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #777777;
	font-weight:300;
	overflow-x: hidden;
	font-style: normal;
}

.title-gray {
	color: #aeadad;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight:700;
}
h1 {
	font-size:36px;
	line-height:42px;
}

#container {
	min-height: 100%;
	width: 100%;
	position: relative;
}

.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

a:hover {
	text-decoration:none;
}


/*BANNERS*/

#jssor_1 {
	position:relative;
}
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.banner-text {
	position: absolute;
	left:9%;
	top:35%;
	width:47%;
}

.banner-text h1 {
	color:#fff;
	font-weight:800;
	font-size:42px;
}


.banner-text span {
	display:block;
	color:white;
	margin:20px 0 30px;
	text-align:justify;
	font-size:16px;
}

.banner-text span p {
	display:block;
	margin:5px 0;
}

@media(max-width:480px) {
	.banner-text {
		width:82%;
	}
	.banner-text span {
	    font-size:32px !important;
    }
	
	.banner-text {
		top:25%;
	}

	
}

.btn-green {
	background:#6eb055;
	display:inline-block;
	color:white;
	text-transform:uppercase;
	border-radius:5px;
	padding:15px 25px;
	margin-right:20px;
	float:left;
}

.btn-green:hover {
	color:#575756;
}

/*END BANNERS */
.centered {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight:800;
  font-size:58px;
  line-height:1em;
}

header {
	min-height: 0px;
	border-bottom: none;
	padding: 0;
	background: none;
	position:relative;
	z-index:2;
	margin-bottom:-112px;
}

header #top {
	background:#6eb055 !important;
	display:block;
	width:100%;
	margin:0px;
}

header #top .col-sm-6 img{
	display:block;
	height:28px;
	width:auto;
	margin-top:8px;
	margin-bottom:5px;
}

header #top-links {
	padding-left:0%;

}

header .col-sm-6 #top-links ul li {
	display:inline-block;
	padding-left:10px;
	padding-top:13px;
}

header .col-sm-6 #top-links ul li a i {
	color:white !important;
	margin-right:2px;
}

header .col-sm-6 #top-links ul li.redes {
	padding-top:5px;
}

header .col-sm-6 #top-links ul li.redes a img {
	margin-right:2px;
	display:block;
	height:13px;
	width:auto;
	margin-bottom:0;
	float:left;
}



header .col-sm-6 #top-links ul li a {
	display:inline-block;
	color:#FFF;
	margin-right:5px;
}

header #logo{
	padding:0px 0;
}

header .border{
	border-top:#d3d3d3 solid 2px;
	height:3px;
	display:block;
}
header #menug{
	padding:30px 0 10px;
}
header #logo a img{
	height: 65px;
	width:auto;
}


/*MENU*/
.topinfo {padding-left:20px; padding-top:35px; padding-bottom:0px; width:100%; display:block;}
.topinfo a {display:inline-block; color:#FFF; margin-right:15px; font-size:16px; float:right; }
#menu {
	background:none;
	border-radius:0px;
	text-align:left !important;
	width:100%;
	border-bottom:none;
	z-index:999;
	margin-top:0px;
	padding-top:3%;
}
#menu ul li a{
	color:#FFF;
	font-weight:600;
	font-size:16px;
	padding:5px 0px 5px 20px;
	text-transform:uppercase;
}
#menu ul li:hover a, .nav-link:hover{
	color:#FFF;
	font-weight:800;
	text-decoration:underline;
	border:none;
	text-underline-position: under;
}
#menu .redestop {
	color:#FFF;
}
#menu .redestop a {
	color:#FFF;
}
#menu .redestop a i{
	color:#FFF;
	font-size:16px;
	display:inline-block;
	margin-left:4px;
}

.navbar-nav li ul {
	display:none ;
	position:absolute;
	min-width:140px;
	text-align:left;
}

.navbar-nav li:hover > ul {
	display:block;
}

.navbar-nav li ul li {
	position:relative;
	padding:5px 0;
}

.navbar-nav li ul li a{
	padding-left:0px;
	text-decoration:none;
	margin-left:-14%;
}

.navbar-nav li ul li ul {
	right:30px;
	top:0px;
}

.navbar-toggler-icon {
	color:#FFF !important;
	background:#FFF !important;
}



/*CONTENIDO*/
.subtitle {
	color:#575756;
	font-weight:500;
	text-transform:uppercase;
	font-size:16px;
	display:block;
	margin-top:20px;
}

.grey {
	color:#575756;
	padding-left:20px;
	border-left:#575756 solid 2px;
	min-height:40px;
	display:block;
	font-size:15px;
	font-weight:500;
}

@media(max-width:480px) {
	h1 {
		font-size:30px !important;
	}
	
	header .col-sm-6 #top-links ul li a span {
		display:none !important;
	}
	
	header .col-sm-6 #top-links ul li {
		padding-left:0px;
		padding-top:18px;
	}
	
	header #top {
		padding-top:5px;
	}
	
	header {
		margin-bottom:0px;
    }
	
	#menug {
		display:none !important;
    }
	
	#nosotros .col-lg-5 img {
		display:none !important;
		height:190px;
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}
	
	#nosotros .col-lg-7 {
		padding-bottom:60px;
	}
	
	#box-white .col-lg-5 img {
		margin-bottom:30px;
	}
	
	.pics .col, .pics .col-xs-12 {
		display:block !important;
		width:480px !important;
	
    }
}

#nosotros {
	padding:60px 20x 0px;
	background:#6eb055;
	margin-top:-2px;
	display:block;
}

#nosotros .col-lg-5 img {
	display:block;
	margin-top:30px;
}

#nosotros .subtitle {
	display:block;
	margin-top:10%;
}

#nosotros h1{
	color:#fff;
}
#nosotros p {
	text-align:justify;
	color:white;
	display:block;
	padding:10px 0;
}



#comofunciona {
	padding:60px 0 60px;
}

#comofunciona h1 {
	color:#6eb055;
	margin-bottom:40px;
	display:block;
}
#comofunciona .box {
	border-radius: 6px 6px 0px 0px;
	min-height:40px;
	padding:20px;
	width:100%;
	background:#6eb055;
	color:white;
	display:inline-block;
	float:left;
}

#comofunciona .box img {
	display:block;
	height:50px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

#comofunciona .box h3 {
	text-align:center;
	color:#FFF;
	margin:10px 0 0px;
}

#comofunciona .box span {
	text-align:center;
	display:none;
}

/*#comofunciona .box:hover {
	background:#6eb055;
}

#comofunciona .box:hover h3, #comofunciona .box:hover span {
	color:white;
}*/

#comofunciona .box-text {
	border-radius: 0px 0px 6px 6px;
	border:#CCC solid 1px;
	min-height:250px;
	padding:20px 20px 10px;
	width:100%;
	display:inline-block;
	margin-bottom:30px;
}

#comofunciona .box-text ul {
	padding-left:20px;
}

#comofunciona .box-text ul li {
	padding-left:0px;
	padding-bottom:10px;
	text-align:justify;
}

#transparencia {
	padding:20px 0 60px;
}

#transparencia .row{
	padding:0px 20px;
}

#transparencia h1 {
	color:#6eb055;
	margin-bottom:40px;
	display:block;
}

#transparencia .col-lg-6  {
	padding:0px;
}

#transparencia .col-lg-6 h3 {
	color:#575756;
	margin:4% 30px 0px 30px;
}

#transparencia .col-lg-6 {
	background:#6eb055;
}

#transparencia .col-lg-6 span {
	color:white;
	padding:20px 30px 30px 30px;
	display:block;
}

#transparencia .col-lg-6 span b {
	font-weight:600;
}

#calendario {
	padding:0px 0px 0px;
	background:#575756;
	z-index:-1 !important;
	position:relative;
}

#calendario .subtitle {
	color:#6eb055;
}

#calendario h1 {
	color:#fff;
}

#calendario .col-lg-6:last-child {
	padding:30px;
}

#calendario table {
	margin-top:40px;
	margin-bottom:-5px;
}

#calendario table tr td {
	padding-left:20px;
	vertical-align:top;
}

#calendario table tr td img {
	display:block;
	width:20px;
	height:auto;
}

#registro {
	padding:60px 0;
	margin-top:100px;
}

#registro .col-lg-12 img {
	display:block;
	height:80px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

#registro .col-lg-12 h1 {
	color:#6eb055;
	text-align:center;
	margin:30px 0;
}

#registro .col-lg-12 span {
	display:block;
	text-align:center;
}

#formulario {
}

#formulario .container{
	border:#CCC solid 1px;
	padding:40px 0;
}


#formulario .col-lg-12 h1 {
	color:#6eb055;
	text-align:center;
	margin:20px 0 30px;
}

#formulario .col-lg-12 h3 {
	text-align:center !important;
	
}

#formulario .col-lg-12 span {
	display:block;
	text-align:center;
}

#formulario .col-lg-12 form{
	padding:40px;
	display:block;
}

#formulario .col-lg-12 form h3 {
	display:block;
	text-align:left !important;
	color:#6eb055;
	font-size:14px;
	margin:20px 0;
}

#formulario .col-lg-12 form .form-control-file, #formulario .col-lg-12 form .form-control, #formulario .col-lg-12 form #escolar {
	background:#eeeeee;
}

#formulario .col-lg-12 form label {
	color:#575756;
	display:block;
	margin:10px 0 0;
}

.alerta {
	border:#F00 solid 2px !important;
	color:#F00 !important;
}

#registro-success .modal-header {
	background:#6eb055;	
}

#registro-success .modal-header img {
	display:block;
	height:30px;
	width:auto;
}

#registro-success .modal-body img {
	display:block;
	height:60px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	margin-top:30px;
}

#registro-success .modal-body h4 {
	color:#6eb055;
	text-align:center;
	margin-bottom:30px;
}

#registro-success .modal-body p {
	display:block;
	text-align:center;
	margin-bottom:30px;
}

#registro-success .modal-footer {
	border:none;
	text-align:center !important;
	padding-bottom:30px;
}

#registro-success .modal-footer .btn-green {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* file upload button hover state */
#formulario .col-lg-12 form input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6 !important;
}

/* file upload button active state */
#formulario .col-lg-12 form input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb !important;
}

#formulario .col-lg-12 form .btn-green {
	cursor:pointer;
}


/* ------------------------ */



/*#calendario table tr td:first-child {
	border-left:#6eb055 solid 5px;
}*/

#calendario table tr td h1 {
	font-size:24px;
	margin-top:-10px;
}

#calendario table tr td span {
	color:#6eb055;
	display:block;
	margin-top:-15px;
	margin-bottom:5px;
}

#box-white {
	margin-top:-20px;
	z-index:10 !important;
	position:relative;
}

#box-white .container {
	padding:0 5%;
}

#box-white .row {
	background:#FFF;
	border-radius:7px;
}

#box-white .col-lg-5 {
	padding:2%;
}

#box-white .col-lg-5 img {
	display:block;
	height:110px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:7%;
}

#box-white .col-lg-7 {
	padding:30px;
}

#box-white .col-lg-7 h1 {
	color:#6eb055;
}

#box-white .col-lg-7 span {
	display:block;
	margin:20px 0;
}

.box-votacion {
	display:block;
	margin:15px 0;
}


.box-header {
	background:#575757;
	padding:20px 40px;
}

.box-header table {
	width:100%;
}

.box-header table tr td {
	width:50%;
}

.box-header table tr td span {
	display:block;
	color:#7d7d7d
}

.box-header table tr td b {
	display:block;
	color:white;
}

.box-header table tr td:first-child{
	text-align:left;
}

.box-header table tr td:last-child{
	text-align:right;
}

.box-body {
	border:#CCC solid;
	border-radius: 0px 0px 8px 8px;
	border-top:none !important;
	padding:20px 40px;
}

.box-body h2 {
	color:#6fb056;
}

.box-body span {
	display:block;
	color:#575757;
	font-weight:600;
}

.box-body p {
	display:block;
	padding:20px 0;
	min-height:300px;
}

.box-body .btn-green {
	background:#6eb055;
	display:inline-block;
	color:white !important;
	text-transform:uppercase;
	border-radius:5px;
	padding:15px 25px;
	margin-right:0px;
	float:none;
}

.box-body .btn-disabled {
	background:#CCC;
	display:inline-block;
	color:white !important;
	text-transform:uppercase;
	border-radius:5px;
	padding:15px 25px;
	margin-right:0px;
	float:none;
}

/*FOOTER*/
footer {
	background:#6eb055;
	padding-top:210px;
	margin-top:-215px;
	padding-bottom:60px;
	z-index:1 !important;
	position:relative;
	color:#fff;
}

#footer-min {
	background:#6eb055;
	padding-top:30px !important;
	margin-top:30px !important;
	padding-bottom:60px;
	z-index:1 !important;
	position:relative;
	color:#fff;
}

footer h5 {
	margin-top:60px;
	font-weight:700;
	color:#fff;
	margin-bottom:20px;
}

footer img {
	display:block;
	height:80px;
	width:auto;
	margin-bottom:30px;
	margin-top:25%;

}

footer ul li {
	padding-bottom:10px;
}

footer ul li a{
	color:#fff;
}


footer hr{
	border-top:#010101 solid 1px;
}
footer p {
	color:#010101;
	text-align:center;
	font-weight:600;
	display:block;
	padding-bottom:0px;
}
@media (max-width: 767px) {
.navbar {display:none;}
#ventajas .box {
	min-height:200px;
}
#galeria .col-lg-3, #galeria .col-lg-6{
	width:50%;
}


#clientes .col-lg-3{
	width:50%;
}
#slider {
	margin-top:0px;
	min-height:280px;
	background:#0000a1;
	position: relative;
}

#slider h1{
	margin-top:20%;
	font-weight:800;
	color: white;
	font-size:36px;
	text-align:center;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
header #logo img {
	height:40px;
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
header {background:#0000a1 !important;}
#ventajas {
	color:#757677;
	background:#0000af;
	margin-bottom:60px;
}
#ventajas .container {
	padding:60px 0px 30px;
	background:none;
}
#servicios img{
	clear:both;
	height:55px;
	width:auto;
	margin-right:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:20px;
}
#servicios span{
	width:100%;
	float:none;
	display:block;
	padding-right:0%;
	vertical-align:middle;
	text-align:center;
}
}

@media (min-width: 768px) and (max-width: 992px) { 
.navbar {display:none;}
#ventajas .box {
	min-height:200px;
}
#galeria .col-lg-3, #galeria .col-lg-6{
	width:50%;
}


#clientes .col-lg-3{
	width:50%;
}
#slider {
	margin-top:0px;
	min-height:480px;
	background:#0000a1;
	position: relative;
}

#slider h1{
	margin-top:20%;
	font-weight:800;
	color: white;
	font-size:56px;
	text-align:center;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
header #logo img {
	height:40px;
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
header {background:#0000a1 !important;}
#ventajas {
	color:#757677;
	background:#0000af;
	margin-bottom:60px;
}
#ventajas .container {
	padding:60px 0px 30px;
	background:none;
}
#servicios img{
	clear:both;
	height:55px;
	width:auto;
	margin-right:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:20px;
}
#servicios span{
	width:100%;
	float:none;
	display:block;
	padding-right:0%;
	vertical-align:middle;
	text-align:center;
}

}

@media (min-width: 993px) and (max-width: 1139px) { 

#ventajas .box {
	min-height:200px;
}
#galeria .col-lg-3, #galeria .col-lg-6{
	width:50%;
}


#clientes .col-lg-3{
	width:50%;
}
#slider {
	margin-top:-345px;
	min-height:800px;
	position: relative;
}

#slider h1{
	margin-top:40%;
	font-weight:800;
	color: white;
	font-size:56px;
	text-align:center;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#ventajas {
	color:#757677;
	background-image:url('../images/serv-clientesbg.png');
	background-position:0% -40%;
	background-repeat:no-repeat;
	padding-bottom:60px;
	
}
#ventajas .container {
	padding:60px 0px 30px !important;
	background-image:url('../images/ventajasbg.png');
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}
#ventajas .box {
	background:#f2f2f9;
	border-radius:3px;
	padding:30px 20px;
	min-height:300px;
	display:block;
}

#servicios span{
	width:100% !important;
	float:none !important;
	display:block;
	padding-right:0%;
	text-align:center;
}
#servicios img{
	clear:none;
	height:55px;
	width:auto;
	display:block !important;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
}

@media (min-width: 1140px) and (max-width: 1539px) { 


#slider {
	margin-top:-280px;
	min-height:800px;
	position: relative;
}

#slider h1{
	margin-top:40%;
	font-weight:800;
	color: white;
	font-size:56px;
	text-align:center;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}


}

/*FeedBack*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}

