﻿body{
	font-family: 'Open Sans', sans-serif;
}



#cabecera{
	background: url(../images/fondo-cabecera.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 13%;
	float: left;
}

#logotipo img{
	width: 100%;
}


#menu{
	border: 0px solid red;
	width: 45%;
	float: left;
	margin: 55px 0 0 100px;
}

#menu-r{
	width: 100%;
	text-align: center;
	color: #2c8949;
	font-size: 22px;
	font-weight: bold;
	float: left;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: #e72d31;
	color: white;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 31.33%;
	margin: 0 1%;
	float: left;
}

.menu{
	width: 100%;
	color: #2c8949;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	float: left;
	padding: 12px 0;
}

.menu:hover, .activo{
	background: #e72d31;
	color: white;
}



#datos a{
	text-decoration: none;
}
#datos{
	border: 0px solid white;
	width: 30%;
	float: right;
	margin: 10px 0 0 0;
}

#datos p{
	width: 100%;
	font-size: 19px;
	float: left;
	text-align: right;
	margin: 6px 0;
}

#datos p strong{
	font-size: 22px;
	color: red;
}


#efecto{
	width: 100%;
	float: left;
}



#anuncio{
	background: #2c8949;
	width: 100%;
	float: left;
}

#anuncio-conten{
	width: 1200px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 27px;
	margin: 0 auto;
	padding: 12px 0;
}



#contenido{
	width: 1200px;
	margin: 0 auto;
}

#contenido-conten{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.parte{
	width: 100%;
	float: left;
}

.seccion{
	width: 62%;
	font-size: 19px;
	line-height: 26px;
	float: left;
}

.seccion strong{
	font-size: 22px;
	color: green;
}

.imagen-seccion{
	width: 35%;
	font-size: 18px;
	line-height: 23px;
	float: left;
}
.imagen-seccion img{
	width: 100%;
}



#banner{
	background: url(../images/fondo-banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-banner{
	background: rgba(256,256,256,0.8);
	width: 65%;
	font-size: 19px;
	line-height: 26px;
	float: right;
	padding: 20px;

	border-radius: 7px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto{
	width: 100%;
	text-align: center;
	font-size: 22px;
	float: left;
}


table{
	background: #f7f7f7;
	width: 100%;
	font-size: 19px;
	margin: 30px 0;
	float: left;
}

table tr td{
	border: 10px solid white;
	width: 25%;
	text-align: center;
	padding: 12px 10px;
}

table tr td b{
	color: green;
}


.c{
	background: #f7f7f7;
	width: 23%;
	text-align: center;
	font-size: 19px;
	margin: 0 1% 20px;
	float: left;
	padding: 12px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.c b{
	color: green;
}

.separacion{
	width: 100%;
	float: left;
}


.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: gray;
	float: left;
}


#footer{
	background: #2c8949;
	width: 100%;
	float: left;
}
#footer a{
	text-decoration: none;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	position: relative;
	color: white;
	font-size: 19px;
	line-height: 24px;
	padding: 20px 12px;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer a{
	color: white;
}

.seccion-footer strong{
	text-shadow: 2px 2px 2px black;
	font-size: 22px;
}


#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
}


@media screen and (max-width: 1200px){
	#contacto-mujer{
		display: none;
	}
	#cabecera-conten, #anuncio-conten, #contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#footer-conten{
		width: 100%;
	}
}

@media screen and (max-width: 900px){
	#logotipo{
		width: 23%;
	}

	#menu{
		width: 65%;
		margin-left: 0;
		float: right;
	}

	#datos{
		width: 100%;
	}
	#datos p{
		text-align: center;
	}
}

@media screen and (max-width: 800px){
	.c{
		width: 48%;
	}
}

@media screen and (max-width: 700px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 70%;
	}

	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 600px){
	#anuncio-conten{
		font-size: 22px;
		padding: 12px 0;
	}

	.texto-banner{
		width: 100%;
	}

	.c{
		width: 98%;
	}
}

@media screen and (max-width: 500px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 50%;
	}

	#menu{
		width: 100%;
		margin: 10px 0 0 0;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}
}











.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

	box-shadow: 2px 2px 10px black;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}