@charset "utf-8";
/* CSS Document */
*{
    margin:0px;
    padding:0px;
    border:0px
}
textarea:focus,input:focus,select:focus {outline: none;}
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #757575;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0;
}
body{
	background: #fff;
    position: relative;
}
h1{
    font-family: 'Roboto Condensed', sans-serif;
    color: #595959;
}
h2{
	text-transform: none;
	font-size: 35px;
	color: #34495e;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}
h3{
	text-transform: uppercase;
	font-size: 16px;
	color: #6c7476;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	padding: 0;
	z-index: 1000;
	width: auto;
	margin: 0;
}
h4{
	text-transform: uppercase;
	font-size: 16px;
	color: #6c7476;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	padding: 0;
	z-index: 1000;
	width: auto;
	margin: 0;
}
a{
    color: #b6b6b6;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
a:hover{
	color: #f1920b;
}
.headeroculto{
    position: relative;
    width: 100%;
    float: left;
    height: 80px;
    z-index: 1;
}
.header{
	width: 100%;
	float: left;
	padding: 0 20px;
    box-sizing: border-box;
	z-index: 1000;
	position: fixed;
    height: 80px;   
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.menu-contenido{
    width: 1150px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 80px;
    position: relative;
}
.headerlogo{
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    background: #fff;
    position: relative;
}
.headerlogo img{
	width: auto;
	height: 60px;
    margin: 10px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.headerlogo img:hover{
	opacity: 1;
}
/*
    Estilos para el menu
*/
.headermenu{
	float: right;
	margin: 0;
	width: auto;
    height: 80px;
	z-index: 2100;
	position: relative;
}
.headermenu li{
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.headermenu li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    background: rgba(0,0,0,0.1);
    height: 30px;
    margin-top: -15px;
}
.headermenu li:first-child:before{
    width: 0;
}
.headermenu li a{
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	color: #34495e;
	float: left;
	padding: 0 20px;
    margin: 0;
	font-weight: bold;
	font-size: 13px;		
    width: auto;
    height: 80px;
    line-height: 80px;
    position: relative;    
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
    overflow: hidden;
    z-index: 2;
}
.headermenu li a:hover{
    color: #fa9608;
}
#active a:link, #active a:visited, #active a:hover {
    color: #fa9608;
}
#activedos a:link, #activedos a:visited, #activedos a:hover {
	color: #fa9608 !important;
}
#active:after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background: #fff;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.1);
    z-index: 1;
}
/*
    Estilos menu con efecto
*/
.headermenu li a span{
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.3s ease 0s;
    transform-origin: 50% 0px 0px;
    transform-style: preserve-3d;
}
.headermenu li a span:before{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    content: attr(data-title);
    transition: #000 0.3s ease 0s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0px 0px;        
}
.headermenu li a:hover span {
    transform: rotateX(90deg) translateY(-22px);
}
.headermenu li a:hover span::before {
    background:  0% 0% #fff;
}
/*
    Estilos para el login
*/
.login{
    width: auto;
    height: 80px;
    float: right;
    position: relative;
    margin: 0 0 0 10px;
}
.login a{
    padding: 0 20px 0 45px;
    height: 30px;
    line-height: 30px;
    width: auto;
    display: block;
    margin: 24px 0 0 0;
    background: #34495e;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    border-radius: 4px;    
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    overflow: hidden;
}
.login a i{
    margin: 0 15px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #2e3e4d;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.login a:hover{
    background: #fa9608;
}
/*
 * estilos para slider
 */
.swiper-container, .swipcontsingle{
	width: 100%;
	height: auto;
	float: left !important;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1 !important;
}
.swiper-slide{
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
    background: #000;
}
/*
.slidedos{
    background: #598ed6;
}
.slidetres{
    background: #7a3d93;
}
.slidecuatro{
    background: #c13d8b;
}
.slidecinco{
    background: #8bb963;
}
*/
.swip-foto{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.swip-foto img{
	width: 100%;
	height: auto;
    opacity: 0.6;
}
.swip-texto{
	position: absolute;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
    top: 35%;
    left: 0;
}
.swip-texto h2{
	text-align: center;
	color: #fff;
	text-transform: none;
	font-size: 65px;
	line-height: 50px;
	max-width: 900px;
	margin: 0 0 40px 0;
    font-weight: normal;
    width: 100%;
    max-width: 100%;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-family: 'Pacifico', cursive;
}
.swip-texto h2 span{
    color: #fa9608;
    text-transform: none;
    text-align: left;
    margin: 0;
}
.swip-texto p{
	max-width: 700px;
    display: inline-block;
    float: none;
	color: #fff;    
	text-align: center;
	font-size: 23px;
	line-height: 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);    
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}
.swiper-button-next, .swiper-button-prev{    
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: 0 !important;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.swiper-button-next i, .swiper-button-prev i{
    color: #304050;
    line-height: 50px;
    text-align: center !important;
    float: none;
    display: inline-block;
    opacity: 0.6;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
}
.swiper-button-next:hover i, .swiper-button-prev:hover i{
    opacity: 1;
}
.botonvermas{
	padding: 0;
	width: auto;
	margin: 20px 0;
	float: left;
	position: relative;
    width: 100%;
}
/*
 * estilos para botones en zona de bienvenida
 */
.botonenlacegeneral, input[type=submit]{
	color: #888989;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	margin: 0;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	z-index: 10;
	overflow: hidden;
	float: none;
	border: solid 1px #aace46;
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: #cfcfd0;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
    z-index: 1;
    overflow: hidden;
}
.botonenlacegeneral:hover{
    background: #d34f4f;
    border-color: #bc4242;
    color: #fff;
}
.swip-texto a i{
	margin: 0 0 0 20px;
	padding: 12px 15px;
	display: inline-block;
	border-left: solid 1px rgba(255,255,255,0.5);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.swip-texto a:hover i{
	color: #061a51;
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
}
.swiper-pagination span{
	width: 14px;
	height: 14px;
}
.swiper-pagination-bullet {
	border: solid 1px #fff;
	opacity: 1;
	background: none;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	border: solid 1px #0b7cfc;
	background: none;
}
/*
 * estilos para cuerpo
 */
.cuerpo{
	width: 100%;
	float: left;
	margin: 0;
	min-height: 100px;	
	padding: 80px 20px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
    background: #fafafa;
}
.contenido-cuerpo{
    width: 1150px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.cuerpo-wifi{
    padding: 80px 20px !important
}
.cuerpo-soluciones{
    padding: 50px 20px;
}
.cuerpo-funciona{
    padding: 50px 20px 0 20px;
}
.contenidointerno{
    padding: 40px 0;
    width: 100%;
}
.cuerpo-soluciones video, .contenidointerno img{
    float: right;
    margin: 0;
    width: 750px;
    max-width: 100%;
    height: auto;
    background: #fafafa;
}
.cuerpo-soluciones img{
    margin: 0 0 10px 20px;
    width: 700px;
}
.cuerpo-soluciones h2{
    text-align: left;
    font-size: 20px;
    line-height: 34px;
    margin: 0 0 40px 0;
}
.cuerpo-soluciones h2 big{
    font-size: 50px;
    font-weight: bold;
}
.cuerpo-soluciones h2 big span{
    color: #fa9608;
}
.contenidointerno-nosotros{
    display: block;
    width: 100%;
    float: left;
    padding: 30px 0;
}
.contenidointerno-nosotros img{
    width: 400px;
}
.contenidointerno-nosotros h2{
    margin-top: 100px;
}
.nosdos img{
    float: left;
    margin: 0 30px 10px 0;
}
/* Estilos para titulo general */
.titulogeneral{
    width: 100%;
    float: left;
    margin: 0 0 50px 0;    
}
.titulogeneral h2{
    margin: 0 0 15px 0;
    font-family: 'Roboto Condensed', sans-serif;    
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding: 0 0 10px 0;
    display: inline-block;
}
.titulogeneral h2 big{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif; 
}
.titulogeneral  h2 big span{
    color: #fa9608;
    font-family: 'Roboto Condensed', sans-serif; 
}
.titulogeneral p{
    text-align: center;
    max-width: 750px;
    display: inline-block;
}
/* Estilos para sección soluciones pagina principal */
.seccionsoluciones{
    float: left;
    width: 33.3%;
    margin: 20px 0;
    height: auto;
}
.soluciones-wrap{
    margin: 0 10px;
    background: #fff;
    height: auto;
    float: left;
    border-radius: 5px;    
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    position: relative;
    z-index: 1;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.soluciones-wrap:hover{
    box-shadow: 0 1px 20px 0 rgba(0,0,0,0.3);
}
.soluciones-wrap:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #fab701;
    z-index: -100;
    top: -4px;
    left: 0;
    border-radius: 5px;
}
.solwrapdos:after{
    background: #3685b7;
}
.solwraptres:after{
    background: #8bb963;
}
.contenido-sol{
    margin: 0;
    background: #fff;
    height: auto;
    border-radius: 5px;    
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.soluciones-wrap .iconosol{
    margin: 30px 0;
    display: inline-block; 
    width: 100px;
    height: 100px;
    background: #f6a839;
    border-radius: 100%;
}
.solwrapdos .iconosol{
    background: #3685b7;
}
.solwraptres .iconosol{
    background: #8bb963;
}
.contenido-sol img{
    width: 50px;
    margin: 25px;
}
.contenido-sol h3{
    font-size: 21px;
    font-weight: normal;
    margin: 10px 0 30px 0;
    text-transform: none;
    color: #616161;
}
.contenido-sol p{
    text-align: center;
    font-size: 13px;
    line-height: 19px;
}
.botonsoluciones{
    display: inline-block;
    float: none;
    margin: 25px 0 0 0;
}
/*estilos para planes pagina principal*/
.cuerpo-planes{
    background: #FFB600 url(../images/fondo-planes.jpg) no-repeat center center;
    background-size: cover;
}
.cuerpo-planes .contenido-cuerpo .titulogeneral h2{
    color: #fff;
    border-color: rgba(255,255,255,0.1);
}
.cuerpo-planes .contenido-cuerpo .titulogeneral p{
    color: #eaeaeb;
}
.plan{
    width: 25%;
    margin: 20px 0;
    float: left;
}
.plan-wrap{
    margin: 0 5px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    position: relative;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;
    float: left;
    top: 0;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.plan-wrap:hover{
    z-index: 100;
    box-shadow: 0 1px 20px 0 rgba(0,0,0,0.5);
    transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
}
.contenido-plan{
    margin: 0;
    height: auto;
    border-radius: 5px;    
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.tituloplan{
    background: #343434;
    border-radius: 0;
    width: 100%;
    float: left;
    padding: 15px 20px;
    box-sizing: border-box;
}
.tituloplan h3{
    color: #b5b4b4;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 15px;
}
.precioplan{
    background: #fab701;
    float: left;
    width: 100%;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
    position: relative;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.precioplan:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    margin-left: -10px;
    transform: rotate(45deg);
    -transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.precioplan p{
    color: #fff;
    font-size: 19px;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.precioplan p big{
    font-size: 50px;
    font-weight: normal;
    position: relative;
    padding: 0 0 0 30px;
}
.precioplan p big span{
    font-weight: normal;
    font-size: 25px;
    margin: 0 5px 0 0;
    display: inline-block;
    top: 2px;
    left: -5px;
    position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
}
.listaplan{
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px 0 -1px 0;
    box-sizing: border-box;  
    border: none;
    z-index: 1;
}
.listaplan li{
    width: 100%;
    float: left;
    padding: 15px 20px 15px 40px;
    list-style: none;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #757575;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: 0;
    position: relative;
}
.listaplan li:last-child{
    border: none;
}
.listaplan li:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 15px;
    left: 15px;
    content: "\f00c";
}
.megas{
    text-align: center !important;
    color: #fab701 !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 35px !important;
    padding: 15px 20px 15px 20px !important;
}
.megas:before{
    display: none;
}
.notiene:before {
    content: "\f00d" !important;
}
.botonplan{
    width: 100%;
    float: left;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #5e5d5d;
    background: #e3e3e3;
    border-radius: 0 0 5px 5px;
    border-top: solid 1px rgba(0,0,0,0.05);
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border-bottom: solid 3px #b8b8b8;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
    z-index: 2;
}
.botonplan:hover{
    background: #fab701;
    color: #fff;
    border-color: #c27304;
}
.plandos .botonplan:hover{
    background: #2196f3;
    border-color: #187dcd;
}
.plantres .botonplan:hover{
    background: #43a676;
    border-color: #31855c;
}
.plancuatro .botonplan:hover{
    background: #9550b2;
    border-color: #73398b;
}
/*Estilos para color de fondo del precio del plan */
.precioplan{
    background: #fab701;
}
.plandos .precioplan{
    background: #2196f3;
}
.plantres .precioplan{
    background: #43a676;
}
.plancuatro .precioplan{
    background: #9550b2;
}
.plan-wrap:hover .precioplan{
    background: #fab701;
}
.plan-wrap:hover .plandos .precioplan{
    background: #2196f3;
}
.plan-wrap:hover .plantres .precioplan{
    background: #43a676;
}
.plan-wrap:hover .plancuatro .precioplan{
    background: #9550b2;
}
.plandos .megas{
    color: #2196f3 !important;
}
.plantres .megas{
    color: #43a676 !important;
}
.plancuatro .megas{
    color: #9550b2 !important;
}
.recomendado{
    width: 155px;
    height: 155px;
    position: absolute;
    top: -80px;
    right: -80px;
    background: #edcd69;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    line-height: 270px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #54514e;
}
/*Estilos para características */
.caracteristicas{
    width: 50%;
    height: auto;
    float: left;
    padding: 0 20px;
    margin: 15px 0;
    box-sizing: border-box;
}
.caracteristicas .iconocaract{
    float: left;
    width: 90px;
    height: 90px;
    background: #598ed6;
    padding: 0;
    border-radius: 100%;
    margin: 0 20px 5px 0;
}
.iconcardos{
    background: #43a676 !important;
}
.iconcartres{
    background: #d34f4f !important;
}
.iconcarcuatro{
    background: #c13d8b !important;
}
.iconcarcinco{
    background: #7a3d93 !important;
}
.iconcarseis{
    background: #fab701 !important;
}
.caracteristicas .iconocaract img{
    width: 50px;
    height: 50px;
    margin: 20px;
    display: inline-block;
}
.caracteristicas p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    line-height: 19px;
    padding: 0 0 0 80px;
}
.caracteristicas p span{
    font-size: 22px;  
    line-height: 45px;
    padding: 10px 0;
}
/*estilos para footer*/
.cuerpo-footer{
    background: #1c242c;
    padding: 0;
}
.soporte{
    width: 100%;
    float: left;
    padding: 40px 0 30px 0;
    box-sizing: border-box;
    border-bottom: solid 1px rgba(255,255,255,0.05);
}
.soporte ul{
    width: 100%;
}
.soporte ul li{
    color: #fff;
    text-align: center;
    width: auto;
    list-style: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    color: #b6b6b6;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 10px 50px;
    float: none;
}
.soporte ul li i{
    margin: 0 15px 0 0;
    font-size: 21px;
    display: inline-block;
}
.soporte ul li a{
    color: #b6b6b6;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
.soporte ul li a:hover{
    color: #f1920b;
}
/*estilos redes sociales en footer*/
.redessociales{
    width: 220px;
    height: 40px;
    padding: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -110px;
    float: none;
    text-align: center;
}
.redessociales a{
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    margin: 0 5px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    float: none;
}
.redessociales a i{
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.rfacebook{
    background: #3c5a98 !important;
}
.rtwitter{
    background: #54abee !important;
}
.rrss{
    background: #ff6600 !important;
}
.rgoogle{
    background: #d95232 !important;
}
.redessociales a span{    
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #393939;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 100%;
    transform: scale(0,0);
    -o-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
    opacity: 0;
}
.redessociales a:hover span{
    opacity: 0.6;
    transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    -moz-transform: scale(0.9,0.9);
}
/*estilos para footer web, de enlaces*/
.footerweb{
    width: 100%;
    padding: 70px 0;
    float: left;
}
.secfoo{
    width: 25%;
    height: auto;
    min-height: 280px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    border-right: solid 1px rgba(0,0,0,0.2);
}
.secfoo:last-child{
    border-right: none;
}
.secfoo img{
    float: left;
    margin: 0 0 15px 0;
    width: 140px;
}
.secfoo h4{
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    font-weight: normal;
    margin: 0 0 30px 0;
    color: #d6d6d6;
}
.secfoo p{
    font-family: 'Roboto Condensed', sans-serif;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    color: #8799ab;
    width: 100%;
    float: left;
}
.secfoo p a{
    color: #8799ab;
    text-decoration: underline;
}
.secfoo p a:hover{
    color: #b8c5d3;
}
.secfoo ul{
    width: 100%;
}
.secfoo ul li{
    width: 100%;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    list-style: none;
    font-size: 14px;
    padding: 10px 0 10px 15px;
    color: #8799ab;
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
}
.secfoo ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #8799ab;
}
.secfoo ul li a:hover{
    color: #f1920b;
}
.testimonio ul{
    width: 100%;
}
.testimonio ul li{
    padding: 10px 0 10px 20px;
}
.testimonio ul li span{
    text-transform: uppercase;
    opacity: 0.7;
}
.testimonio ul li i{
    top: 12px !important;
}
.secfoo ul li i{
    margin: 0;
    position: absolute;
    top: 10px; 
    left: 0;
    color: #5c6d7e;
}
/* estilos para final de la web, autoria*/
.cuerpo-final{
    background: #151a1f;
    padding: 10px 20px;
    height: auto;
    min-height: 20px;
    box-sizing: border-box;
}
.cuerpo-final p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #465462;
    text-align: left;
    width: auto;
}
.credito{
    float: right;
}
.credito p{
    vertical-align: middle;
}
.credito img{
    height: 30px;
    width: auto;
    opacity: 0.6;
    vertical-align: middle;
}
/*estilos menu dos oculto*/
#menu2{
    display: none;
}
/*
    Estilos para página inernas
*/
.slideinterno{
	height: 450px;
	z-index: 0;
    background: #000;
}
.titulointerno{
    margin: 0;
}
.titulointerno h1{
    margin: 0 0 15px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    line-height: 35px;
	color: #34495e;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    display: inline-block;
    padding: 5px 20px;
}
.titulointerno h1 big{
    font-size: 40px;
    font-weight: bold;    
}
.titulointerno  h1 big span{
    color: #fa9608;
}
.textodescslider{
    text-align: center;
    width: 100%;
    margin: 0 0 30px 0;
}
.textodescslider p{
    text-align: center;
    max-width: 750px;
    display: inline-block;
}
.textodescslider ul{
    width: 100%;
    height: auto;
}
.textodescslider ul li{
    text-align: left;
    display: inline-block;
    border-right: solid 1px rgba(0,0,0,0.10);
    font-family: Arial, Helvetica, sans-serif;
	color: #757575;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
    padding: 1px 20px;
}
.textodescslider ul li i{
    margin: 0 10px 0 0;
}
.textodescslider ul li:last-child{
    border: none;
}
.textodescslider img{
    max-width: 100%;
}
.textodescslider iframe{
    width: 885px;
    height: 500px;
    max-width: 100%;
    background: #fff;
}
.seccioninterna{
    margin: 20px 0;
    width: 100%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    position: relative;
    min-height: 300px;
}
.seccioninterna h2{
    text-align: left;
    font-size: 30px;
    margin: 0 0 20px 400px;
}
.seccioninterna p{
    margin: 0 0 0 400px;
}
.fotointerna{
    position: absolute!important;
    top: 0 !important;
    left: 0 !important;
    width: 400px !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    display: block !important;
}
.secinterdos h2, .secinterdos p{
    text-align: right;
    margin-right: 400px;
    margin-left: 0;
}
.fotointernados{
    left: auto;
    right: 0;
}
.fotointerna img{
    height: 140%;
}
.cuerpo-planesdos{
    background: #FFB600 url(../images/fondo-valores.jpg) no-repeat center center;
    background-size: cover;
}
.cuerpo-planesdos .titulogeneral h2 span{
    color: #fff;
}
.iconvalores{
    width: 60px !important;
    height: 60px !important;
    margin: 11px 20px 20px 0 !important;
    background: rgba(255,255,255,0.8) !important;
}
.iconvalores i{
    color: #d34f4f;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}
.caractvalores{
    min-height: 90px;
    margin: 10px 0;
}
.caractvalores p{
    line-height: normal;
    color: #fff;
}
/*
    Estilos pagina de internet - cobertura
*/
.cuerpo-cobertura{
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.cuerpo-cobertura iframe{
    width: 100%;
    height: 450px;
}
.cuerpo-cobertura .capa-anti-eventos {
    width: 100%;
    height: 550px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    bottom: 0;
    left: 0;
}
/*
    Estilos para pagina de instalacion
*/
.secsoluinst{
    width: 100%;
}
.secsoluinst .soluciones-wrap{
    width: 100%;
    margin: 0;
}
.secsoluinst h2, .secsoluinst p{
    margin: 0;
    text-align: left;
}
.secsoluinst h2{
    font-size: 25px;
    margin: 0 0 20px 0;
    line-height: 28px;
}
.secsoluinst ul{
    width: auto;
    margin: 0;
    float: left;
}
.secsoluinst ul li{
    width: 100%;  
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    list-style: none;
    position: relative;
    background: rgba(0,0,0,0.1);
    padding: 10px 120px 10px 20px;
    text-align: left;
    box-sizing: border-box;
    margin: 2px 0;
    border-radius: 4px;
	color: #585858;
    font-size: 15px;
}
.secsoluinst ul li span{
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    padding: 10px 0;
    text-align: center;
    width: 80px;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
}
.botonpagina, .input[type=submit]{
    float: left;
    font-size: 14px;
    padding: 12px 21px;
    background: #d34f4f;
    border-color: #bc4242;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}
.botonpagina:hover, input[type=submit]:hover{
    background: #fa9608;
    border-color: #dc8406;
    color: #fff;
}
.cuerpo-caractinst{
    background: #fff;
}
/*
    Estilos para página de cobertura
*/
.secsoluinst iframe{
    width: 100%;
    height: auto;
    min-height: 550px;
    margin: 20px 0 5px 0;
}
/*
    Estilos pagina de FAQ
*/
.solwrapcuatro:after{
    background: #d34f4f;
}
.solwrapcinco:after{
    background: #7a3d93;
}
/*
    Estilos para formulario de contacto
*/
#formulario1{
    width: 850px;
    max-width: 100%;
    display: inline-block;
    background: #f0f0ef;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border-style: solid 1px #dbdbda;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    position: relative;
}
#datos, #msm{
    float: left;
    width: 50%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 10px 0;
    position: relative;
}
#msm{
    width: 100%;
    height: auto;
}
#formulario1 label{
    width: auto;
    float: left;
    margin: 5px 0;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    position: relative;
	color: #757575;
    font-size: 15px;
}
#formulario1 input[type=text], #formulario1 textarea{
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin: 0;
    border-radius: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.3);
    color: #757575;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
    font-weight: bold;
}
#formulario1 textarea{
    height: 120px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}
#formulario1 input[type=text]:hover, #formulario1 input[type=text]:focus{
    box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.4);
}
#msm input[type=submit]{
    background: #f1920b !important;
    float: left !important;
    cursor: pointer;
    color: #fff;
    border: none;
}
#formulario1 span{
    position: relative;
    font-size: 12px;
    margin: 0 0 0 3px;
    color: red;
}
.cuerpo-mapa{
    width: 100%;
    padding: 0;
}
.cuerpo-mapa iframe{
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 1000;
}
.cuerpo-mapa .capa-anti-eventos{
    z-index: 200000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
**********************************************************
    Estilos para portafolio
**********************************************************
*/
.cuerpo-clientes{
    background: url(../images/fondo-clientes.jpg) no-repeat top center;
    background-size: cover;
    padding: 100px 20px;
}
.slidecliente{
    height: auto;
    float: left;
    width: 100%;
    background: none;
    text-align: center;
}
.swiper-fotocliente{
    display: inline-block;
    position: relative;
    width: 150px;
    height: auto;
    overflow: hidden;
    float: none;
    margin: 0 0 15px 0;
}
.swiper-fotocliente img{
	width: 90%;
	height: auto;
    margin: 30px 0 0 0;
}
.nombrecliente{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.nombrecliente p{
    color: rgba(255,255,255,0.85);
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.nombrecliente p small{
    font-size: 11px;
    font-weight: normal;
    color: rgba(255,255,255,0.5);
}
.nombrecliente p small a{
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    font-weight: normal;
}
.nombrecliente p small a:hover{
    color: #f1920b;
}
.mensajecliente{
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 20px 0 0 0;
}
.mensajecliente p{
    color: rgba(255,255,255,0.9);
    text-align: center;
    max-width: 600px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-style: italic;
}
.fotogrupo2{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.fotoproydos img{
    float: left;
    width: 25%;
    height: auto;
    margin: 0;
    background: #f1920b;
    border: solid 2px #fff;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.fotoproydos img:hover{
    opacity: 0.5;
}
#errornombre, #errorcorreo, #errortelefono, #errorasunto, #errormensaje{
    visibility: hidden;
}
.descargapdf{
    float: left;
    margin: 0 0 30px 0;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #34495e;
    text-decoration: none;
}
.descargapdf i{
    margin: 0 5px 0 0;
}
/*
******************************************************************************
    Estilos cuerpo plan corporativo
******************************************************************************
*/
.cuerpo-corporativo{
    background: #e4e4e4;
    padding: 100px 20px;
}
.corposec{
    width: 100%;
    height: auto;
    min-height: 200px;
    float: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
    border-radius: 8px;
    position: relative;
    background: #fff;
}
.textocorp{
    margin: 0;
    padding: 30px;
    box-sizing: border-box;
    background: red url(../images/fondo-corporativo.jpg) no-repeat top center;
    background-size: cover;
    position: absolute;
    width: 50%;
    height: 100%;
}
.cuerpo-corporativo h2{
    text-align: left;
    color: #fff;
}
.cuerpo-corporativo h2 big{
    font-size: 42px;
    line-height: 42px;
}
.cuerpo-corporativo p{
    text-align: left;
    max-width: 750px;
    display: inline-block;
    color: #d2d1d1;
}
.textocorp ul li{
    float: left !important;
    width: 100% !important;
    border: none !important;
    color: #d2d1d1 !important;
    padding: 5px 20px !important;
}
.textocorp ul li i{
    top: 10px !important;
}
.benecorp{
    width: auto;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 0 0 50%;
}
.corposec .icontitle{
    width: 100px;
    height: 100px;
    background: #34495e;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: #f69f08;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    margin: 0 0 15px 0;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.corposec h3{
    font-size: 21px;
    margin: 0 0 30px 0;
    padding: 0 20px;
    box-sizing: border-box;
    color: #34495e;
    transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.ppcorpo{
    background: #fff;
    float: left;
    width: 100%;
}
.ppcorpo p{
    text-align: center;
    float: none;   
    line-height: 30px;
    color: #34495e;
}
.ppcorpo p big{
    text-transform: none;
    font-size: 40px;
    font-weight: bold;
}
.corposec ul{
    width: 100%;    
    box-sizing: border-box;    
}
.corposec ul li{
    list-style: none;
    text-align: left;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
	color: #757575;
	font-size: 14px;
	line-height: 22px;
	padding: 15px 0 15px 20px;
	margin: 0;
    position: relative;
    border-top: solid 1px rgba(0,0,0,0.1);
}
.wrap-corp:hover .icontitle{
    background: #fa9608;
    color: #fff;
}
.wrap-corp:hover h3{
    color: #fa9608;
}
.corposec ul li i{
    margin: 0 10px 0 0;
    font-size: 12px;
    color: #fa9608;
    position: absolute;
    top: 20px;
    left: 0;
}
.botoncorpo{
    float: left;
    width: 100%;
    background: #34495e;
    color: #fff;
    border-color: #263442;
    border-radius: 5px;
    margin: 10px 0 30px 0;
    border-top: none;
    padding: 15px 0 !important;
    font-size: 19px;
}
.contenido-cuerpo .textodescslider p a{
    color: #f1920b;
}
/*
******************************************************************************
    Estilos listas de contacto
******************************************************************************
*/
.todolista{
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.listacontacto{
    width: 320px !important;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    text-align: left;
    border-right: solid 1px rgba(0,0,0,0.1);
    padding: 0 15px;
    display: inline-block;
    box-sizing: border-box;
}
.listacontacto p{
    width: 100%;
    height: auto;
    text-align: left;
    float: left;   
}
.listacontacto li{
    margin: 0;
    padding: 0 !important;
    float: left;
    border: none !important;
    width: 100%;
    float: left;
}
.textocontactoultimo{
    width: 100%;
}
/*
 * estilos responsivos
 */
@media only screen and (max-width :1250px) {
	
}
@media only screen and (max-width :1130px) {
	.cuerpo-soluciones video{
        width: 500px;
    }
}
@media only screen and (max-width :1000px) {
    
}
@media only screen and (max-width :940px) {
	.swip-texto h2{
		font-size: 50px;
	}
    .plan{
        width: 50%;
    }
}
@media only screen and (max-width :890px) {
    .login{
        float: right;
        position: relative;
        margin: 0 60px 0 10px;
        z-index: 20000;
    }
    .headermenu{
        display: none;
    }
	#menu2{
		width: 200px;
		min-height: 50px;
		height: auto;
		float: right;
		margin: 0;
		display: inline-block;
		visibility: visible;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 100;
		border-radius: 0 0 5px 5px;                 
	}
	#menu2 ul{
		width: 200px;
		min-height:50px;
		height: auto;
		float: right;	
        display: inline-block;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
        position: relative;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
	}
	#menu2 ul li{
		width: 200px;
		list-style:none;
		float: right;
		text-align: right;
		margin: 0px;
		font-family: 'Roboto Condensed', sans-serif;
		background: #34495e;	
		display:inline-block;	
        border-bottom: solid 1px rgba(0,0,0,0.20);
	}
	#menu2 ul li:last-child{
		border-bottom: none;
		border-radius: 0;
	}
	#menu2 ul li a{
		width: 100%;
		float:right;
		text-align: right;
		font-size: 13px;
		font-family: 'Roboto Condensed', sans-serif;
		padding: 15px;
		color: #c1c1c2;
		box-sizing: border-box;
        text-decoration: none;
        text-transform: uppercase;
	}
	#activeresp a:link, #activeresp a:visited, #activeresp a:hover {
		background: #fa9608;
		color: #fff;
	}
	#menu2 ul li a:hover, 
	#menu2 ul li.current-menu-item > a, 
	#menu2 ul li.current_page_item > a {		
		color: #fff;
		background: #3c5167;
	}	
	/*boton mostrar/ocultar*/
	.menuresp{
		display: block;
		padding: 0 20px;
		text-align: right;
		text-decoration:none;
		background: #fa9608;
		color: #fff;
		float: right;
		font-size: 22px;
		margin: 15px 0 0 0;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        color: #c1c1c2;
        font-weight: normal;		
        width: auto;
        height: 40px;
        line-height: 40px;
        position: relative;  
        border-radius: 5px;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        overflow: hidden;
        text-shadow: 1px 1px 1px rgba(2,2,2,0.15);
	}
	.menuresp:hover{
		opacity: 1.0;
	}
	.menuresp:link, .menuresp:visited {
		color: #fff;
	}	
    .swip-foto{
        height: 480px;
    }
    .swip-foto img{
        width: auto;
        height: 110%;
    }
    .seccionsoluciones{
        width: 100%;
    }
    .soluciones-wrap{
        margin: 0;
        width: 100%;
    }
    .caracteristicas{
        width: 100%;
        padding: 0;
    }
    .secfoo{
        width: 50%;
        margin: 20px 0;
        min-height: 180px;
        padding: 0 30px;
    }
    .fotointerna{
        width: 300px;
    }
    .fotointerna img{
        height: 100%;
    }
    .seccioninterna h2, .seccioninterna p, .seccioninterna ul{
        margin-left: 300px;
    }
    .secinterdos h2, .secinterdos p{
        margin-left: 0;
        margin-right: 300px;
    }
    .cuerpo-soluciones video{
        width: 400px;
    }
    .contenidointerno-nosotros img{
        width: 280px;
    }
    .contenidointerno-nosotros h2{
        margin-top: 0px !important;
    }
}
@media only screen and (max-width :760px) {
    .cuerpo-soluciones video{
        display: none;
    }  
    .contenidointerno-nosotros img{
        width: 200px;
    }
    .contenidointerno-nosotros h2 big{
        font-size: 40px;
        font-weight: bold;
    }
}
@media only screen and (max-width :700px) {
    .swip-texto h2{
        font-size: 40px;
        line-height: 45px;
    }
    .swip-texto p{
        font-size: 17px;
        line-height: 25px;   
    }
    .caractvalores{
        min-height: 20px;
        height: auto;
    }
    .textodescslider iframe{
        height: 350px;
    }
}
@media only screen and (max-width :630px) {
    .secfoo{
        width: 100%;
        margin: 20px 0;
        min-height: 50px;
        padding: 0 20px;
    }
    .fotointerna{
        width: 100%;
        margin: 0 0 20px 0;
        position: relative;
        height: auto;
        max-height: 250px;
        border-radius: 5px;
    }
    .fotointerna img{
        width: 100%;
        height: auto;
    }
    .seccioninterna{
        padding: 20px;       
    }
    .seccioninterna h2, .seccioninterna p{
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .seccioninterna ul{
        margin: 0;
        display: block;
        float: none;
    }
    .cuerpo-soluciones h2{
        font-size: 17px;
        line-height: 30px;
    }
    .cuerpo-soluciones h2 big{
        font-size: 40px;
    }
    .contenidointerno-nosotros img{
        width: 100%;
        float: left;
        margin: 0 0 15px 0;
    }
    .contenidointerno-nosotros h2{
        text-align: center;
        line-height: 33px;
    }
    #datos{
        width: 100%;
    }
    .textocorp{
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        padding: 30px 20px;
    }
    .benecorp{
        width: 100%;
        float: left;
        padding: 0 20px;
        margin: 0;
    }
    .cuerpo-corporativo h2 big{
        font-size: 35px;
        line-height: 35px;
    }
    .ppcorpo p{  
        line-height: 25px;
        font-size: 13px;
    }
    .ppcorpo p big{
        font-size: 30px;
        padding: 0 0 0 15px;
    }
    .ppcorpo p big span{
        font-size: 15px;
    }
}
@media only screen and (max-width :540px) {
    p{
        font-size: 13px;
        line-height: 19px;
    }
	.swip-texto{
        top: 35%;
    }
    .swip-foto{
        height: 370px;
    }
    .swip-foto img{
        width: auto;
        height: 110%;
    }
    .plan{
        width: 100%;
    }
    .plan-wrap{
        margin: 0;
    }             
    .iconvalores{
        width: 40px !important;
        height: 40px !important;
    }
    .caracteristicas p{
        padding: 0 0 0 60px;
    }
    .iconvalores i{
        line-height: 40px;
    }
    .secsoluinst iframe{
        width: 100%;
        height: auto;
        min-height: 350px;
        margin: 20px 0 5px 0;
    }
}
@media only screen and (max-width :490px) {
	.swip-texto{
        top: 35%;
    }
    .swip-texto h2{
        font-size: 35px;
        line-height: 40px;
    }
    .swip-texto p{
        display: none;
    }   
    .fotoproydos img{
        width: 33.3%;
    }
}
@media only screen and (max-width :380px) {
	.soporte ul li{
        font-size: 12px;
        margin: 10px 0;
        width: 100%;
        display: inline-block;
    }
    .soporte ul li i{
        margin: 0 10px 0 0;
        font-size: 19px;
    }
    .soporte ul li a{
        font-size: 12px;
    }
    .textodescslider iframe{
        height: 250px;
    }
    .fotoproydos img{
        width: 50%;
    }
    #formulario1{
        width: 850px;
        max-width: 100%;
        display: inline-block;
        background: #f0f0ef;
        padding: 20px 5px;
        box-sizing: border-box;
        border-radius: 5px;
        border-style: solid 1px #dbdbda;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
        position: relative;
    }
}
@media only screen and (max-width :340px) {
    .login{
        display: none;
    }
    .textodescslider iframe{
        height: 200px;
    }
    .fotoproydos img{
        width: 100%;
    }
}
.swiper-button-next, .swiper-button-prev{
	background: none !important;
}
.swiper-button-next i, .swiper-button-prev i{
	color: #fff;
	opacity: 0.2;
	font-size: 60px;
}
.swiper-button-next i:hover, .swiper-button-prev i:hover{
	opacity: 0.4;
}
/*
    Animación menu transformado en x
*/
#nav-icon3{
    width: 45px;
    padding: 0 20px;
    height: 45px;
    box-sizing: border-box;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#nav-icon3 span{
    display: inline-block;
    position: absolute;
    height: 5px;
    width: 30px;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    left: 50%;
    margin-left: -15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 10px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 19px;
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
}
#nav-icon3.open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}