*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

body{
	color:#ffffff;
	font-size:16px;
	font-weight: 300;
	margin:0px;
}

::selection {background: #B00000; color:#fff;}
::-moz-selection {background: #B00000; color:#fff;}

address {font-style: normal; line-height: 4;}

button{
	border:none;
	outline:none;
	padding:0;
	margin:0;
	background:none;
	cursor:pointer;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}

a{
	text-decoration:none;
}
a:link, a:visited, a:active{
	text-decoration: none;
}
a:hover{
	text-decoration:none;
}

h1{
}

h2{
}

h3{
}

h4{
}

div#logo {
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
    background-color: #FFFFFF;
    background-image: url(../imagenes/logom.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #B00000;
    display: block;
    height: 62px;
    position: fixed;
    text-align: center;
    transition:all 0.3s;
    width: 100%;
    z-index: 1001;
}

#slide {
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
}

#imgslide1{
	background-image: url(../imagenes/slide1.jpg);
	background-size: cover;
	background-attachment: scroll;
	background-position: right center;
}

#imgslide2{
	background-image: url(../imagenes/slide2.jpg);
	background-size: cover;
	background-attachment: scroll;
	background-position: right center;
}

#imgslide3{
	background-image: url(../imagenes/slide3.jpg);
	background-size: cover;
	background-attachment: scroll;
    background-position: center center;
}

#contenedor.empresa #slide {
	background-image: url(https://www.boztelecom.com/imagenes/fondoempresa.jpg);
	background-position: 27% center;
}

#contenedor.servicios #slide {
	background-image: url(https://www.boztelecom.com/imagenes/fondoservicios.jpg);
	background-position: right center;
}

#contenedor.contacto #slide {
	background-image: url(https://www.boztelecom.com/imagenes/fondocontacto.jpg);
	background-position: 15% center;
	height: 450px !important;
}

.fondoweb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.fondoweb > div:nth-child(1){
	height: initial;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	/*padding: 35px; /*40*/
	position: relative;
    /*top: 32%; /*25*/
}

.fondoweb > div:nth-child(1) p {
	font-size: 14px; /*20*/
	margin: 30px auto; /*40*/
	width: 85%;
}

.linea-roja{
	width: 75%;
	margin: 0 auto;
	border-top: 4px solid #b00000;
}

.flecha-abajo{
	height: 40px;
    bottom: 40px;
    margin: 0 auto;
    position: relative;
    width: 200px;
}

.flecha-abajo > img{
	cursor: pointer;
}

@media (min-width: 960px) {
	div#logo {
	    position: relative;
	    float: right;
	    z-index: 1;
	    border-bottom:none;
	    background: none;
	}
	.fondoweb > div:nth-child(1){
		top:50%;
		height: 260px;
	}
	.fondoweb > div:nth-child(1) p{
		width: 700px;
		margin: 40px auto;
		font-size: 28px;
	}
	.linea-roja{
		width: 500px;
	}
}

/* INICIO - PIE */

.separador-h {
    border-bottom: 10px solid #B00000;
}

.bloque-pie{
	background-color: #B00000;
	border-top: 10px solid #b00000;
	color: #fff;
	text-align: center;
}

.bloque-pie > div {
    margin: 0 auto;
}

#menu-pie{
	display:none;
	border-top: 10px solid #A6ACBA;
}

#menu-pie > a li {
    display: inline-block;
    font-size: 1.2em;
    margin: 0 -2px;
    padding-bottom: 0;
    padding-top: 4px;
    width: 180px;
}

#menu-pie > a {
	color:#b00000;
	font-weight: 500;
	text-decoration:none;
}

#menu-pie > a:hover{
	color: #ffffff;
}

#menu-pie > a li:hover {
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	background-color: #A6ACBA;
	transition:all 0.3s;

}

#menu-pie .pulsado {
	background-color:#A6ACBA;
	color: #ffffff;
}

#menu-pie .pulsado a {
	background-color:#A6ACBA;
	color: #ffffff;
}

.texto-info-pie {
    display: block;
    font-size: 0.8em;
    text-align: center;
    vertical-align: text-bottom;
    width: 100%;
}

.personal-pie-1 {
    margin-top: 0;
    height: 100%;
    padding: 0 20px;
}

.personal-pie-1 > p > a {
	color: #fff;
}

.personal-pie-2 {
    font-size: 14px;
    font-weight: 300;
    padding-top: 7px;
}

.pixelcode-pie {
    font-size: 14px;
    font-weight: 300;
    padding-top: 2px;
    padding-bottom: 20px;
}

.pixelcode-pie > p > img {
    position: relative;
    top: 4px;
}

.color-gris {
	color: #A6ACBA;
}
.color-rojo{
	color: #B00000;
}

.negrita{
	font-weight: 700;
}

.bloque-pie-1{
	background-color: #ffffff;
	color:#B00000;
}

.logos-pie{
	display: none;
	padding-bottom:35px;
}

.logos-pie-m{
	display: block;
	min-height: 86px;
	padding-bottom:35px;

}
.logos-pie-m>img{
	min-width: 300px;
	max-width: 600px;
	width: 100%;
}


.flecha-menu{
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	margin: 0 auto;
	width: 0;
}

.titulo{
	color: #B00000;
	height: auto;
    border-bottom: 2px solid #A6ACBA;
    font-size: 24px;
    margin: 0 0 30px 0;
    margin: 0 auto;
    padding: 0 20px 12px;
    text-align: center;
    font-weight: 500;
}

.titulo.blanco {
	height: auto;
    border-bottom: 2px solid #A6ACBA;
    color: #fff;
    font-size: 24px;
    margin: 0 0 30px 0;
    margin: 0 auto;
    padding: 0 20px 12px;
    text-align: center;
}

.logo-cinde {
    position: relative;
    top: 4px;
}

@media (min-width: 960px) {
	#menu-pie{
		display:block;
	}
	.texto-info-pie {
		display: inline-block;
		width: 764px;
		margin-left: 17px;
	}
	.personal-pie-1 {
	    margin-top: 30px !important;
	    height: 100%;
	    padding: 0;
	}
	.logos-pie-m{
		display: none;
	}
	.logos-pie{
		display: block;
	}
}

/* FIN - PIE*/

/* PAGINA - INICIO */

.fondo-rojo{
	background-color: #B00000;
	height: 100%;
	margin-top: -40px;
}

.fondo-rojo>div {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    width: 100%;
}

.ancho600{
	margin: 0 auto;
	max-width: 600px;
	padding: 0 20px;
	width: 100%;
}

.ancho800{
	margin: 0 auto;
	max-width: 800px;
	padding: 0 20px;
	width: 100%;
}

.imagen-rojo{
    background-image: url(../imagenes/inicio1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:200px;
}

.centrar-vertical{
    /*padding: 30px 20px;*/
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 40%;/*50*/
    transform: translateY(0);/*-50%*/
	padding-top: 30px;
	padding-bottom: 30px;
}

.centrar-vertical2{
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 0;/*50*/
    transform: translateY(0);/*-50%*/
	padding-top: 30px;
	padding-bottom: 30px;
}

.inicio .fondo-blanco{
	background-image:url(../imagenes/fondoinicio1.jpg);
	background-size: cover;
	background-position: center center;
	height: 100%;
}

.inicio .fondo-imagen{
	background-image:url(../imagenes/fondoinicio2.jpg);
	background-size: cover;
	background-position: center center;
	height: 250px;
	margin-top: 0;
}

.div-imagen2{
    background-color: rgba(160,0,0,0.75);
    height: 60px;
    width: 100%;
    position: relative;
	top: 50px;
}


.texto-div-imagen2{
    font-size: 20px;
    font-style: italic;
    line-height: 3;
    text-align: center;
}

.bloque-parrafo{
	color:#6E788C;
	font-weight: 400;
}

img#img-logo{
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: none;
    transition: all 0.3s;
}

.iconos-rrss {
    bottom: 0;
    height: 60px;
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 1000;
}

.ico1-rrss{
	background-color: #B00000;
	background-image: url(../imagenes/icofacebook.svg);
	height: 60px;
	width: 60px;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

.ico1-rrss:hover{
	cursor: pointer;
	background-color: #3B5998;
}
.ico2-rrss:hover{
	cursor: pointer;
	background-color: #DF4A32;
}


@media (min-width: 960px){
	.centrar-vertical, .centrar-vertical2 {
		-ms-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.fondo-rojo>div{
		width: 50%;
	}
	.fondo-rojo{
		height: 400px;
	}
	.imagen-rojo{
		height: 400px;
	}
	.ancho600, .ancho800{
		width: 100%;
	}
	.inicio .fondo-blanco{
		height: 400px;
	}
	.inicio .fondo-imagen {
        margin-top: -28px;
        height: 534px;
	}
	.texto-div-imagen2 {
    	font-size: 28px;
    	line-height: 2;
	}
	.div-imagen2{
		top: 0;
	}
}

/* FIN - INICIO */

/* INCIO - EMPRESA */

.empresa .fondo-blanco1{
	background-image:url(../imagenes/fondoempresa1.svg);
	background-size: cover;
	background-position: center center;
	height: 100%;
	margin-top: 0;
}

.empresa .fondo-blanco2{
	background-image:url(../imagenes/fondoempresa3.svg);
	background-size: cover;
	background-position: center center;
	height: 100%;
}

.empresa .fondo-imagen-rojo{
	height: 100%;
	margin-top: 0;
}

.div-texto-rojo{
	font-size: 28px;
	text-align: center;
}

.empresa .bloque-parrafo,.servicios .bloque-parrafo, .contacto .contenido{
	text-align: left;
}

.texto-lista{
	color: #6E788C;
}

.lista-punto-rojo{
	color: #B00000;
}

.ancho900{
	margin: 0 auto;
	max-width: 900px;
	padding-left:20px;
	padding-right:20px;
	width: 100%;
}

.empresa .fondo-imagen-final{
	background-image:url(../imagenes/fondoempresa4.jpg);
	background-size: cover;
	background-position: center center;
	height: 300px;
	margin-bottom: 10px;
}

@media (min-width: 960px){
	.ancho900{
		width: 70%;
	}
	.empresa .fondo-blanco1{
		height: 660px;
		margin-top: -40px;
	}
	.empresa .fondo-imagen-rojo{
		height: 445px;
		margin-top: -28px;
	}
	.empresa .fondo-blanco2{
		height: 660px;
	}
	.empresa .bloque-parrafo,.servicios .bloque-parrafo, .contacto .contenido{
	text-align: justify;
	}
}

/* FIN - EMPRESA */

/* INICIO - SERVICIOS */

.servicios .fondo-blanco{
	height: 100%;
	margin-top: 0;
}

.servicios .fondo-imagen-final{
	background-image:url(../imagenes/fondoservicios.jpg);
	background-size: cover;
	background-position: center center;
	height: 300px;
	margin-bottom: 10px;
}

.fondo-gris{
	/*background-image:url(../imagenes/fondoservicios2.svg);
	background-size: cover;
	background-position: center center;*/
	min-height: 1730px;
}

.caja-servicios{
	text-align: center;
	padding: 0;
}

.cuadro-servicio{
	display: inline-block;
	margin: 58px 38px;
	min-height: 380px;
	vertical-align: top;
	width: 280px;
	-webkit-box-shadow: 0px 0px 61px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 61px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 61px -12px rgba(0,0,0,0.75);
}

.imagen-servicio{
	background-color: #B00000;
	height: 200px;
	width: 280px;
}

.texto-servicio{
	background-color: #FFFFFF;
	color: #6E788C;
	font-weight: 400;
	min-height: 180px;
	padding: 40px 20px;
	width: 280px;
}

.servicios .ancho900{
	background-color: #ffffff;
}

.cuadro-servicio:nth-child(1) .imagen-servicio{
	background-image: url(../imagenes/s1.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(2) .imagen-servicio{
	background-image: url(../imagenes/s2.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(3) .imagen-servicio{
	background-image: url(../imagenes/s3.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(4) .imagen-servicio{
	background-image: url(../imagenes/s4.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(5) .imagen-servicio{
	background-image: url(../imagenes/s5.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(6) .imagen-servicio{
	background-image: url(../imagenes/s6.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(7) .imagen-servicio{
	background-image: url(../imagenes/s7.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(8) .imagen-servicio{
	background-image: url(../imagenes/s8.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(9) .imagen-servicio{
	background-image: url(../imagenes/s9.jpg);
	background-size: contain;
}

.cuadro-servicio:nth-child(10) .imagen-servicio{
	background-image: url(../imagenes/s10.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(11) .imagen-servicio{
	background-image: url(../imagenes/s11.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(12) .imagen-servicio{
	background-image: url(../imagenes/s12.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(13) .imagen-servicio{
	background-image: url(../imagenes/s13.jpg);
	background-size: contain;
}
.cuadro-servicio:nth-child(14) .imagen-servicio{
	background-image: url(../imagenes/s14.jpg);
	background-size: contain;
}

@media (min-width: 960px){
	.servicios .fondo-blanco{
		height: 485px;
		margin-top: -40px;
	}
	.caja-servicios{
		padding: 60px 20px;
	}
}

/* FIN - SERVICIOS */

/* INICIO - CONTACTO */

.separador{
	border-bottom: 10px solid #B00000;
	padding-bottom: 10px;
}

.contacto .contenido{
	color:#6E788C;
	font-weight: 500;
	margin-top: 60px;
}

.datos-contacto{
	text-align: center;
}

.datos-contacto div:nth-child(1){
	display: none;
}

.bloquecontacto{
	display: inline-block;
}

.textocontacto{
	font-size: 20px;
}

.contacto a{
	color:#6E788C;
}

.contacto a.color-rojo{
	color:#B00000;
}

.contenidoform{
	margin-top: 60px;
}

@media (min-width: 960px){
	img#img-logo {
	    display: inherit;
	    position: relative;
	    float: right;
	    z-index: 1000;
	}
	.datos-contacto div{
		display: inline-block;
	}
	.datos-contacto div:nth-child(1){
		display: inline-block;
	}
}

/* FIN - CONTACTO */

/* TEXTOS LEGALES - INICIO */

.textoslegales{
	padding: 100px 0;
}

/* TEXTOS LEGALES - FIN */

/* FORMULARIO DE CONTACTO - INICIO */
.icocontacto{
	float:left;
	height:46px;
	width:46px;
}

.icodato{
    height: 46px;
    margin-right: 10px;
    vertical-align: middle;
    width: 46px;
}

.icocontactotelefono {background:url(../imagenes/icocontactotelefono.svg) no-repeat;}
.icocontactocorreo {background:url(../imagenes/icocontactocorreo.svg) no-repeat;}
.icocontactodomicilio {background:url(../imagenes/icocontactodomicilio.svg) no-repeat;}
.icocontactousuario {background:url(../imagenes/icocontactousuario.svg) no-repeat;}
.icocontactomensaje {background:url(../imagenes/icocontactomensaje.svg) no-repeat;}
.icocontactoasunto {background:url(../imagenes/icocontactoasunto.svg) no-repeat;}
.icocontactocandado {background:url(../imagenes/icocontactocandado.svg) no-repeat;}
.icocontactollave {background:url(../imagenes/icocontactollave.svg) no-repeat;}
.icocontactoenviar {background:url(../imagenes/icocontactoenviar.svg) no-repeat;}

.icocontactoactualizar{
	width:46px;
	height:46px;
	cursor:pointer;
	float:left;
	background:url(../imagenes/icocontactoactualizar.svg) no-repeat;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}

.icocontactoactualizar:hover{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.anchocontacto{
	width:100%;
	margin:0 auto;
	text-align:left;
}
.anchoformcontacto{
	width:100%;
	margin:0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:30px 20px 20px;
}

.cajainputform{
	height:46px; padding:5px 0px 5px 14px; overflow:hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cajainputform2{
	height:110px; padding:5px 0px 5px 14px; overflow:hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cajainputform3{
	width:228px; height:46px; padding:5px 14px 5px 14px; float:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.campo{
	width:100%;
	height:36px;
	line-height:36px;
	border:none;
	outline:none;
	padding: 0 15px;
	font-size:16px;
	background-color:#F4F8FC;
	color: #333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family:'regular',Sans-Serif;
}

.campo:hover, .campo:focus, .textarea:hover, .textarea:focus{
	background-color:#CFE0F1;
	color: #333;
}

.tamcontacto{
	width:100%;
}

.tamcontacto2{
	width:100%;
}

.textarea{
	width:100%;
	height:100px;
	float:left;
	line-height:36px;
	border:none;
	outline:none;
	padding: 5px 15px 5px 15px;
	font-size:16px;
	background-color:#F4F8FC;
	color: #333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family:'Open Sans',Sans-Serif;
}
.enviar{
	width:100%;
	height:36px;
	float:left;
	cursor:pointer;
	line-height:36px;
	border:none;
	outline:none;
	padding: 0 15px;
	font-size:16px;
	background-color:#B00000;
	color:#FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.enviar:hover, .enviar:focus{
	background-color:#D14747;
	color:#FFF;
}

.cajaizq{
	margin:0;
}
.marcoenviar{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:100%; padding:30px 0 80px; float:left; height:46px; margin:0 auto;
}

@media (min-width: 780px) {
	.anchoformcontacto{
		/*width:740px;*/
	}
	.anchocontacto{
		width:740px;
		text-align:center;
	}
	.textarea{
		width:680px;
	}
	.campo{
		width:280px;
	}
	.tamcontacto{
		width:400px;
	}
	.tamcontacto2{
		width:340px;
	}
	.cajaizq{
		margin-right:60px;
	}
	.icocontactoactualizar{
		margin-right:60px;
	}
	.marcoenviar{
		width:340px;padding:30px 0 80px; float:none; height:156px; margin:0 auto;
	}
	.cajainputform{
		width:294px; float:left;
	}
	.cajainputform2{
		width:694px; float:left;
	}
	.enviar{
		width:280px;
		font-size:1.1em;
		line-height:37px;
	}
	.captcha{
		width:220px;
		padding:0 40px;
	}
	.cajainputform3{
		width:248px;
	}
}

	/* Cambiar color del texto del Placeholder en Input y Textarea */
.anchoformcontacto ::-webkit-input-placeholder { color:#333}
.anchoformcontacto ::-moz-placeholder { color:#333} /* firefox 19+ */
.anchoformcontacto :-ms-input-placeholder { color:#333} /* ie */
.anchoformcontacto input:-moz-placeholder { color:#333}
.anchoformcontacto ::-webkit-textarea-placeholder { color:#333}
.anchoformcontacto :-ms-textarea-placeholder { color:#333} /* ie */
.anchoformcontacto textarea:-moz-placeholder { color:#FFF}
	/* Cambiar color SOBRE y FOCUS del texto del Placeholder */
.anchoformcontacto input:hover::-webkit-input-placeholder {color:#2E1D0A;}
.anchoformcontacto input:hover:-moz-placeholder {color:#2E1D0A;}
.anchoformcontacto input:hover::-moz-placeholder {color:#2E1D0A;}
.anchoformcontacto input:hover:-ms-input-placeholder {color:#2E1D0A;}
.anchoformcontacto input:focus::-webkit-input-placeholder {color:#2E1D0A;}
.anchoformcontacto input:focus:-moz-placeholder {color:#2E1D0A;}
.anchoformcontacto input:focus::-moz-placeholder {color:#2E1D0A;}
.anchoformcontacto input:focus:-ms-input-placeholder {color:#2E1D0A;}
.anchoformcontacto textarea:hover::-webkit-input-placeholder {color:#2E1D0A;}
.anchoformcontacto textarea:hover:-moz-placeholder {color:#2E1D0A;}
.anchoformcontacto textarea:hover::-moz-placeholder {color:#2E1D0A;}
.anchoformcontacto textarea:hover:-ms-input-placeholder {color:#2E1D0A;}
.anchoformcontacto textarea:focus::-webkit-input-placeholder {color:#2E1D0A;}
.anchoformcontacto textarea:focus:-moz-placeholder {color:#2E1D0A;}
.anchoformcontacto textarea:focus::-moz-placeholder {color:#2E1D0A;}
.anchoformcontacto textarea:focus:-ms-input-placeholder {color:#2E1D0A;}
/* FORMULARIO DE CONTACTO - FIN */



/* SWEET ALERT */

.sa-icon.sa-warning.pulseWarning{
	display:none !important;
}



body.stop-scrolling{
height:100%;overflow:hidden
}
.sweet-overlay{
background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";background-color:rgba(0,0,0,.4);position:fixed;left:0;right:0;top:0;bottom:0;display:none;z-index:10000
}
.sweet-alert{
background-color:#fff;
/*font-family:"Merriweather",serif;*/ /* cambio */
width:478px;padding:17px;border-radius:5px;text-align:center;position:fixed;left:50%;top:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;display:none;z-index:99999
}

@media (max-width: 780px) and (orientation:portrait){
	.sweet-alert{
		width:95%;padding:17px;border-radius:5px;text-align:center;position:fixed;left:41%;top:20%;margin-left:-256px;margin-top:0;overflow:hidden;display:none;z-index:99999
	}
	.sweet-alert p{
		font-size:11px !important;
	}
}

@media all and (max-width:540px){
.sweet-alert{
width:auto;margin-left:0;margin-right:0;left:15px;right:15px
}
}
.sweet-alert h2{
color:#575757;font-size:21px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:25px 0;padding:0;line-height:40px;display:block
}
.sweet-alert p{
color:#797979;font-size:16px;font-weight:300;position:relative;text-align:inherit;float:none;margin:0;padding:0;line-height:normal
}
.sweet-alert fieldset{
border:none;position:relative
}
.sweet-alert .sa-error-container{
background-color:#f1f1f1;margin-left:-17px;margin-right:-17px;overflow:hidden;padding:0 10px;max-height:0;webkit-transition:padding .15s,max-height .15s;transition:padding .15s,max-height .15s
}
.sweet-alert .sa-error-container.show{
padding:10px 0;max-height:100px;webkit-transition:padding .2s,max-height .2s;transition:padding .25s,max-height .25s
}
.sweet-alert .sa-error-container .icon{
display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:3px
}
.sweet-alert .sa-error-container p{
display:inline-block
}
.sweet-alert .sa-input-error{
position:absolute;top:29px;right:26px;width:20px;height:20px;opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .1s;transition:all .1s
}
.sweet-alert .sa-input-error::after,.sweet-alert .sa-input-error::before{
content:"";width:20px;height:6px;background-color:#f06e57;border-radius:3px;position:absolute;top:50%;margin-top:-4px;left:50%;margin-left:-9px
}
.sweet-alert .sa-input-error::before{
-webkit-transform:rotate(-45deg);transform:rotate(-45deg)
}
.sweet-alert .sa-input-error::after{
-webkit-transform:rotate(45deg);transform:rotate(45deg)
}
.sweet-alert .sa-input-error.show{
opacity:1;-webkit-transform:scale(1);transform:scale(1)
}
.sweet-alert input{
width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #d7d7d7;height:43px;margin-top:10px;margin-bottom:17px;font-size:18px;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);padding:0 12px;display:none;-webkit-transition:all .3s;transition:all .3s
}
.sweet-alert input:focus{
outline:0;box-shadow:0 0 3px #c4e6f5;border:1px solid #b4dbed
}
.sweet-alert.show-input input{
display:block
}
.sweet-alert button{
background-color:#445175;/* cambio */
color:#fff;border:none;box-shadow:none;font-size:17px;font-weight:500;-webkit-border-radius:4px;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:url(../img/cursorhover.png) 7 4, pointer;
}
.sweet-alert button:focus{
outline:0;box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)
}
.sweet-alert button:hover{
background-color:#445175;/* cambio #a1d9f2*/
}
.sweet-alert button:active{
background-color:#445175;/* cambio #81ccee*/
}
.sweet-alert button.cancel{
background-color:#D0D0D0
}
.sweet-alert button.cancel:hover{
background-color:#c8c8c8
}
.sweet-alert button.cancel:active{
background-color:#b6b6b6
}
.sweet-alert button.cancel:focus{
box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important
}
.sweet-alert button::-moz-focus-inner{
border:0
}
.sweet-alert[data-has-cancel-button=false] button{
box-shadow:none!important
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{
padding-bottom:40px
}
.sweet-alert .sa-icon{
width:80px;height:80px;border:4px solid gray;-webkit-border-radius:40px;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box
}
.sweet-alert .sa-icon.sa-error{
border-color:#F27474
}
.sweet-alert .sa-icon.sa-error .sa-x-mark{
position:relative;display:block
}
.sweet-alert .sa-icon.sa-error .sa-line{
position:absolute;height:5px;width:47px;background-color:#F27474;display:block;top:37px;border-radius:2px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{
-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{
-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px
}
.sweet-alert .sa-icon.sa-warning{
border-color:#F8BB86
}
.sweet-alert .sa-icon.sa-warning .sa-body{
position:absolute;width:5px;height:47px;left:50%;top:10px;-webkit-border-radius:2px;border-radius:2px;margin-left:-2px;background-color:#F8BB86
}
.sweet-alert .sa-icon.sa-warning .sa-dot{
position:absolute;width:7px;height:7px;-webkit-border-radius:50%;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#F8BB86
}
.sweet-alert .sa-icon.sa-info{
border-color:#C9DAE1
}
.sweet-alert .sa-icon.sa-info::before{
content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;border-radius:2px;margin-left:-2px;background-color:#C9DAE1
}
.sweet-alert .sa-icon.sa-info::after{
content:"";position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px;background-color:#C9DAE1
}
.sweet-alert .sa-icon.sa-success{
border-color:#A5DC86
}
.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success::before{
content:'';position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)
}
.sweet-alert .sa-icon.sa-success::before{
-webkit-border-radius:120px 0 0 120px;border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px
}
.sweet-alert .sa-icon.sa-success::after{
-webkit-border-radius:0 120px 120px 0;border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px
}
.sweet-alert .sa-icon.sa-success .sa-placeholder{
width:80px;height:80px;border:4px solid rgba(165,220,134,.2);-webkit-border-radius:40px;border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-fix{
width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line{
height:5px;background-color:#A5DC86;display:block;border-radius:2px;position:absolute;z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{
width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{
width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-custom{
background-size:contain;border-radius:0;border:none;background-position:center center;background-repeat:no-repeat
}
@-webkit-keyframes showSweetAlert{
0%{
transform:scale(.7);-webkit-transform:scale(.7)
}
45%{
transform:scale(1.05);-webkit-transform:scale(1.05)
}
80%{
transform:scale(.95);-webkit-transform:scale(.95)
}
100%{
transform:scale(1);-webkit-transform:scale(1)
}
}
@keyframes showSweetAlert{
0%{
transform:scale(.7);-webkit-transform:scale(.7)
}
45%{
transform:scale(1.05);-webkit-transform:scale(1.05)
}
80%{
transform:scale(.95);-webkit-transform:scale(.95)
}
100%{
transform:scale(1);-webkit-transform:scale(1)
}
}
@-webkit-keyframes hideSweetAlert{
0%{
transform:scale(1);-webkit-transform:scale(1)
}
100%{
transform:scale(.5);-webkit-transform:scale(.5)
}
}
@keyframes hideSweetAlert{
0%{
transform:scale(1);-webkit-transform:scale(1)
}
100%{
transform:scale(.5);-webkit-transform:scale(.5)
}
}
@-webkit-keyframes slideFromTop{
0%{
top:0
}
100%{
top:50%
}
}
@keyframes slideFromTop{
0%{
top:0
}
100%{
top:50%
}
}
@-webkit-keyframes slideToTop{
0%{
top:50%
}
100%{
top:0
}

}
@keyframes slideToTop{
0%{
top:50%
}
100%{
top:0
}
}
@-webkit-keyframes slideFromBottom{
0%{
top:70%
}
100%{
top:50%
}
}
@keyframes slideFromBottom{
0%{
top:70%
}
100%{
top:50%
}
}
@-webkit-keyframes slideToBottom{
0%{
top:50%
}
100%{
top:70%
}
}
@keyframes slideToBottom{
0%{
top:50%
}
100%{
top:70%
}
}
.showSweetAlert[data-animation=pop]{
-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s
}
.showSweetAlert[data-animation=none]{
-webkit-animation:none;animation:none
}
.showSweetAlert[data-animation=slide-from-top]{
-webkit-animation:slideFromTop .3s;animation:slideFromTop .3s
}
.showSweetAlert[data-animation=slide-from-bottom]{
-webkit-animation:slideFromBottom .3s;animation:slideFromBottom .3s
}
.hideSweetAlert[data-animation=pop]{
-webkit-animation:hideSweetAlert .2s;animation:hideSweetAlert .2s
}
.hideSweetAlert[data-animation=none]{
-webkit-animation:none;animation:none
}
.hideSweetAlert[data-animation=slide-from-top]{
-webkit-animation:slideToTop .4s;animation:slideToTop .4s
}
.hideSweetAlert[data-animation=slide-from-bottom]{
-webkit-animation:slideToBottom .3s;animation:slideToBottom .3s
}
@-webkit-keyframes animateSuccessTip{
0%,54%{
width:0;left:1px;top:19px
}
70%{
width:50px;left:-8px;top:37px
}
84%{
width:17px;left:21px;top:48px
}
100%{
width:25px;left:14px;top:45px
}
}
@keyframes animateSuccessTip{
0%,54%{
width:0;left:1px;top:19px
}
70%{
width:50px;left:-8px;top:37px
}
84%{
width:17px;left:21px;top:48px
}
100%{
width:25px;left:14px;top:45px
}
}
@-webkit-keyframes animateSuccessLong{
0%,65%{
width:0;right:46px;top:54px
}
84%{
width:55px;right:0;top:35px
}
100%{
width:47px;right:8px;top:38px
}
}
@keyframes animateSuccessLong{
0%,65%{
width:0;right:46px;top:54px
}
84%{
width:55px;right:0;top:35px
}
100%{
width:47px;right:8px;top:38px
}
}
@-webkit-keyframes rotatePlaceholder{
0%,5%{
transform:rotate(-45deg);-webkit-transform:rotate(-45deg)
}
100%,12%{
transform:rotate(-405deg);-webkit-transform:rotate(-405deg)
}
}
@keyframes rotatePlaceholder{
0%,5%{
transform:rotate(-45deg);-webkit-transform:rotate(-45deg)
}
100%,12%{
transform:rotate(-405deg);-webkit-transform:rotate(-405deg)
}
}
.animateSuccessTip{
-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s
}
.animateSuccessLong{
-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s
}
.sa-icon.sa-success.animate::after{
-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in
}
@-webkit-keyframes animateErrorIcon{
0%{
transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0
}
100%{
transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1
}
}
@keyframes animateErrorIcon{
0%{
transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0
}
100%{
transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1
}
}
.animateErrorIcon{
-webkit-animation:animateErrorIcon .5s;animation:animateErrorIcon .5s
}
@-webkit-keyframes animateXMark{
0%,50%{
transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0
}
80%{
transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px
}
100%{
transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1
}
}
@keyframes animateXMark{
0%,50%{
transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0
}
80%{
transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px
}
100%{
transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1
}
}
.animateXMark{
-webkit-animation:animateXMark .5s;animation:animateXMark .5s
}
@-webkit-keyframes pulseWarning{
0%{
border-color:#F8D486
}
100%{
border-color:#F8BB86
}
}
@keyframes pulseWarning{
0%{
border-color:#F8D486
}
100%{
border-color:#F8BB86
}
}
.pulseWarning{
-webkit-animation:pulseWarning .75s infinite alternate;animation:pulseWarning .75s infinite alternate
}
@-webkit-keyframes pulseWarningIns{
0%{
background-color:#F8D486
}
100%{
background-color:#F8BB86
}
}
@keyframes pulseWarningIns{
0%{
background-color:#F8D486
}
100%{
background-color:#F8BB86
}
}
.pulseWarningIns{
-webkit-animation:pulseWarningIns .75s infinite alternate;animation:pulseWarningIns .75s infinite alternate
}
/* FIN SWEET ALERT */

/* INICIO BOTON MENU*/
.fondomenu{
position:fixed; top:0; left:0; right:0; bottom:0; background-color:rgba(0,0,0,0.70); opacity:0; display:none; z-index:998;
}
.cuadromenu{
width:320px; height:220px; position:absolute; top:0; right:0; left:0; bottom:0; margin:auto; text-align:left;
}
.botonmenu{
color:#FFF;
width:100%;
height:44px;
border-bottom:2px solid #FFFFFF;
font-size:18px;
transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-webkit-transition:all 0.3s;
-o-transition:all 0.3s;
}
.botonmenufin{
color:#FFF;
width:100%;
height:42px;
font-size:18px;
transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-webkit-transition:all 0.3s;
-o-transition:all 0.3s;
}
.bpulsado{
background-color:#B00000;
}
.botonmenu:hover,.botonmenufin:hover{
background-color:#B00000;
}
.botongeneral{
position:fixed;
top:0;
left:0;
width:60px;
height:60px;
background-color:#B00000;
background-image:url(../imagenes/icomenu.svg);
z-index:1001;
transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-webkit-transition:all 0.3s;
-o-transition:all 0.3s;
}
.botoncerrar{
position:fixed;
top:0;
right:0;
width:60px;
height:60px;
background-color:rgba(192,0,66,0);
background-image:url(../imagenes/icoaspa.svg);
z-index:999;
transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-webkit-transition:all 0.3s;
-o-transition:all 0.3s;
}
.botongeneral:hover,.botoncerrar:hover{
	background-color:#F00000;
}
#botonmenum{
	width:40px; height:40px;cursor:pointer; background-image:url(../imagenes/botonmenumovil.svg);
}


/* FIN BOTON MENU*/

/* Web Amigas - Inicio */
.webamigas{
	max-width:960px;
	text-align:center;
	margin:60px auto 120px;
	color:#808080;
}
.webamiga{
	width:280px;
	height:410px;
	display:inline-block;
	margin:30px 15px;
	background-color:#F1F2ED;
	vertical-align:top;
	font-size:15px;
}
.webamigatitulo{
	font-weight:600 !important;
}
.webamigalink{
}
.pwebamigas{
	margin:0 auto;
	padding:8px 14px;
}
.fotowebamiga{
	width:272px;
	height:170px;
	margin:4px auto;
	background-color:#fff;
}

.contenido-webamigas{
	max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 40px;
}

.barratitulo{
    width: 100%;
    height: 2px;
    background-color: #B00000;
    margin-bottom: 30px;
}

/* Web Amigas - Fin */

/* MENU MOVIL
#contenedormenum{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:40px;
	z-index:99999;
	background-color:#2A4773;
}
#menum{
	width:40px;
	height:40px;
	background-color:#2A4773;
	overflow:hidden;
	position:absolute;
	display:none;
}
#botonmenum{
	width:40px; height:40px;cursor:pointer; background-image:url(/sanyte/imagenes/botonmenumovil.svg);
}
#botonmenum2{
	width:100%; height:40px;cursor:pointer; background-image:url(/sanyte/imagenes/botonmenumovil.svg); background-position:left center; background-repeat:no-repeat;
}
.botonmenumovil{
	width:100%; height:33px; font-size: 16px;padding:0 0 0 10px; color:#FFF; line-height:33px;
}
.botonmenumovil:hover{
	color:#2A4773;background-color:#FFFFFF;
}
.botonmenumovilpulsado{
	width:100%; height:33px; font-size: 16px;padding:0 0 0 10px; color:#2A4773; background-color:#FFFFFF; line-height:33px;
}
@media (min-width: 960px) {
	#contenedormenum{
		display:none;
	}
	#menumovil{
		display:none;
	}
}
FIN MENU MOVIL */
