body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1c424d;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 35px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:normal;
	line-height:28px;
}
a {
	color: #ffffff;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000000;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #032e3a;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 10px 0 0 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 8px;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #ffffff;
	border: 0;
	margin-bottom: 30px;
}
/* Navigation */
#menu {
	padding: 0;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #53a705;
	border-color: rgba(231, 231, 231, 0);
	/*border-bottom: 1px solid #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);*/
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #d9e0e2;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #f3ca27;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, 1);*/
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
	background:#458509;
}
.on {
	background-color: #53a705 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #53a705;
	border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background: url(https://web.archive.org/web/20180830101943im_/http://webcell.com.mx/img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
header p {
	color: #284F5A;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.intro-text {
	position: relative;
	padding-top: 380px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #284F5A;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #f1c40f;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}
/* Quienes Somos Section */
#seccionQuienesSomos, #seccionContenido {
	padding: 11px 0 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(42,163,208,1) 0%, rgba(42,163,208,1) 20%, rgba(42,163,208,1) 100%, rgba(42,163,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa3d0', endColorstr='#2aa3d0', GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}
#seccionQuienesSomos h4, #seccionContenido h4 {
	color: #81969c;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#seccionQuienesSomos i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	/*background: #032934;*/
	margin-bottom: 6px;
	color: #fff;
	transition: all 0.5s;
}
#seccionQuienesSomos .service:hover>i.fa {
	background: #0b3540;
}
/* Acceso SMS Section */
#seccionAccesoSms {
	padding: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(42,163,208,1) 0%, rgba(42,163,208,1) 20%, rgba(42,163,208,1) 100%, rgba(42,163,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa3d0', endColorstr='#2aa3d0', GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#works-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #f1c40f;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
#works-section hr {
	background: #a9971c;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #51633d;
	border: 1px solid #f7dc6f;
	padding: 8px 16px;
	border-radius: 3px;
}
ol.type li a.active {
	background: #f7dc6f;
}
ol.type li a:hover {
	background: #f7dc6f;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.hover-bg:hover .hover-text {
    opacity: 1;
}
.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #c0cbce;
    background: rgba(3, 46, 58, 0.8);
    padding: 35% 0 25% 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h2 {
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 34px;
}
.hover-bg:hover .hover-text>h2 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-bg .hover-text>h4 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 20px;
}
.hover-bg:hover .hover-text>h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-bg .hover-text>i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#works-section i.fa {
    font-size: 30px;
    padding: 5px;
    color: #f1c40f;
}
/* COLORES VERDE Y NARANJA */
/*
.portfolio-item .hover-bg-verde, .portfolio-item .hover-bg-naranja {
	height: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg-verde .hover-text{
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(112, 132, 1, 0.8);
	padding: 11%;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg-naranja .hover-text{
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(255, 114, 0, 0.8);
	padding: 11%;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg-verde .hover-text >h4, .hover-bg-naranja .hover-text >h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 20px;
}
.hover-bg-verde:hover .hover-text>h4, .hover-bg-naranja:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg-verde .hover-text>i, .hover-bg-naranja .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg-verde:hover .hover-text>i, .hover-bg-naranja:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg-verde:hover .hover-text, .hover-bg-naranja:hover .hover-text {
	opacity: 1;
}*/
/*  FIN COLORES VERDE Y NARANJA */

.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f1c40f;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #a7b6ba;
	background-color: #1d434e;
	border-color: #1d434e;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #a7b6ba;
	background-color: #032e3a;
	border-color: #032e3a;
}
/* About Section */
#about-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #5b777f;
}
#about-section h4 {
	color: #81969c;
	font-size: 20px;
}
#about-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: "✓";
	color: #f3ca27;
	padding-right: 5px;
}
/* Team Section */
#team-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#team-section hr {
	background: #a9971c;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
	color: #1c424d;
}
#team-section i.fa {
	font-size: 16px;
	color: #faeaab;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #1c424d;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f1c40f;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f1c40f;
}
/* Testimonials Section */
#testimonials-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(https://web.archive.org/web/20180830101943im_/http://webcell.com.mx/img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #5b777f;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
/* Contact Section */
#contact-section {
	padding: 80px 0 20px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(88,185,221); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(88,185,221,1) 0%, rgba(88,185,221,1) 25%, rgba(88,185,221,1) 75%, rgba(88,185,221,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(88,185,221,1) 0%, rgba(88,185,221,1) 25%, rgba(88,185,221,1) 75%, rgba(88,185,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(88,185,221,1) 0%, rgba(88,185,221,1) 25%, rgba(88,185,221,1) 75%, rgba(88,185,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:#FFF;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#contact-section hr {
	background: #a9971c;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #fff;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #f8e287;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer */
#footer {
	background: #032731;
	padding: 15px 0 10px 0;
	color: #42626b;
	text-align: center;
}
#footer p {
	margin:0;
	font-size:12px;
}

@media (min-width: 768px) and (max-width: 991px) {
#footer p {
	font-size:12px;
}
#menu.navbar-default .navbar-nav > li > a {
    font-size: 13px;
}
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
#footer p {
	font-size:12px;
}
.separador{
	display:none;
}
.carrusel_imagenes{
	margin-top:50px;
}
.inlineBlock {
	display: inline-block;
	position:relative !important
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color:#53a705;
}
label {
	float: none !important
}
/* COLORES VERDE Y NARANJA */
.hover-bg-verde .hover-text, .hover-bg-naranja .hover-text {
	padding: 16%;
}
/* FIN COLORES VERDE Y NARANJA */
.separador{
	display:none;
}
.carrusel_imagenes{
	margin-top:50px;
}
}
}

@media (max-width: 360px) {
/* COLORES VERDE Y NARANJA */
.hover-bg-verde .hover-text, .hover-bg-naranja .hover-text {
	padding: 18%;
}
/* FIN COLORES VERDE Y NARANJA */
.separador{
	display:none;
}
.carrusel_imagenes{
	margin-top:50px;
}
.carousel-caption {
	visibility:hidden;
}
}

/* ESTILOS */

/* genericos */
.contenidoSecciones{
	color:#CAE5EF;
	text-align:center;
	padding:80px 0;
}
.contenidoSecciones h1{
    margin-top: 0;
    margin-bottom: 0;
}
.underline {
    text-decoration: underline;
	font-weight:bold;
 }
.azulOscuroBg{
	background:#2aa3d0;
}
.azulClaroBg{
	background:#58b9dd;
}
.margenAltoGrande{
	margin-top: 75px;
}
.margenAltoMedioGrande{
	margin-top: 40px;
}
.margenAltoMedio{
	margin-top: 25px;
}
.margenAltoGrande{
	margin-top: 75px;
}
.margenAltoPeque{
	margin-top: 10px;
}
.margenBajoGrande{
	margin-bottom: 75px;
}
.margenBajoMedioGrande{
	margin-bottom: 40px;
}
.margenBajoMedio{
	margin-bottom: 25px;
}
.margenBajoPeque{
	margin-bottom: 10px;
}
.margenUpandDownGrande{
	margin:40px 0;
}
.margenUpandDownMedio{
	margin:20px 0;
}
.paddingUpandDown{
	position:relative;
	/*top:40px;*/
}
.parrafoPadding{
	padding:0 2%;
}
.separador{
	height:1px;
	margin-top:20px;
	background:#75D1F3;
	/*border-bottom:8px solid #ffffff;*/
}
.inlineBlock {
	display: inline-block;
	position:relative !important
}
.copyright{
	
}
.copyright p:last-child{
	font-size:12px;
	color: #0C87A9;
}
.privacidad span, .condicionesUso span{
	font-size:12px;
}
span.privacidad a, span.condicionesUso a {
	color:#fff !important;
}
span.privacidad a:hover , span.condicionesUso a:hover {
	color:#0CF !important;
}
/*.separador:before {
	content: "";
	position:absolute;
	width:15px;
	height:15px;
	background: #ffffff;
	border-radius: 50px;
	margin-top: 2px	;
}
.separador:after {
	content: "";
	position:absolute;
	width:15px;
	height:15px;
	background: #ffffff;
	border-radius: 50px;
	margin-top: 2px	;
}*/
/*.separador{
	background-image:url(/web/20180830101943im_/http://webcell.com.mx/img/separador-768.png);
	background-repeat:no-repeat;
	height:17px;
	width:700px;
	margin:0 auto 5px auto;
}*/

/* fin genericos */

/* home */

.bordes{
	/*border: 1px solid #acb675;*/
	border-radius: 10px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .500);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .500);
	padding:5px 0;
	background:#FFF;
	color:#000;
	padding:25px;
}
.font15{
	font-size:15px;
}
/* COLORES VERDE Y NARANJA */
.verde{
	color:#5c6626;
}
.naranja{
	color:#C60;
}
/* FIN COLORES VERDE Y NARANJA */
.blanco{
	color:#ffffff;
}
.90percent{
	width:90%;
}
/* COLORES VERDE Y NARANJA */
.hover-bg-verde h2, .hover-bg-naranja h2{
	margin:8px auto;
}
/* COLORES VERDE Y NARANJA */
.banner{
	width:100%;
	height:260px;
	display:block;
	background:#000;
	color:#FFF;
	margin:0 auto 10px auto;
}
.bannerHomeConfiable{
	/*background: rgba(161,136,23,1);
	background: -moz-linear-gradient(top, rgba(161,136,23,1) 0%, rgba(117,83,15,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(161,136,23,1)), color-stop(100%, rgba(117,83,15,1)));
	background: -webkit-linear-gradient(top, rgba(161,136,23,1) 0%, rgba(117,83,15,1) 100%);
	background: -o-linear-gradient(top, rgba(161,136,23,1) 0%, rgba(117,83,15,1) 100%);
	background: -ms-linear-gradient(top, rgba(161,136,23,1) 0%, rgba(117,83,15,1) 100%);
	background: linear-gradient(to bottom, rgba(161,136,23,1) 0%, rgba(117,83,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a18817', endColorstr='#75530f', GradientType=0 );*/
}
.bannerHomeUpdate{
	/*background: rgba(17,156,38,1);
	background: -moz-linear-gradient(top, rgba(17,156,38,1) 0%, rgba(12,110,25,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,156,38,1)), color-stop(100%, rgba(12,110,25,1)));
	background: -webkit-linear-gradient(top, rgba(17,156,38,1) 0%, rgba(12,110,25,1) 100%);
	background: -o-linear-gradient(top, rgba(17,156,38,1) 0%, rgba(12,110,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(17,156,38,1) 0%, rgba(12,110,25,1) 100%);
	background: linear-gradient(to bottom, rgba(17,156,38,1) 0%, rgba(12,110,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119c26', endColorstr='#0c6e19', GradientType=0 );*/
}
/*.bannerHomeConfiable{
	background-image:url(/web/20180830101943im_/http://webcell.com.mx/img/home_banner_confiable.png);
	background-repeat:no-repeat;
	background-position:center right;
	-webkit-box-shadow: -4px -1px 37px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px -1px 37px -2px rgba(0,0,0,0.75);
	box-shadow: -4px -1px 37px -2px rgba(0,0,0,0.75);
}
.bannerHomeUpdate{
	background-image:url(/web/20180830101943im_/http://webcell.com.mx/img/home_banner_update.png);
	background-repeat:no-repeat;
	background-position:center right;
	-webkit-transition : -webkit-transform 0.3s ease-in-out 0.1s; 
	-moz-transition : -webkit-transform 0.3s ease-in-out 0.1s;
	-o-transition : -webkit-transform 0.3s ease-in-out 0.1s;
	-ms-transition : -webkit-transform 0.3s ease-in-out 0.1s;
	-transition : -webkit-transform 0.3s ease-in-out 0.1s; 
	-webkit-box-shadow: -4px -1px 37px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px -1px 37px -2px rgba(0,0,0,0.75);
	box-shadow: -4px -1px 37px -2px rgba(0,0,0,0.75);
}*/
.zoom{
		transition: 1s ease;
 		-moz-transition: 1s ease;
 		-webkit-transition: 1s ease; 
 		-o-transition: 1s ease;
		padding:20px auto;
}
.zoom:hover{
		transform : scale(1.3);
		-moz-transform : scale(1.3);
		-webkit-transform : scale(1.3);
		-o-transform : scale(1.3);
		-ms-transform : scale(1.3);
		padding:20px auto;
}
/* fin home */

/* acceso sms */

.hover-text-accesoSms{
    text-transform: uppercase;
	position:relative;
	top:155px;
}
.hover-text a, .hover-text a:hover{
	display:block;
	width:60px;
	height:25px;
	background:#666;
    text-transform: uppercase;
}
.accesoSmsWebs{
	font-size: 20px;
    font-weight: bold;
}
.btn-block-accesoSmsWebs {
    display: block;
    width: 90%;
	margin:0 auto;
}

/* fin acceso sms */

/* contenidos */
.webs{
	width:20%;
	float:left;
	padding:3px 3px;
}

@media (max-width: 992px) {
.webs{
	width:100%;
	height:400px;
}
}
/* fin contenidos */

/* aviso legal */

h2.avisoLegal{
	border-bottom:solid 1px #75D1F3;
	margin-bottom:35px;
}

/* fin aviso legal */

/* FIN ESTILOS */

/*
     FILE ARCHIVED ON 10:19:43 Aug 30, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:43:53 Mar 17, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 97.739
  exclusion.robots: 0.086
  exclusion.robots.policy: 0.079
  RedisCDXSource: 0.523
  esindex: 0.006
  LoadShardBlock: 80.603 (3)
  PetaboxLoader3.datanode: 106.18 (5)
  CDXLines.iter: 14.748 (3)
  load_resource: 201.414 (2)
  PetaboxLoader3.resolve: 127.935 (2)
*/