@charset "utf-8";
body, td, th, input, select, textarea{
	font-family:'Lato', sans-serif;
	font-size:16px;
	color: #0a0a0a;
}
body{
	background-color:#389FB5;
	margin:0px;
	padding: 0px;
}
h1{color:#3e545f;}
h2{color:#3e545f;}
h3{color:#3e545f;}
h4{color:#27AEED;}
h5{color:#666;}
h6{color:#CCC;}

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }

/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #626262; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #28AEED; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}

.margin{margin: 5px;}
.clear{clear: both;}
.no-padding{padding:0px;}
.content-site{max-width:1200px;margin:0 auto;}

#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #3e545f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

.content-box, .mod-box{margin:30px auto;max-width:1100px;padding:0px 25px;}
.content-area { margin-bottom: 30px; }
.content-box-title, .mod-box-title {margin-bottom: 25px;}

#content-main{ background: #fff;}

/* General Styles */

/* Colors */
.col-whi{
	color: #fff;
}
.col-blue{
	color: #0faeda;
}
.bg-green{
	background-color: #00B4C6;
}

/* Paddings */
.pad-1{
	padding: 1em;
}
.pad-3{
	padding: 3em;
}

/* Displays */
.dis-blo{
	display: block;
}
.dis-inl{
	display: inline-block;
}
.dis-flex{
	display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
*:focus{
	outline: none !important;
}

/* Fonts */
.text-upper{
	text-transform: uppercase;
}
.bold{
	font-weight: 600;
}

/* Headlines */
.subtitle {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: .6em 0;
}

/* Buttons */
.btn-def,#fg_submit {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.1em;
    padding: .8em 2em;
    border-radius: 2em;
    margin: 15px auto;
    min-width: 250px;
	max-width: 350px;
	text-shadow: none;
}
.btn-green,#fg_submit {
    background: #82d107;
}
.btn-green:hover,#fg_submit:hover{
	color: #fff;
	background: #80bd20;
}
.btn-blue {
    background: #0FAEDA;
}
.btn-blue:hover{
	color: #fff;
	background: #18A3CA;
}
.btn-animated{
	position: relative;
	z-index: 10;
}
.btn-animated::before {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 2em;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px 10px;
    transform: scale(0);
    -webkit-animation: pulse 2s infinite ease-in-out;
    -moz-animation: pulse 2s infinite ease-in-out;
    -o-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
    animation-fill-mode: forwards;
}
.btn-animated.btn-green::before{
	background-color: #82d107;
}
.btn-animated.btn-blue::before{
	background-color: #0FAEDA;
}
.social-links a {
    background: #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin: 2px 5px;
    border-radius: 50%;
    color: #4db2c8;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HEADER */
header {
    background-color: rgba(0, 180, 198, 0.52);
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    max-width: 180px;
    transition: all 0.3s ease;
}
.user-links span {
    padding-right: 5px;
    font-size: 14px;
}
.social-links {
    display: none
}
.navbar-header {
    padding-right: 15px;
}
.user-links i {
    font-size: 20px;
    padding: 5px;
}
.content-site-inside {
    padding-top: 90px;
}
header.fixed .nav-brand {
    max-width: 180px;
}
header.fixed {
    background-color: rgba(0, 180, 198, 0.85);
}

/* BANNER */
.banner-home {
    background: url('bg-banner-home.jpg') no-repeat center center;
    background-size: cover;
    font-size: 16px;
    padding: 6em 10px 3em;
}
.content-banner-home h1 {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.2;
    margin-bottom: .5em;
    font-weight: 600;
}
.platform-name{
	display: none
}
.icons-platforms a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icons-platforms .platform-icon {
    border: 2px solid;
    width: 80px;
    text-align: center;
    height: 80px;
    font-size: 2.5em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icons-platforms {
    justify-content: space-around;
    margin: 2em 0px;
}
.content-banner-home .btn {
    margin-bottom: 2em;
}

/* Services */
.services {
    font-size: 16px;
    padding: 2em .8em;
}
.card-icon {
    font-size: 2.5em;
}
.card-service {
    text-align: center;
    padding: 10px 15px;
    box-shadow: 3px 2px 14px 2px #e6e6e6;
    background: url('line-services.jpg') bottom center repeat-x;
    margin: 15px 0px;
}
.card-title {
    margin: .5em 0;
}
.card-description {
    text-align: center;
}

/* Get Services */
.get-services {
    text-align: center;
}
.get-services figure {
    max-width: 350px;
    margin: 0 auto;
}
.headline p {
    text-align: center;
}
.advantages {
    font-size: 16px;
    padding: 3em .8em;
}
.get-services {
    font-size: 16px;
    padding: 1em .8em;
}

/* Contact */
.contact-us {
    font-size: 16px;
    padding: 2em 1em 3em;
    background: #f7f7f7;
}
.content-form label {
    display: none;
}
.content-form .form-control {
    box-shadow: none;
    border-radius: 10px;
    padding: .5em 1em;
    font-size: 1em;
    height: 2.5em;
    border-color: rgba(149, 157, 158, 0.3411764705882353);
    color: black;
    transition: all .3s ease;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.19);
}
.content-form textarea {
    height: 120px !important;
}
.content-form .form-control:focus {
    border-color: #0FAEDA;
}
.footer-contact .social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.logo-footer img{
    max-width: 250px;
    margin: 0 auto;
}
.footer-contact {
    font-size: 16px;
    padding: 5px 0 30px;
}
.bar-footer {
    background: #399fb5;
    padding: 10px;
}
.bar-footer a {
    color: #fff;
    font-weight: 100;
    font-size: 13px;
}
.logo-footer {
    justify-content: center;
}
.content-form {
    padding-top: 1em;
}

/* Media Queries */
@media screen and (min-width: 580px){
	.social-links {
	    text-align: center;
	    display: flex;
	}


    .social-links a.facebook:hover {
        background-color: #3b5998; /* Azul Facebook */
        color: #fff;
    }

    .social-links a.twitter:hover {
        background-color: #1da1f2; /* Azul Twitter */
        color: #fff;
    }

    .social-links a.youtube:hover {
        background-color: #ff0000; /* Rojo YouTube */
        color: #fff;
    }

    .social-links a.instagram:hover {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        color: #fff;
    }

	.user-links span {
	    font-size: 16px;
	}
	.user-links {
	    padding-right: 20px;
	}
	.navbar-header {
	    display: flex;
	    align-items: center;
	}
	.banner-home {
	    font-size: 20px;
	}
	.platform-name {
	    display: block;
	    padding-left: 12px;
	}
	.icons-platforms {
	    justify-content: space-evenly;
	}
}
@media screen and (min-width: 768px){
	.headline-services {
	    padding-bottom: 1em;
	}
	.content-services .row,.content-services .row .col-xs-12{
		display: flex;
	}
	.get-services {
	    text-align: left;
	    font-size: 18px;
	    padding: 2em 1em;
	}
	.get-services .row {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.advantages {
	    font-size: 18px;
	}
	.content-form {
	    max-width: 600px;
	    margin: 0 auto;
	}
	.contact-us {
	    font-size: 18px;
	}
	.footer-contact {
	    padding: 1em 2em;
	}
	.footer-contact .content-site {
	    display: flex;
	    justify-content: space-between;
	}
}
@media screen and (min-width: 992px){
	.nav-brand {
	    max-width: 250px;
	}
	.social-links a {
	    width: 40px;
	    height: 40px;
	    font-size: 25px;
	}
	.user-links span {
	    font-size: 18px;
	}
	.content-site-inside {
	    padding-top: 150px;
	}
	.content-banner-home h1 {
	    text-align: left;
	}
	.content-banner-home .row {
	    display: flex;
	    align-items: center;
	}
	.banner-home {
	    font-size: 22px;
	    padding: 8em 10px 5em;
	}
	.platform-name {
	    padding-right: 1em;
	}
	.icons-platforms {
	    justify-content: start;
	}
	.btn-def {
	    margin-left: 0;
	}
	.services {
	    font-size: 20px;
	    padding: 3em .8em;
	}
	.get-services figure {
	    max-width: 100%;
	}
	.get-services {
	    font-size: 20px;
	}
	.content-advantages {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.content-advantages .card-service {
	    margin-bottom: 50px;
	    font-size: 16px;
	}
	.advantages .card-title {
	    font-size: 1.37em;
	}
	.cta-advantage .btn-def {
	    margin-left: auto;
	}
}
@media screen and (min-width: 1200px){
	.banner-home {
	    font-size: 24px;
	    padding: 10em 10px 7em;
	}
	.icons-platforms .platform-icon {
	    font-size: 2em;
	}
	p {
	    text-align: left;
	}
	.card-description {
	    text-align: left;
	}
	.card-content {
	    text-align: left;
	    padding-left: 15px;
	}
	.card-service {
	    display: flex;
	    font-size: 18px;
	}
	.get-services,.advantages {
	    font-size: 22px;
	}
	.item-advantage-left {
	    flex-direction: row-reverse;
	}
	.item-advantage-left * {
	    text-align: right;
	}
	.item-advantage-left .card-content {
	    padding-right: 15px;
	}
	.cta-advantage .btn-def {
	    max-width: 420px;
	}
}

/* Animations */
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  25% {
    opacity: 0.2;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -moz-transform: scale(1.07);
    transform: scale(1.07);
  }
  75% {
    opacity: 0.2;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
	opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  25% {
    opacity: 0.2;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -moz-transform: scale(1.07);
    transform: scale(1.07);
  }
  75% {
    opacity: 0.2;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
	opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  25% {
    opacity: 0.2;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -moz-transform: scale(1.07);
    transform: scale(1.07);
  }
  75% {
    opacity: 0.2;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
	opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

/* PopUp */
.modal-popUp .modal-dialog {
    width: 100%;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
    padding: 15px;
}
.modal-popUp button.close span {
    line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12 {
    padding: 0 !important;
}
.modal-popUp button.close {
    position: absolute;
    background: white;
    right: -8px;
    top: -12px;
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    border-radius: 50%;
}

