
*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
*:focus
{
	outline:none;
}
a
{
	text-decoration:none;
}
body
{
	font-family: 'ralewayregular';
	font-size:17px;
	font-weight:400;
	color:#5d5d5d;
	line-height:23px;
	letter-spacing:-1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
b,
strong
{
	font-family: 'ralewaybold';
}
footer
{
	background: #0061a9 url(../images/back-footer.jpg) center center no-repeat;
	background-size: cover;
	font-size: 0;
}
body.ctse footer
{
	background: #422774 url(../images/back-footer-ctse.jpg) center center no-repeat;
	background-size: cover;
}
footer article
{
	font-size: 19px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	color: #fff;
	padding: 60px 50px;
}
footer article:nth-child(1)
{
	background: rgba(0,0,0,0.20);
}
footer article:nth-child(1) p
{
	margin-bottom: 50px;
}
footer article:nth-child(2) p
{
	margin-bottom: 15px;
}
footer article:nth-child(2) a
{
	margin: 20px 0 0 0;
}
footer h4
{
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: 'ralewaythin';
	margin-bottom: 40px;
}
footer h4 span
{
	font-family: 'ralewayextrabold';
	display: block;
}
form
{
	max-width: 900px;
	width: 100%;
	margin: auto;
	font-size: 0;
}
textarea
{
	margin: 0 1%;
	width: 98%;
	font-size: 17px;
	resize: none;
	height: 200px;
	border: none;
	background: #eaeaea;
	border-bottom: 2px solid rgba(0, 96, 169, 0.20);
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
form input[type="text"],
form input[type="number"],
form input[type="email"]
{
	font-size: 17px;
	display: inline-block;
	width: 48%;
	margin: 0 1% 20px 1%;
	height: 40px;
	border: none;
	background: #eaeaea;
	border-bottom: 2px solid rgba(0, 96, 169, 0.25);
	padding: 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
form input[type="text"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
textarea:focus
{
	border-bottom: 2px solid rgba(255, 134, 41, 0.60);
}
form div
{
	text-align: center;
}
form input[type="submit"]
{
	font-size: 17px;
	margin-top: 20px;
	color: #fff;
	font-family: 'ralewaybold';
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
}
:-moz-placeholder { /* Firefox 18- */
  color: #808080;
}
h1
{
	float: left;
	width: 250px;
	font-size: 0;
	padding-top: 3px;
}
h1 img
{
	width: 100%;
}
h2
{
	font-size: 55px;
	line-height: 55px;
	font-family: 'ralewayextrabold';
	text-transform: uppercase;
	margin-bottom: 70px;
	position: relative;
}
h2:after
{
	content: "";
	position: absolute;
	width: 130px;
	height: 9px;
	bottom: -15px;
	left: 0;
}
header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
	z-index: 9999;
}
li
{
	list-style:none;
}
nav
{
	float: right;
	position:relative; 
}

/*transition*/

.sub-menu
{
	transition: top .5s ease-in-out, opacity .5s ease-in-out;
	-moz-transition: top .5s ease-in-out, opacity .5s ease-in-out;
	-webkit-transition: top .5s ease-in-out, opacity .5s ease-in-out;
	-o-transition: top .5s ease-in-out, opacity .5s ease-in-out;
}
h1,
.top-menu > li,
.top-menu > li > a,
.sub-menu > li > a,
header,
.servicio-texto,
.servicio-texto > span,
.tp-caption .boton .boton-solid,
.tp-caption a,
.social li a,
.scrollup
{
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.boton-line,
.boton-solid
{
	transition: all .45s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

/*ID*/

#clientes-items li
{
	text-align: center;
	cursor: pointer;
}
#clientes-items li img:nth-child(2)
{
	display: none;
}
#clientes-items li:hover img:nth-child(1)
{
	display: none;
}
#clientes-items li:hover img:nth-child(2)
{
	display: inline-block;
}
#map
{
	height: 400px;
}
#preloader
{
    position:absolute;
    top:0; 
	left:0;
    right:0; 
	bottom:0;
    z-index: 20001;
    background: #fff url(../images/back-preloader.jpg) center center no-repeat;
	background-size: cover;
	text-align:center;
}
#preloader .centro
{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 170px;
  width: auto;
}
#preloader .centro img
{
	max-width: 350px;
	width: 90%;
}

/*Class*/

.back-azul1
{
	background: #00a6db;
}
.back-azul2
{
	background: #0060a9;
}
.back-naranja
{
	background: #f48434;
}
.banner-interno
{
	max-height: 350px;
	overflow: hidden;
	position: relative;
}
.banner-interno img
{
	width: 100%;
}
.banner-interno h2
{
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	padding: 0 15px;
}
.banner-interno h2:after
{
	background: #fff;
	left: 50%;
    margin-left: -65px;
}
.boton-solid,
.boton-line
{
	display: inline-block;
	padding: 15px 40px;
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 18px;
}
.boton-solid
{
	background: #00a6da url(../images/hover-naranja.jpg) left center no-repeat;
	background-size: 0 auto;
}
body.ctse .boton-solid
{
	background: #f9b129 url(../images/hover-naranja.jpg) left center no-repeat;
	background-size: 0 auto;
	color: #422773;
}
.boton-line
{
	background: transparent url(../images/hover-azul1.jpg) left center no-repeat;
	background-size: 0 auto;
	border: 1px solid #00a6da;
}
.boton-solid i,
.boton-line i
{
	margin-left: 10px;
	font-size: 18px !important;
}
.brochure{
    text-align: right;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 18px;
    background: #00a6da;
}
.ctse .brochure{
    background: #422774;
}
.brochure a{
    display: inline-block;
    background: #002c51;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-left: 10px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.ctse .brochure a{
    background: #f9b128;
    color: #422774;
}
.ctse .brochure a i{
    color: #422774;
}
.brochure a i{
    color: #00a6da;
}
.card-header{
    background: #193051 url(../images/cards/back-header.png) repeat-x center center;
    background-size: 1300px;
    padding: 40px 20px;
    text-align: center;
    position: relative;
}
.card-header::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -40px;
    border-top: 30px solid #193051;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    
}
.card-photo{
    width: 180px;
    height: 180px;
    margin: auto;
    overflow: hidden;
    border-radius: 90em;
}
.card-photo img{
    width: 100%;
}
.card-header h2{
    float: none;
    width: auto;
    font-size: 30px;
    line-height: 32px;
    padding-top: 25px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ralewayextrabold';
}
.card-header p{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px;
}
.card-body{
    background: #cccccc;
}
#gwd-reCAPTCHA_2, 
#rc-imageselect   
{
    transform: scale(0.84);
    transform-origin: 0 0;
}
.card-text{
    max-width: 1024px !important;
}
.card-text > div{
    padding: 80px 0 170px 0;
}
.card-text article{
    color: #000;
    text-align: center;
}
.card-text article h3{
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'ralewayextrabold';
    text-transform: uppercase;
}
.card-text article .mision{
    text-align: justify;
    font-size: 20px;
    line-height: 23px;
    padding: 0 15px;
}
.card-text .datos{
    font-size: 20px;
    line-height: 26px;
}
.card-menu{
    padding: 0 30px;
    margin-bottom: 80px;
}
.card-menu li{
    margin-bottom: 8px;
}
.card-menu li:last-child{
    margin-bottom: 0;
}
.card-menu li a{
    display: block;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    font-family: 'ralewayextrabold';
    font-size: 23px;
    line-height: 26px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.card-menu li:nth-child(1) a
{
    background: #2bb690;
}
.card-menu li:nth-child(2) a
{
    background: #193051;
}
.card-menu li:nth-child(3) a
{
    background: #508bc3;
}
.card-menu li:nth-child(4) a
{
    background: rgb(24,51,83);
    background: linear-gradient(90deg, rgba(24,51,83,1) 0%, rgba(15,119,171,1) 100%);
    margin-top: 15px;
}
.card-qr{
    margin-top: 50px;
}
.card-qr p{
    font-size: 30px;
    line-height: 30px;
    color: #1587c8;
    font-family: 'ralewayextrabold';
    margin-bottom: 10px;
}
.card-bottom{
    background: #0b2332;
    height: 120px;
    position: relative;
}
.card-bottom span{
    display: block;
    position: absolute;
    max-width: 1500px;
    width: 100%;
    height: 312px;
    background: url(../images/cards/back-bottom.png) no-repeat bottom center;
    margin: -192px auto 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.log-nit img{
    width: 100%;
    max-width: 400px;
}
.log-nit p{
    font-size: 33px;
    margin-top: 10px;
}
.card-b-email{
    position: relative;
}
.card-form{
    width: 100%;
    background: #b3b3b3;
    border-radius: 10px;
    padding: 0px 20px;
    margin-top: 0px;
    overflow: hidden;
    height: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.card-b-email:hover .card-form{
    padding: 20px;
    margin-top: 15px;
    height: 472px;
}
.card-form input[type="text"], 
.card-form input[type="number"], 
.card-form input[type="email"] {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}
.card-form textarea {
    margin: 0;
    width: 100%;
    height: 100px;
    border: none;
}
.centro
{
	width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 50px 15px;
}
.copyright
{
	padding: 15px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background: rgba(0,0,0,0.30);
}
.copyright a
{
	font-family: 'ralewaybold';
}
.clientes
{
	background: #eaeaea;
	padding: 69px 0;
	position: relative;
	margin-top: -6px;
    z-index: 3;
}
.clientes h2
{
	text-align: center;
	color: #00a6da;
}
body.ctse .clientes h2
{
    color: #422773;
}
.clientes article h2:after
{
	background: #0061a9;
	left: 50%;
    margin-left: -65px;
}
body.ctse .clientes article h2:after
{
	background: #f9b129;
}
.col2, .col3, .col4
{
	font-size: 0;	
}
.col2 > article,
.col2 > li,
.col3 > article,
.col3 > li,
.col4 > article,
.col4 > li
{
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	margin: 0 1% 20px 1%;
}
.col2 > article,
.col2 > li
{	
	width: 48%;
}
.col3 > article,
.col3 > li
{
	width: 31.3%;
}
.col4 > article,
.col4 > li
{
	width: 23%;
}
.content
{
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 0 15px;
}
.content:after
{
	content: "";
	width: 100%;
	clear: both;	
}
body.ctse .is-active > .skltbs-tab {
    background: #422774;
    text-shadow: 0 0 0px #261050;
}
.g-recaptcha
{
	margin-top: 30px;
}
.g-recaptcha > div
{
	margin: auto;
}
.item-ico 
{
	position: relative;
	box-shadow: 0 0 3px rgba(0,0,0,0.30);
}
.item-ico i
{
	position: absolute;
	font-size: 45px;
	left: 10px;
	top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.item-ico p
{
	padding: 15px 15px 15px 80px;
}
.item-ico span
{
	font-family: 'ralewaybold';
	display: block;
}
.logo
{
	display: none;
}
.menu-movil,
.menu-movil-cerrar
{
	background: #00a6da;
	color: #fff;
	font-size: 28px;
	padding: 10px;
	position: absolute;
	top: 15px;
	right: 15px;
	display: none;
}
.menu-movil-cerrar
{
	right: 15px;
}
body.ctse .menu-movil,
body.ctse .menu-movil-cerrar
{
	background: #422774;
}
.nosotros
{
	background: #0061a9 url(../images/back-nosotros.jpg) center center fixed no-repeat;
	background-size: cover;
	font-size: 0;
}
.nosotros article
{
	font-size: 18px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: #fff;
}
.nosotros article:nth-child(2)
{
	margin: 40px 0;
}
.nosotros article h2:after
{
	background: #00a6da;
}
.nosotros article p
{
	margin-bottom: 35px;
}
.nosotros-foto img
{
	position: relative;
	max-width: 539px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: -6px;
}
.text-azul1
{
	color: #00a6db;
}
.text-azul2
{
	color: #0060a9;
}
.text-naranja
{
	color: #f48434;
}
.top-menu
{
	font-size: 0;
}
.top-menu > li
{
	font-size: 17px;
	display: inline-block;
	position: relative;
	padding-top: 25px;
	cursor: pointer;
}
.top-menu > li > a
{
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'ralewaymedium';
	letter-spacing: 0;
}
.top-menu > li.b-contacto > a
{
	background: #00a6da;
	color: #011731;
	font-family: 'ralewaybold';
}
body.ctse .top-menu > li.b-contacto > a
{
	background: #422774;
	color: #fff;
}
.tp-caption
{
	color: #fff;
	white-space:normal !important;
	width: 100%;
	padding: 0 15px !important;
	text-align: center;
}
.tp-caption .bold
{
	font-size: 55px !important;
	line-height: 55px !important;
	font-family: 'ralewayextrabold';
	text-transform: uppercase;
	top: 45% !important;
}
.tp-caption .light
{
	font-size: 30px !important;
	line-height: 30px !important;
	top: 55% !important;
}
.tp-caption .boton
{
	top: 62% !important;
}
.tp-caption .boton .boton-solid
{
	padding: 15px 50px !important;
	font-size: 18px !important;
	display: inline-block !important;
	background: #00a6da url(../images/hover-blanco.png) left center no-repeat;
	background-size: 0 auto;
}
.scrollup 
{
    position: fixed;
    bottom: 30px;
    right: -180px;
    width: 50px;
    height: 50px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.83);
    color: #0060a9;
    cursor: pointer;
    display: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0,0,0,0.70);
}
body.ctse .scrollup 
{
    color: #422772;
}
.servicios .content
{
	max-width: 1500px;
}
.servicios article
{
	/*height: 200px;*/
	position: relative;
	overflow: hidden;
}
.servicio-left
{
	margin-top: -240px;
}
.servicios article h3
{
	position: relative;
	position: absolute;
	z-index: 2;
	width: 50%;
	font-size: 40px;
	line-height: 40px;
	font-family: 'ralewaybold';
	color: #00a6da;
	text-transform: uppercase;
	padding-top: 5%;
	padding-bottom: 5%;
	background: #fff;
	cursor: pointer;
}
.servicios article h3 span
{
	color: #0061a9;
}
.servicios article h3 i
{
	font-size: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	background: #fff;
	padding: 25px 27px;
	border-radius: 90em;
	-webkit-border-radius: 90em;
	-moz-border-radius: 90em;
	z-index: 1;
}
.servicio-right h3
{
	text-align: right;
	top: 0;
	left: 0;
	padding-right: 8%;
}
.servicio-right h3 i
{
	right: -35px;
}
.servicio-left h3
{
	bottom: 0;
	right: 0;
	padding-left: 8%;
}
.servicio-left h3 i
{
	left: -35px;
}
.servicios article > div
{
	width: 50%;
	position: relative; 
}
.servicios article > div > img
{
	width: 100%;
}
.servicio-right > div
{
	float: right;
}
.servicio-left > div
{
	float: left;
}
.servicio-texto
{
	position: relative;
	position: absolute;
	z-index: 1;
	background: rgba(0,97,169,0);
	top: 4%;
	width: 96%;
	height: 90%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
.servicio-right .servicio-texto
{
	left: 0;
	border-right: 1px solid #fff;
	text-align: right;
}
.servicio-left .servicio-texto
{
	right: 0;
	border-left: 1px solid #fff;
}
.servicio-texto > span
{
	display: block;
	position: relative;
	top: 80%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	padding: 0 50px;
	opacity: 0;
}
.servicio-texto p
{
	color: #fff;
	font-family: 'ralewaymedium';
	margin-bottom: 30px;
}
.servicio-texto .boton-solid
{
	background: rgba(255,255,255,0.70) url(../images/hover-azul1.jpg) left center no-repeat;
	background-size: 0 auto;
	color: #0061a9;
}
.servicios-interno article
{
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.27);
	font-size: 0;
	margin-top: 30px;	
}
.servicios-interno article:last-child
{
	margin-bottom: 30px;
}
.servicios-interno article img
{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	max-width: 676px;
}
.servicios-interno article > div
{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 17px;
	padding: 15px;
}
.servicios-interno article > div h3
{
    font-size: 40px;
    line-height: 40px;
    font-family: 'ralewaybold';
    color: #00a6da;
    text-transform: uppercase;
	margin-bottom: 30px;
}
.servicios-interno article > div h3 span 
{
    color: #0061a9;
}
.servicios-interno article > div p
{
	text-align: justify;
}
.social li
{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.social li:last-child
{
	margin-right: 0;
}
.social li a
{
	display: block;
	border: 1px solid #fff;
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
}
.social li a i
{
	font-size: 25px;
}
.sub-title
{
	font-size: 25px;
	line-height: 31px;
	font-family: 'ralewaybold';
	color: #0061a9;
	display: block;
	margin-bottom: 30px;
}
.sub-menu
{
	position: relative;
	position: absolute;
	left: 0;
	top: 100px;/*73*/
	width: 200px;
	opacity: 0;
	overflow: hidden;
	height: 0;
	border-top: 15px solid transparent;
}
.sub-menu:before
{
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -15px;
	border-bottom: 6px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.sub-menu > li
{
	background: rgba(255,255,255,1);
	padding: 0 5px;
}
.sub-menu > li:first-child
{
	padding: 5px 5px 0 5px;
}
.sub-menu > li:last-child
{
	padding: 0 5px 5px 5px;
}
.sub-menu > li > a
{
	display: block;
	padding: 10px 5px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0;
	border-bottom: 1px dotted #00a6da;
}
body.ctse .sub-menu > li > a
{
	border-bottom: 1px dotted #422774;
}
.sub-menu > li:last-child > a,
body.ctse .sub-menu > li:last-child > a
{
	border-bottom: 0px dotted #422774;
}
.whatsapp-button{
    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 100px;
    background: #39b926;
    line-height: 0;
    border-radius: 90em;
    padding: 1px 4px 0 4px;
    box-shadow: 0 0 3px rgba(0,0,0,0.70);
}
.whatsapp-button i{
    font-size: 52px;
    color: #fff;
}

/*Hover*/
@media only screen and (min-width : 900px)
{
	.top-menu > li:hover .sub-menu
	{
		top: 51px;
		opacity: 1;
		overflow:visible;
		height: auto;
		padding: 5px;
	}
	.top-menu > li:hover > a
	{
		color: #00a6da;
	}
	body.ctse .top-menu > li:hover > a
	{
		color: #f9b129;
	}
	.top-menu > li.b-contacto:hover > a
	{
		background: rgba(255,255,255,0.67);
		color: #011731;
	}
	body.ctse .top-menu > li.b-contacto:hover > a
	{
		background: rgba(255,255,255,0.67);
		color: #422774;
	}
	.tp-caption .boton .boton-solid:hover
	{
		background: transparent url(../images/hover-blanco.png) left center no-repeat;
		background-size: 100% auto;
		
	}
	.sub-menu > li:hover > a
	{
		color: #fff;
		background: #00a6da;
	}
	body.ctse .sub-menu > li:hover > a
	{
		color: #fff;
		background: #422774;
	}
	.boton-line:hover,
	.boton-solid:hover,
	.servicio-texto .boton-solid:hover,
	body.ctse .boton-solid:hover
	{
		background-size: 100% auto;
	}
	.servicio-texto .boton-solid:hover
	{
		color: #fff;
	}
	.social li:hover a
	{
		background: #00a6da;
	}
	body.ctse .social li:hover a
	{
		background: #f9b129;
	}
	.scrollup:hover
	{
		background: rgba(0, 166, 218, 0.73);
		color: #fff;
	}
	body.ctse .scrollup:hover
	{
		background: #f9b129;
		color: #fff;
	}
	
	.skltbs-tab-item:hover > a
	{
		background: #f48434;
    	color: #fff;
	}
	body.ctse .skltbs-tab-item:hover > a 
	{
    background: #422774;
	}
    .card-menu li a:hover,
    .brochure a:hover{
    transform: scale(1.1);
    }
    
}
@media only screen and (min-width : 900px) and (max-width : 1077px)
{
	.servicio-right h3 
	{
		padding-top: 3% !important;
		padding-bottom: 2% !important;
	}
	.servicio-left h3 
	{
		padding-top: 2% !important;
		padding-bottom: 3% !important;
	}
	.servicios article h3 i 
	{
		font-size: 25px;
		padding: 15px 17px;
	}
	.servicio-right h3 i 
	{
    	right: -25px;
	}
	.servicio-left h3 i 
	{
    	left: -25px;
	}
	.servicio-texto > span 
	{
    	padding: 0 20px;
	}
	.servicio-texto p 
	{
    	margin-bottom: 15px;
	}
	.servicio-texto .boton-solid 
	{
    	padding: 10px 30px !important;
	}
}
@media only screen and (min-width : 900px) and (max-width : 960px)
{
	.col4 > article,
	.col4 > li
	{
		width: 31.3%;
	}
	.top-menu > li > a 
	{
    	padding: 10px 10px;
	}
	.tp-caption .bold
	{
		font-size: 45px !important;
		line-height: 45px !important;
	}
	.tp-caption .light
	{
		font-size: 25px !important;
		line-height: 25px !important;
	}
	.servicios-interno article > div h3
	{
		margin-bottom: 15px;
	}
	
	
}
@media only screen and (min-width : 768px) and (max-width : 899px)
{
	footer h4 
	{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 50px;
	}
	header
	{
		position: absolute;
	}
	h2 
	{
		font-size: 40px;
		line-height: 40px;
	}
	h2:after 
	{
    	width: 100px;
	}
	.banner-interno 
	{
		height: 350px;
 	}
	.banner-interno img 
	{
		width: 130%;
	}
    .brochure 
    {
        font-size: 0;
        line-height: 0;
    }
    .brochure a {
        position: fixed;
        top: 15px;
        right: 70px;
        padding: 10px 10px 10px 5px;
        margin-left: 0px;
    }
    .brochure a i {
        color: #fff;
        font-size: 28px;
    }
	.col3 > article,
	.col3 > li
	{
		width: 48%;
	}
	.col4 > article,
	.col4 > li
	{
		width: 48%;
	}
	.clientes article h2:after 
	{
		margin-left: -50px;
	}
	.menu-movil,
	.menu-movil-cerrar
	{
		position: fixed;
		display: block;
	}
	.top-menu
	{
		position: relative;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background:rgba(39,39,39,0.91);
		text-align: center;
		padding-top: 80px;
		display: none;
	}
	.top-menu > li
	{
		display: block;
		padding-top: 0;
		border-bottom: 1px dotted #00a6da;
	}
	body.ctse .top-menu > li
	{
		border-bottom: 1px dotted #f9b129;
	}
	.top-menu > li:last-child
	{
		border-bottom: 0;
	}
	.top-menu > li.b-contacto > a,
	body.ctse .top-menu > li.b-contacto > a
	{
		background: none;
		color: #fff;
		font-family: 'ralewayregular';
	}
	.tp-caption .bold
	{
		font-size: 45px !important;
		line-height: 45px !important;
	}
	.tp-caption .light
	{
		font-size: 25px !important;
		line-height: 25px !important;
	}
	.top-menu > li:hover .sub-menu
	{
		padding: 5px;
		height: auto;
		overflow: visible;
		opacity: 1;
	}
	.social li 
	{
		margin-right: 10px;
	}
	.social li a 
	{
    width: 52px;
	}
	.sub-menu
	{
		position:inherit;
		left: 0;
		top: 0;
		background: #00a6da;
		width: 100%;
		padding: 0;
		border-top: 0;
	}
	body.ctse .sub-menu
	{
		background: #422774;
	}
	.sub-menu:before
	{
		border-bottom: 6px solid #00a6da;
	}
	body.ctse .sub-menu:before
	{
		border-bottom: 6px solid #422774;
	}
	.sub-menu > li
	{
		border-bottom: 1px dotted #011731;
		background:none;
	}
	
	.sub-menu > li:last-child
	{
		border-bottom: 0;
	}
	.sub-menu > li:first-child,
	.sub-menu > li:last-child 
	{
    	padding: 0;
	}
	.sub-menu > li > a
	{
		color:#fff;
		font-size: 15px;
	}
	.servicios .content 
	{
		overflow: hidden;
	}
	.servicios article 
	{
		float: left;
		width: 50%;
	}
	.servicio-left 
	{
    	margin-top: 0;
	}
	.servicios article > div 
	{
    	width: 100%;
	}
	.servicio-right > div 
	{
    	float: none;
	}
	.servicios article h3 
	{
		width: auto;
		font-size: 32px;
		line-height: 32px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.servicio-right h3 
	{
		top: auto;
    	bottom: 19px;
		padding-right: 50px;
		border-radius: 0 90em 90em 0;
		-webkit-border-radius: 0 90em 90em 0;
		-moz-border-radius: 0 90em 90em 0;
	}
	.servicio-left h3 
	{
		bottom: 19px;
		padding-left: 50px;
		border-radius: 90em 0  0 90em;
		-webkit-border-radius: 90em 0  0 90em;
		-moz-border-radius: 90em 0  0 90em;
	}
	.servicios article h3 i 
	{
		font-size: 20px;
		padding: 0px;
		background: none;
	}
	.servicio-right h3 i 
	{
    	right: 15px;
	}
	.servicio-left h3 i 
	{
    	left: 15px;
	}
	.servicios-interno article > div h3
	{
		margin-bottom: 15px;
		font-size: 32px;
		line-height: 32px;
	}
	#main ul li img
	{
		width: 31.3% !important;
	}
	
}

@media only screen and (max-width : 767px)
{
	footer article 
	{
		display: block;
		width: 100%;
		padding: 30px 20px;
		text-align: center;
	}
	footer h4 
	{
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 50px;
	}
	form input[type="text"],
	form input[type="number"],
	form input[type="email"]
	{
		display: block;
		width: 98%;
		margin: 0 1% 10px 1%;
		height: 50px;
	}
	header
	{
		position: absolute;
	}
	h2 
	{
		font-size: 40px;
		line-height: 40px;
	}
	h2:after 
	{
    	width: 100px;
		left: 50%;
    	margin-left: -50px;
	}
	.banner-interno 
	{
		height: 350px;
 	}
	.banner-interno img 
	{
		width: auto;
		height: 100%;
	}
    .brochure 
    {
        font-size: 0;
        line-height: 0;
    }
    .brochure a {
        position: fixed;
        top: 15px;
        right: 70px;
        padding: 10px 10px 10px 5px;
        margin-left: 0px;
    }
    .brochure a i {
        color: #fff;
        font-size: 28px;
    }
	.col2 > article,
	.col2 > li,
	.col3 > article,
	.col3 > li,
	.col4 > article,
	.col4 > li
	{
		display: block;
		margin: 0 0 20px 0;
	}
	.col2 > article,
	.col2 > li
	{	
		width: 100%;
	}
	.col3 > article,
	.col3 > li
	{
		width: 100%;
	}
	.col4 > article,
	.col4 > li
	{
		width: 100%;
	}
	.clientes 
	{
    	padding: 40px 0;
	}	
	.clientes article h2:after 
	{
		margin-left: -50px;
	}
    .card-text > div 
    {
    padding: 60px 0 190px 0;
    }
    .card-text article .mision {
    margin-bottom: 40px;
    }
    .card-menu {
    margin-bottom: 40px;
    }
    .card-text .datos {
    margin-top: 60px;
    }
    .card-b-email:hover .card-form{
    height: 502px;
    }
	.menu-movil,
	.menu-movil-cerrar
	{
		position: fixed;
		display: block;
	}
	.nosotros article 
	{
		width: 100%;
		text-align: center;
	}
	.nosotros article.nosotros-foto 
	{
		display: none;
	}
	.top-menu
	{
		position: relative;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background:rgba(39,39,39,0.91);
		text-align: center;
		padding-top: 80px;
		display: none;
	}
	.top-menu > li
	{
		display: block;
		padding-top: 0;
		border-bottom: 1px dotted #00a6da;
	}
	body.ctse .top-menu > li
	{
		border-bottom: 1px dotted #f9b129;
	}
	.top-menu > li:last-child
	{
		border-bottom: 0;
	}
	.top-menu > li.b-contacto > a,
	body.ctse .top-menu > li.b-contacto > a
	{
		background: none;
		color: #fff;
		font-family: 'ralewayregular';
	}
	.tp-caption .bold
	{
		font-size: 45px !important;
		line-height: 45px !important;
	}
	.tp-caption .light
	{
		font-size: 25px !important;
		line-height: 25px !important;
	}
	.top-menu > li:hover .sub-menu
	{
		padding: 5px;
		height: auto;
		overflow: visible;
		opacity: 1;
	}
	.salto-l
	{
		display: none;
	}
	.servicios-interno article > div h3
	{
		margin-bottom: 15px;
		margin-top: 15px;
		font-size: 32px;
		line-height: 32px;
		text-align: center;
	}
	.servicios-interno article img 
	{
    display: block;
    width: 100%;
    margin: auto;
	}
	.servicios-interno article > div 
	{
    display: block;
    width: 100%;
	}
	.social li 
	{
		margin-right: 10px;
	}
	.social li a 
	{
    	width: 52px;
	}
	.sub-menu
	{
		position:inherit;
		left: 0;
		top: 0;
		background: #00a6da;
		width: 100%;
		padding: 0;
		border-top: 0;
	}
	body.ctse .sub-menu
	{
		background: #422774;
	}
	.sub-menu:before
	{
		border-bottom: 6px solid #00a6da;
	}
	body.ctse .sub-menu:before
	{
		border-bottom: 6px solid #422774;
	}
	.sub-menu > li
	{
		border-bottom: 1px dotted #011731;
		background:none;
	}
	.sub-menu > li:last-child
	{
		border-bottom: 0;
	}
	.sub-menu > li:first-child,
	.sub-menu > li:last-child 
	{
    	padding: 0;
	}
	.sub-menu > li > a
	{
		color:#fff;
		font-size: 15px;
	}
	.servicios .content 
	{
		overflow: hidden;
	}
	.servicios article 
	{
		float: none;
    	width: 100%;
	}
	.servicio-left 
	{
    	margin-top: 0;
	}
	.servicios article > div 
	{
    	width: 100%;
	}
	.servicio-right > div 
	{
    	float: none;
	}
	.servicios article h3 
	{
		width: 100%;
		font-size: 32px;
		line-height: 32px;
		padding-top: 15px;
		padding-bottom: 15px;
		background: rgba(255, 255, 255, 0.85);
	}
	.servicio-right h3 
	{
		padding-right: 80px;
	}
	.servicio-left h3 
	{
		padding-left: 80px;
		bottom: auto;
		top: 0;
	}
	.servicios article h3 i 
	{
		font-size: 20px;
		padding: 10px 12px;
		border-radius: 90em;
		-webkit-border-radius: 90em;
		-moz-border-radius: 90em;
		top: 18%;
		color: #fff;
	}
	.servicio-right h3 i 
	{
    	right: 15px;
		transform: rotate(90deg) !important;
		-webkit-transform: rotate(90deg) !important;
		-moz-transform: rotate(90deg) !important;
		background: #00a6da !important;
	}
	.servicio-left h3 i 
	{
    	left: 15px;
		transform: rotate(-90deg) !important;
		-webkit-transform: rotate(-90deg) !important;
		-moz-transform: rotate(-90deg) !important;
		background: #0061a9 !important;
	}
	.skltbs-tab 
	{
    	padding: 10px;
		text-align: center;
	}
	.skltbs-panel 
	{
		padding: 20px 0 20px 0;
	}
	.skltbs-panel-heading 
	{
		border-bottom: 1px solid #f48434;
	}
	#main ul li img
	{
		width: 48% !important;
	}
	
}

@media only screen and (max-width : 373px)
{
	footer h4 
	{
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	h1 
	{
    	width: 100%;
		text-align: center;
	}
	h1 img 
	{
    	width: 100%;
		max-width: 230px;
	}
	.boton-solid, .boton-line 
	{
    	padding: 12px 20px;
	}
    .brochure a {
        top: 155px;
        right: 0;
        padding: 10px 5px 10px 0px;
    }
	.menu-movil 
	{
		top: 100px;
		right: 0;
	}
	.servicios article h3 
	{
		font-size: 25px;
		line-height: 25px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.servicios article h3 i 
	{
		font-size: 16px;
		padding: 6px 7px;
		top: 14%;
	}
	.servicio-right h3 
	{
    padding-right: 60px;
	}
	.servicio-left h3 
	{
		padding-left: 60px;
	}
	.tp-caption .bold 
	{
    font-size: 40px !important;
    line-height: 40px !important;
	}
	#main ul li 
	{
    margin: 0 0 15px 0;
	}
	#main ul li img
	{
		width: 100% !important;
	}
    .card-text article .mision {
    padding: 0 5px;
    }
    .card-menu {
    padding: 0 5px;
    }
    .log-nit img {
    width: 90%;
    }
    .whatsapp-button {
    right: 0px;
    bottom: auto;
    top: 213px;
    border-radius: 0;
    padding: 5px 6px 7px 6px;
    box-shadow: none;
    }
    .whatsapp-button i 
    {
    font-size: 35px;
    }
}
