#content_wrapper {
	overflow: hidden;
}
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #262626;
	z-index: 999999;
}
.ul-list-slider {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	list-style: none outside none;
	padding-left: 47px;
}
.ul-list-slider li {
	position: relative;
}
.ul-list-slider li:before {
	color: #fff;
	content: "";
	display: block;
	font-family: fontawesome;
	font-size: 20px;
	left: -39px;
	position: absolute;
	top: 0;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	background-image: url(../img/icons/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px 70px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:focus {
	color: #f8f8f8;
	outline: none;
	border: none;
	text-decoration: none;
}
.btn-theme {
    background: linear-gradient(135deg, #0080cc, #00b3ff);
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: auto;
    max-width: 250px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 0 5px 15px rgba(0,128,204,0.3);
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    vertical-align: middle;
}

.btn-theme:hover {
    background: linear-gradient(135deg, #00b3ff, #0080cc);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,128,204,0.4);
}

.btn-theme:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0,128,204,0.3);
}

.btn-theme::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-theme:hover::before {
    left: 100%;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .btn-theme {
        font-size: 13px;
        padding: 10px 15px;
        max-width: 200px;
        width: 90% !important;
    }
}

/* Efectos para botones con clase .submit */
.btn.submit {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn.submit:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(0,128,204,0.4) !important;
    background: linear-gradient(135deg, #00b3ff, #0080cc) !important;
    color: white !important;
    text-decoration: none !important;
}

.btn.submit:active {
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 25px rgba(0,128,204,0.3) !important;
}

.btn.submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn.submit:hover::before {
    left: 100%;
}

/* Efecto para dispositivos móviles */
@media (max-width: 768px) {
    .btn.submit:hover {
        transform: translateY(-2px) !important;
    }
}

/* Clase específica para mayor control */
.btn-cotizar-premium {
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 12px 20px !important;
    max-width: 250px !important;
}

/* Efecto de resplandor en móviles */
@media (max-width: 768px) {
    .btn-cotizar-premium {
        width: 95% !important;
        font-size: 18px !important;
        padding: 16px 25px !important;
        margin: 20px 0 40px 0 !important;
        min-height: 55px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    
    /* Espaciado adicional para el formulario en móviles */
    .form_register {
        padding-bottom: 40px !important;
    }
}

@media (max-width: 480px) {
    .btn-cotizar-premium {
        width: 98% !important;
        font-size: 16px !important;
        padding: 18px 20px !important;
        margin: 25px 0 50px 0 !important;
        min-height: 60px !important;
        line-height: 1.3 !important;
    }
    
    .form_register {
        padding-bottom: 50px !important;
    }
    
    /* Ajustar también el texto informativo en móviles */
    .form_register p {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
}


@media (max-width: 360px) {
    .btn-cotizar-premium {
        font-size: 15px !important;
        padding: 20px 15px !important;
        min-height: 65px !important;
    }
}

@media (max-width: 768px) {
    .mobile-spacer {
    height: 100px;
    display: block;
    }
}

.btn-premium-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #f5ff19 0%, #e8f60c 100%);
    color: rgba(0, 64, 128, 0.88) !important;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 
        0 12px 35px rgba(245, 255, 25, 0.6),
        0 8px 25px rgba(232, 246, 12, 0.5),
        0 4px 15px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(232, 246, 12, 0.8);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 240px;
    z-index: 1;
}

.btn-premium-cta .btn-text {
    flex: 1;
    text-align: center;
    font-weight: 700;
}

.btn-premium-cta .btn-arrow {
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* Efectos hover */
.btn-premium-cta:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 
        0 18px 45px rgba(245, 255, 25, 0.7),
        0 12px 35px rgba(232, 246, 12, 0.6),
        0 6px 20px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    background: linear-gradient(135deg, #e8f60c 0%, #f5ff19 100%);
    color: rgba(0, 64, 128, 0.95) !important;
    text-decoration: none;
    border-color: rgba(245, 255, 25, 1);
}

.btn-premium-cta:hover .btn-arrow {
    transform: translateX(5px);
}

/* Efecto de brillo */
.btn-premium-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}

.btn-premium-cta:hover::before {
    left: 100%;
}

.btn-premium-cta:hover::before {
    left: 100%;
}

/* Estado activo */
.btn-premium-cta:active {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 
        0 10px 30px rgba(245, 255, 25, 0.6),
        0 6px 20px rgba(232, 246, 12, 0.4),
        0 3px 10px rgba(0, 0, 0, 0.12);
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .btn-premium-cta {
        font-size: 15px !important;
        padding: 14px 28px !important;
        min-width: 220px !important;
        gap: 10px !important;
    }
    
    .btn-premium-cta .btn-arrow {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .btn-premium-cta {
        font-size: 14px !important;
        padding: 12px 24px !important;
        min-width: 200px !important;
    }
    
    .btn-premium-cta .btn-arrow {
        font-size: 15px !important;
    }
}

/* Animación de pulso sutil */
@keyframes pulse-yellow {
    0% {
        box-shadow: 
            0 12px 35px rgba(245, 255, 25, 0.6),
            0 8px 25px rgba(232, 246, 12, 0.5),
            0 4px 15px rgba(0, 0, 0, 0.15);
    }
    50% {
        box-shadow: 
            0 15px 40px rgba(245, 255, 25, 0.7),
            0 10px 30px rgba(232, 246, 12, 0.6),
            0 5px 18px rgba(0, 0, 0, 0.18);
    }
    100% {
        box-shadow: 
            0 12px 35px rgba(245, 255, 25, 0.6),
            0 8px 25px rgba(232, 246, 12, 0.5),
            0 4px 15px rgba(0, 0, 0, 0.15);
    }
}

.btn-premium-cta:focus {
    animation: pulse-yellow 2s infinite;
    outline: none;
}

/* Mejoras para botones amarillos - Mayor visibilidad */
.btn.btn-amarillo.submit {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* Sombra más pronunciada para destacar del fondo blanco */
    box-shadow: 0 8px 25px rgba(232,246,12,0.6), 0 4px 15px rgba(0,0,0,0.2) !important;
    /* Borde sutil para definir mejor el contorno */
    border: 2px solid rgba(232,246,12,0.3) !important;
}

.btn.btn-amarillo.submit:hover {
    transform: translateY(-5px) scale(1.03) !important;
    /* Sombra aún más dramática en hover */
    box-shadow: 0 20px 40px rgba(232,246,12,0.8), 0 10px 30px rgba(0,0,0,0.3) !important;
    background: linear-gradient(135deg, #ffff00, #f5ff19) !important;
    color: #003366 !important;
    text-decoration: none !important;
    /* Borde más visible en hover */
    border: 2px solid rgba(255,255,0,0.6) !important;
}

.btn.btn-amarillo.submit:active {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 15px 35px rgba(232,246,12,0.7), 0 8px 25px rgba(0,0,0,0.25) !important;
}

/* Efecto de resplandor adicional */
.btn.btn-amarillo.submit::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        rgba(232,246,12,0.4), 
        rgba(255,255,0,0.4), 
        rgba(232,246,12,0.4));
    border-radius: 27px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn.btn-amarillo.submit:hover::after {
    opacity: 1;
}

/* Pulso más visible */
@keyframes pulsoAmarillo {
    0% {
        box-shadow: 0 8px 25px rgba(232,246,12,0.6), 0 4px 15px rgba(0,0,0,0.2);
    }
    50% {
        box-shadow: 0 12px 35px rgba(232,246,12,0.8), 0 6px 20px rgba(0,0,0,0.25);
    }
    100% {
        box-shadow: 0 8px 25px rgba(232,246,12,0.6), 0 4px 15px rgba(0,0,0,0.2);
    }
}

.btn-amarillo.submit {
    animation: pulsoAmarillo 2.5s ease-in-out infinite;
}

.btn-amarillo.submit:hover {
    animation: none;
}

/* Efecto adicional para pantallas con fondo blanco */
@media (min-width: 768px) {
    .btn.btn-amarillo.submit {
        /* Sombra de contraste para fondos claros */
        box-shadow: 
            0 8px 25px rgba(232,246,12,0.6), 
            0 4px 15px rgba(0,0,0,0.2),
            0 0 0 1px rgba(0,64,128,0.1) !important;
    }
    
    .btn.btn-amarillo.submit:hover {
        box-shadow: 
            0 20px 40px rgba(232,246,12,0.8), 
            0 10px 30px rgba(0,0,0,0.3),
            0 0 0 2px rgba(0,64,128,0.2) !important;
    }
}

/* Para dispositivos móviles */
@media (max-width: 768px) {
    .btn.btn-amarillo.submit:hover {
        transform: translateY(-3px) scale(1.02) !important;
        box-shadow: 0 15px 30px rgba(232,246,12,0.7), 0 8px 20px rgba(0,0,0,0.25) !important;
    }
}
.btn:focus {
	outline: none;
}
.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
}
.titlebar {
	margin-bottom: 60px;
	text-align: center;
}
.titlebar h3 {
	color: #00AEF1;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.titlebar h2 {
	color: #1F3593;
	font-size: 40px;
	font-weight: 400;
}
.titlebar h2:after {
	display: block;
	content: "";
	height: 2px;
	width: 200px;
	background: #00b0c9;
	margin: 15px auto;
	position: relative;
}
.navbar-brand {
	padding: 18px 15px;
}
.navbar {
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 8px 0px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
.navbar-fixed-top {
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: none;
}
.navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.scroll-fixed-navbar {
	padding: 7px;
}
.scroll-fixed-navbar.navbar-fixed-top {
background-color: #ffffff;
border-bottom: 0px solid #3f3f3f;
-webkit-box-shadow: 0px 3px 12px -4px rgba(194,194,194,1);
-moz-box-shadow: 0px 3px 12px -4px rgba(194,194,194,1);
box-shadow: 0px 3px 12px -4px rgba(194,194,194,1);
}

.navbar-nav > li > a:hover, .navbar-nav > li > a.selected-nav {
	color: #00b0c9;
	background-color: transparent;
}
.navbar-toggle {
	position: relative;
	float: none;
	background-color: rgb(28, 228, 13);
	padding: 10px;
	border: none;
	color: #fff;
	border: 2px solid #ddd;
	margin-bottom: 30px;
	    font-size: 15px;
}
.navbar-toggle .icon-bar {
	background-color: #ddd;
}
#intro {
	width: 100%;
	background: url("../img/slider_bg.jpg") #1d3492;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #00AEF1;
	color: #fff;
}
#modal {
	width: 60%;
	height: 75%;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
}
.overlay {
	background-image: url(../img/thumbs/overlay.png);
	background-color: rgba(0, 0, 0, 0.4);
	background-repeat: repeat;
	height: 100%;
}
#intro_content {
	padding-top: 125px;
	padding-bottom: 30px;
}
#intro h2, #modal h2 {
	font-size: 30px;
    font-weight: 800;
    line-height: 34px;
	margin-bottom: 0px;
	margin-top: 20px;
	letter-spacing: 1px;
	color: rgb(0, 64, 128);
	border-top: 3px solid #00b0c9;
	border-bottom: 3px solid #00b0c9;
	padding: 15px;
}
#intro h3, #modal h3 {
	font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}
.intro_text p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 25px;
}
.intro_buttons .btn-theme {
	font-size: 16px;
	font-weight: 700;
	margin-right: 10px;
	padding: 9px 18px;
	text-transform: uppercase;
}
.form_register form {
	background-color: rgba(0, 64, 128, 0.88);
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 25px;
	padding: 30px 10px 40px;
	margin: 0 6px;
}
.form_register h4 {
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 11px;
}
.form_register p {
	color: #fff;
	line-height: 20px;
	margin-bottom: 30px;
	padding: 0 10px;
	    font-size: 20px;
}
.form_register .form-control {
	height: 44px;
	margin-bottom: 11px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input[type="text"], input[type="email"], textarea {
	background-color: #f0f0f0;
	color: #262626;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.form-control:focus {
	background-color: #f0f0f0;
	border-color: #00b0c9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px #00b0c9, 0 0 3px #00b0c9;
	box-shadow: inset 0 1px 1px #00b0c9, 0 0 3px #00b0c9;
}
.error {
	color: #fc0000;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}
#about {
	padding-top: 80px;
	padding-bottom: 80px;
}
#tabs-holder .img-responsive {
	display: inline-block;
}
.nav-tabs {
	border: none;
}
.nav-tabs > li > a {
	color: #1F3593;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding: 0;
	border: none;
}
.nav-tabs > li:first-child {
	border-right: 1px solid #999;
	padding-right: 20px;
}
.nav-tabs > li:last-child {
	padding-left: 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #00b0c9;
	border: none;
	padding: 0;
}
.nav-tabs > li > a:hover {
	color: #00b0c9;
	border: none;
}
.tab-content > .tab-pane {
	padding: 25px 0;
	border: none;
	border: none;
}
.tab-content > .tab-pane p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.tab-content a {
	margin-top: 20px;
	margin-right: 10px;
}
#about-1 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f5f5f5;
}
#accordion-holder .img-responsive {
	display: inline-block;
}
.panel-group .panel {
	margin-bottom: 10px;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-heading {
	padding: 0;
	background: none !important;
	border: 0 !important;
}
.panel-title {
	color: #222;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
}
.panel-title > a {
	display: block;
	color: #222;
	padding: 12px 0;
}
.panel-title > a:hover {
	color: #00b0c9;
}
.panel-title i {
	color: #00b0c9;
	font-size: 28px;
	margin-right: 10px;
}
.panel-body {
	color: #444;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: 0
}
.panel-default > .panel-heading + .panel-collapse {
	border: none;
	border-top: none;
}
#skills {
	background-image: url(../img/thumbs/img-1.jpg);
	background-color: rgb(0, 174, 241);
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}
#skills .titlebar {
	margin-bottom: 30px;
}
#skills .titlebar h2 {
	color: #fff;
}
#skills .titlebar h2:after {
	display: block;
	content: "";
	height: 2px;
	width: 100px;
	background: #00b0c9;
	margin: 15px auto;
	position: relative;
}
.chart {
	position: relative;
	width: 130px;
	height: 130px;
	margin: 0 auto;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.chart span {
	color: #a9a9a9;
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 800;
	line-height: 130px;
	display: inline-block;
}
.chart span:after {
	content: '%';
	margin-left: 0;
	font-size: 40px;
}
#skills h4 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 25px;
}
#services {
	padding-top: 80px;
	padding-bottom: 80px;
}
#services_image .img-responsive {
	display: inline-block;
	margin-bottom: 80px;
}
.service-box {
	margin-bottom: 40px;
}
.service-box h4 {
	color: #222;
	font-size: 20px;
	font-weight: 400;
}
.service-box i {
	margin-right: 10px;
}
.service-box p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}
#service-buttons {
	margin-top: 30px;
}
#service-buttons a {
	margin-right: 20px;
}
#features {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	padding-top: 80px;
	padding-bottom: 40px;
	color: #fff;
}
.features-box {
	margin-bottom: 40px;
}
.icon-box {
	width: 70px;
	height: 70px;
	line-height: 70px !important;
	text-align: center;
	float: left;
	font-size: 22px;
	color: #fff;
}
.icon-box i {
	color: #00b0c9;
	font-size: 60px;
	margin-top: 10px;
}
.features-text {
	overflow: hidden;
	padding: 0px 0px 0px 30px;
}
.features-text h4 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
}
.features-text p {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	padding-right: 20px;
}
#history {
	padding-top: 80px;
	padding-bottom: 80px;
}
.timeline {
	background-image: url(../img/thumbs/timeline-bg.png);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: transparent;
}
.timeline-year {
	padding: 30px 0 30px;
}
.timeline-year.first {
	padding-top: 0;
}
.timeline-year.last {
	padding-bottom: 0;
}
.timeline-year span {
	background-color: #00b0c9;
	color: #333;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	padding: 10px 20px;
}
.timeline-item {
	display: table;
	position: relative;
}
.timeline-item:before {
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 2px solid #d5d5d5;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.timeline-item-content {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	position: relative;
	padding: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
.timeline-item-content:before {
	width: 20px;
	height: 20px;
	background-color: #f5f5f5;
	content: "";
	position: absolute;
	right: -11px;
	top: 50%;
	margin-top: -9px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.timeline-item-content.pull-right:before {
	right: auto;
	left: -10px;
}
.timeline-item-content h4 {
	font-size: 20px;
	font-weight: 400;
}
.timeline-item:hover .timeline-item-content {
	border: 1px solid #262626;
	background-color: #262626;
	color: #fff;
}
.timeline-item:hover .timeline-item-content:before {
	background-color: #262626;
	border-right: 1px solid #262626;
	border-top: 1px solid #262626;
}
.timeline-item:hover.timeline-item:before {
	background-color: #00b0c9;
	border-color: #00b0c9;
}
.timeline-item:hover .timeline-item-content.pull-right:before {
	border-color: transparent transparent #262626 #262626;
}
#statistic_banner {
	background-image: url(../img/thumbs/img-1.jpg);
	background-color: rgb(0, 174, 241);
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
#statistic_banner .titlebar h3, #statistic_banner .titlebar h2 {
	color: #fff;
}
.statistic-block {
	text-align: center;
}
.statistic-icon {
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 30px;
}
.statistic-number {
	color: #fff;
	font-size: 80px;
	font-family: 'Oswald', sans-serif;
	line-height: 80px;
	font-weight: 400;
	margin-bottom: 20px;
}
.statistic-text {
	color: #fff;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
#portfolio {
	padding-top: 80px;
}
#portfolio .titlebar {
	margin-bottom: 40px;
}
#gallery-filter {
	margin-bottom: 50px;
}
.btn-toolbar .btn-group {
	float: none;
}
#gallery-filter .btn-group > .btn {
	background: #f4f4f4;
	color: #333;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 3px;
	padding: 8px 16px;
	text-shadow: none;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.btn-group > .btn:first-child:not(:last-child), .btn-group > .btn:last-child:not(:first-child) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#gallery-filter .btn-group > .btn:hover {
	color: #fff;
	background-color: #00b0c9;
}
#gallery-filter .btn-group > .btn.active, #gallery-filter .btn-group > .btn.focus {
	color: white;
	background-color: #00b0c9;
	box-shadow: 0 0 0 0;
	cursor: default;
}
.portfolio-items-list {
	margin: 0;
}
.portfolio-item {
	position: relative;
	display: none;
	opacity: 0;
	-moz-opacity: 0;
	padding: 0;
	text-align: center;
}
.portfolio-item a {
	cursor: url(../img/icons/pointer.png), crosshair;
}
.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.hover-overlay img {
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}
.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	zoom: 1;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.overlay-content h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}
.overlay-content h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.item-overlay {
	opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 105, 0, 0.6);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}
.hover-overlay:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.hover-overlay:hover .item-overlay {
	opacity: 1;
	-moz-opacity: 1;
}
.portfolio-item:hover .overlay-content {
	bottom: 40%;
	opacity: 1;
	-moz-opacity: 1;
}
#team {
	background-color: #e6dfdf;
	border-top: 1px solid #eee;
	padding-top: 80px;
	padding-bottom: 30px;
}
.team-member {
	margin-bottom: 50px;
}
.team-member .img-responsive {
	display: inline-block;
}
.team-img-meta h5 {
	text-transform: uppercase;
	font-weight: 800;
	margin: 20px 0px 10px 0;
}
.team-img-meta h6 {
	font-size: 14px;
	color: #00b0c9;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}
.team-img-meta p {
	color: #757575;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.team-member-socials {
	text-align: right;
	display: inline-block;
	margin: 10px auto;
}
.team-member-socials li {
	float: left;
	display: inline-block !important;
	vertical-align: top;
	width: auto !important;
	clear: none !important;
}
.page_social {
	width: 30px;
	height: 30px;
	color: #666;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0 3px 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.page_social.ico_facebook:hover {
	color: #3b5998;
}
.page_social.ico_twitter:hover {
	color: #00a9ed;
}
.page_social.ico_behance:hover {
	color: #00a8e7;
}
.page_social.ico_google_plus:hover {
	color: #cd1111;
}
.page_social.ico_linkedin:hover {
	color: #015886;
}
.page_social.ico_dribbble:hover {
	color: #d92d84;
}
.page_social.ico_instagram:hover {
	color: #beb3a8;
}
.page_social.ico_pinterest:hover {
	color: #ac281a;
}
.page_social.ico_dropbox:hover {
	color: #008ad2;
}
.page_social.ico_skype:hover {
	color: #00a9ed;
}
.page_social.ico_youtube:hover {
	color: #cd1b20;
}
.page_social.ico_tumblr:hover {
	color: #3a5976;
}
.page_social.ico_vimeo:hover {
	color: #00adee;
}
.page_social.ico_flickr:hover {
	color: #d2d2d2;
}
.page_social.ico_github:hover {
	color: #222;
}
.page_social.ico_renren:hover {
	color: #364a83;
}
.page_social.ico_vk:hover {
	color: #3b5998;
}
.page_social.ico_xing:hover {
	color: #015f5e;
}
.page_social.ico_weibo:hover {
	color: #be4443;
}
.page_social.ico_rss:hover {
	color: #ff6600;
}
.page_social.ico_digg:hover {
	color: #222;
}
.page_social.ico_deviantart:hover {
	color: #57675d;
}
.page_social.ico_envelope:hover {
	color: #999;
}
.page_social.ico_delicious:hover {
	color: #0A0A0A;
}
#pricing {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 80px;
	padding-bottom: 50px;
}
#price_1, #price_2, #price_3, #price_4 {
	margin-bottom: 50px;
	padding: 0 5px;
}
.pricing-table {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.pricing-table h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 100px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.pricing-table .price {
	background-color: #eee;
	height: 120px;
	color: #222;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 120px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.price-row .price span {
	font-size: 75px;
}
.price-row .price sup {
	top: -35px;
	font-size: 30px;
	font-weight: 300;
}
.pricing-table ul.features {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 5px 40px;
}
.pricing-table ul.features li {
	border-bottom: 1px solid #ccc;
	padding: 13px 0;
}
.pricing-table .btn {
	margin: 30px 0;
}
.pricing-table.highlight {
	background-color: #00b0c9;
	border-color: #d9a701;
}
.pricing-table.highlight .price {
	background-color: #d9a701;
	color: #fff;
	border-color: #d9a701;
}
.pricing-table.highlight ul.features {
	color: #333;
}
.pricing-table.highlight ul.features li {
	border-color: #d9a701;
}
.pricing-table.highlight .btn-theme {
	background-color: #333;
	color: #fff;
}
.pricing-table.highlight .btn-theme:hover {
	background-color: #444;
}
#clients {
	padding-top: 80px;
	padding-bottom: 150px;
	position: relative;
}
.customNavigation {
	display: inline-block;
	position: absolute;
	bottom: 80px;
	right: 49%;
}
.customNavigation .btn {
	padding: 4px 10px;
}
.customNavigation i {
	font-size: 20px;
	color: #fff;
}
#testimonials {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 80px;
	padding-bottom: 80px;
}

#testimonios {

	padding-top: 80px;
	padding-bottom: 80px;
}

#testimonials h3 {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#testimonials .clients-counter {
	color: #00b0c9;
	font-size: 30px;
	font-weight: 700;
}
.testi-content {
	background-color: #fff;
	position: relative;
	padding: 0;
	margin: 0 0 40px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.testimonial p {
	color: #777;
	margin: 0;
	padding: 20px 15px;
}
.testi-arrow {
	height: 32px;
	width: 32px;
	background-image: url(../img/icons/testimonial-arrow-down.png);
	background-attachment: scroll;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	top: 100%;
	left: 47%;
}
.testimonial .client-img {
	width: 65px;
	height: 65px;
	display: inline-block;
	margin: 0 auto 10px;
}
.testimonial .client-img img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.testimonial .testi-author {
	display: inline-block;
	padding: 0 0 0 15px;
	text-align: left;
	position: relative;
	top: 10px;
}
.testimonial h4 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	display: block;
}
.testimonial span {
	color: #999;
	font-size: 15px;
	margin: 0 0 20px;
	display: block;
}
#blog {
	background-color: #fff;
	border-top: 1px solid #eee;
	padding-top: 80px;
	padding-bottom: 50px;
}
#blog article {
	margin-bottom: 50px;
}
#blog .blog-post-titlebar h4 {
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	margin: 20px 0 5px;
	color: #1f3593;
}
.blog-post-info {
	color: #666;
	padding-bottom: 10px;
	font-style: italic;
}
.blog-post-info a {
	color: #00b0c9;
}
.blog-post-desc {
	line-height: 24px;
	margin-bottom: 20px;
}
#blog .btn-theme {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 16px;
}
.video-block {
	position: relative;
	padding-bottom: 75.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.video-block iframe, .video-block object, .video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
#promo_line {
	background-image: url(../img/thumbs/img-1.jpg);
	background-color: rgb(0, 174, 241);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
#promo_line h2 {
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#promo_line p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 20px;
}
#promo_line a {
	margin-right: 15px;
}
#contact-info {
	padding-top: 80px;
	padding-bottom: 30px;
}
.contact-info {
	margin-bottom: 40px;
}
.contact-info .fa {
	color: #00b0c9;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}
.contact-info .fas {
    color: #00b0c9;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;}

.contact-info h4 {
	color: #222;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
}
.contact-info p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.contact-info a {
	color: #00b0c9;
	font-weight: 700;
}
.contact-info a:hover {
	color: #00b0c9;
}
.googlemap-wrapper {
	position: relative;
}
.googlemap-wrapper img {
	max-width: none !important;
}
.map-canvas {
	width: 100%;
	height: 500px;
	padding: 6px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
}
.map-canvas:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	color: #2f2f2f;
	content: '\f110';
	text-align: center;
	font-size: 20px;
	font-family: 'FontAwesome';
	line-height: 30px;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#footer {
	
	background-image: url(../img/thumbs/img-1.jpg);
    background-color: rgb(0, 48, 164);
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#newsletter {
	margin-bottom: 10px;
}
#newsletter h3 {
	color: #ddd;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 5px;
}
#newsletter p {
	color: #ddd;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 0;
}
.message {
	font-size: 15px;
	margin-bottom: 20px;
}
#newsletter_form {
	margin: 15px auto;
	width: 50%;
}
#newsletter form input[type="email"] {
	background-color: #fff;
	border: 1px solid #ccc;
	width: 74%;
	color: #414141;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 15px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-o-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
#newsletter form input[type="submit"] {
	width: 25%;
	background-color: #00b0c9;
	border: 1px solid #00b0c9;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 10px 15px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-o-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
#newsletter form input[type="submit"]:hover {
	background-color: #d9a701;
}
#footer_copyright p {
	color: #ddd;
	line-height: 40px;
}
#footer_copyright p span {
	color: #00b0c9;
	font-size: 15px;
	font-weight: 800;
}
.contact-socials {
	display: inline-block;
	padding-left: 0;
}
.contact-socials li {
	float: left;
	width: auto !important;
	display: inline-block !important;
	vertical-align: top;
	clear: none !important;
	padding: 0;
}
.foo_social {
	text-align: center;
	color: #999;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	margin: 0 5px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.foo_social.ico-facebook:hover {
	background-color: #3b5998;
	color: #fff;
}
.foo_social.ico-twitter:hover {
	background-color: #00a9ed;
	color: #fff;
}
.foo_social.ico-behance:hover {
	background-color: #00a8e7;
	color: #fff;
}
.foo_social.ico-google-plus:hover {
	background-color: #cd1111;
	color: #fff;
}
.foo_social.ico-linkedin:hover {
	background-color: #015886;
	color: #fff;
}
.foo_social.ico-dribbble:hover {
	background-color: #d92d84;
	color: #fff;
}
.foo_social.ico-instagram:hover {
	background-color: #beb3a8;
	color: #fff;
}
.foo_social.ico-pinterest:hover {
	background-color: #ac281a;
	color: #fff;
}
.foo_social.ico-dropbox:hover {
	background-color: #008ad2;
	color: #fff;
}
.foo_social.ico-skype:hover {
	background-color: #00a9ed;
	color: #fff;
}
.foo_social.ico-youtube:hover {
	background-color: #cd1b20;
	color: #fff;
}
.foo_social.ico-tumblr:hover {
	background-color: #3a5976;
	color: #fff;
}
.foo_social.ico-vimeo:hover {
	background-color: #00adee;
	color: #fff;
}
.foo_social.ico-flickr:hover {
	background-color: #d2d2d2;
	color: #fff;
}
.foo_social.ico-github:hover {
	background-color: #222;
	color: #fff;
}
.foo_social.ico-renren:hover {
	background-color: #364a83;
	color: #fff;
}
.foo_social.ico-vk:hover {
	background-color: #3b5998;
	color: #fff;
}
.foo_social.ico-xing:hover {
	background-color: #015f5e;
	color: #fff;
}
.foo_social.ico-weibo:hover {
	background-color: #be4443;
	color: #fff;
}
.foo_social.ico-rss:hover {
	background-color: #ff6600;
	color: #fff;
}
.foo_social.ico-digg:hover {
	background-color: #222;
	color: #fff;
}
.foo_social.ico-deviantart:hover {
	background-color: #57675d;
	color: #fff;
}
.foo_social.ico-envelope:hover {
	background-color: #999;
	color: #fff;
}
.foo_social.ico-delicious:hover {
	background-color: #0A0A0A;
	color: #fff;
}
#scrollUp {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(255, 105, 0, 0.87);
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
}
#scrollUp:hover {
	background-color: #ffb61a;
}
nav a#pull {
	display: none;
}
#form_response {
	margin: 50px auto;
}
#form_response .img-responsive {
	display: inline-block;
}
#form_response h1 {
	font-size: 26px;
	font-weight: 400;
	margin-top: 10px;
	text-transform: uppercase;
}
#form_response p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 20px;
}
#form_response .btn-theme {
	background-color: #00b0c9;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#form_response .btn-theme:hover {
	background-color: #00b0c9;
	color: #fff;
}
.telefono-inicio{
    background-color: #00b0c9;
    padding-left: 40px;
    padding-right: 20px;
    border-radius: 20px 0px 0px 0px;
    border-right: 5px #004080 solid;
}
.Precios{
    background-color: #01b0c9;
    color: #fff;
    padding: 10px;
}
/* ==========================================================================
   22. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(255, 106, 1, 0.84);
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 57%;
}

#scrollUp:hover {
	background-color:rgba(225, 196, 0, 1);
}

nav a#pull {
    display: none;
}


/*------------------------------------------*/
/*	 SCROLL DOWN MOUSE
/*------------------------------------------*/

.scroll-down {
    display: block;
	width: 100%;
    position: absolute;
    z-index: 99;
    left: 0px;
    bottom: 10%;
    text-transform: uppercase;
    color: #ddd;
    font-size: 13px;
	font-weight: 800;
    text-align: center;
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 1.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);    }
}

@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}
}

.mouse {
    width: 18px;
    height: 28px;
	color: #ddd;
	/*border: 2px solid #ddd;*/
    border-radius: 9px;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    /*border-radius: 9px;*/
    display: block;
    text-align: center;
    margin: 0px auto -25px;
}
.radio{border-radius: 100%}
#bann{padding-bottom: 140px;
    padding-top: 140px; background: url(../img/fond.jpg);
}

#bann h2{color: #fff; font-weight: 600; font-size: 35px;line-height: 38px;    text-shadow: 2px 2px 2px #33333352;
} 
.ctc-boton{float:right;bottom: 73px;left: 0;max-width:700px;border-radius: 15px 0px 0px 0px; padding: 12px 17px 1px;position: fixed;z-index:1000;border: 1px rgba(255, 255, 255, 0) solid !important;background: rgba(255, 255, 255, 0) !important;}
.ctc-icono{font-size: 28px;background: #3cdc16; border-radius: 600px; padding: 13px 13px;color: #fff;}
.ctw-boton{float:right;bottom: 10px;left: 0;max-width:700px;border-radius: 15px 0px 0px 0px;padding: 12px 17px 1px;position: fixed;z-index:1000;border: 1px rgba(255, 255, 255, 0) solid;background: rgba(255, 255, 255, 0);}
.ctw-icono{background: #3cdc16; border-radius: 600px;padding: 15px 15px;}
.sec-video{background-image: url(../img/slider_bg2.jpg);padding: 80px 0px;background-size: cover;border-top: 10px solid #004080;}
.div-video{padding: 30px; box-shadow: 0px 0px 8px #00000038; background-color: #f5f5f5;}