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

#cintillo{
	background: #ef7e21;
	background: -moz-linear-gradient(top, #ef7e21 0%, #c13307 44%, #940d03 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7e21), color-stop(44%,#c13307), color-stop(100%,#940d03));
	background: -webkit-linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);
	background: -o-linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);
	background: -ms-linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);
	background: linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);

	width: 100%;
	float: left;
}

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

#cintillo-conten span{
	color: white;
	font-size: 19px;
	float: left;
	margin: 0 60px 0 0;
	padding: 10px 0;
}

#cintillo-conten span a{
	color: white;
}

.right{
	float: right !important;
	margin: 0 !important;
}

#cabecera{
	width: 100%;
	float: left;
	padding: 20px 0;
}

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

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

#logotipo img{
	width: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 45%;
	text-align: right;
	font-weight: bold;
	font-size: 30px;
	float: right;
	margin: 25px 0 0 0;
}


#menu{
	background: #262626;
	width: 100%;
	float: left;
}

#menu-r{
	width: 100%;
	color: white;
	text-align: center;
	font-size: 16px;
	float: left;
	padding: 13px 10px;
	cursor: pointer;
	display: none;

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

#menu-conten{
	width: 1300px;
	margin: 0 auto;
}

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

#menu-conten ul li{
	width: 16.66%;
	float: left;
}

.menu{
	border-right: 1px solid #d65713;
	border-bottom: 0.5px dashed #d65713;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 16px;
	float: left;
	padding: 13px 10px;

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

.menu:hover, .activo, #menu-r:hover{
	font-weight: bold;
	color: #ef7e21;
}

.dosMenu{
	padding: 5px 10px;
}

.mUno{
	padding: 21px 0;
}

.trece-menu{
	background: #ef7e21;
	background: -moz-linear-gradient(top, #ef7e21 0%, #c13307 44%, #940d03 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7e21), color-stop(44%,#c13307), color-stop(100%,#940d03));
	background: -webkit-linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);
	background: -o-linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);
	background: -ms-linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);
	background: linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);
	color: white;
}
.trece-menu:hover{
	text-decoration: underline;
	color: white;
}


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


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

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

.titulo{
	width: 100%;
	color: #c13307;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}

.cuadro{
	border: 2px solid #ddd;
	width: 23%;
	float: left;
	margin: 0 1% 30px;
	cursor: pointer;

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

.cuadro:hover .titulo-cuadro{
	background: #ef7e21;
	background: -moz-linear-gradient(top, #ef7e21 0%, #c13307 44%, #940d03 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7e21), color-stop(44%,#c13307), color-stop(100%,#940d03));
	background: -webkit-linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);
	background: -o-linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);
	background: -ms-linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);
	background: linear-gradient(top, #ef7e21 0%,#c13307 44%,#940d03 100%);
}

.imagen-cuadro{
	width: 100%;
	text-align: center;
	float: left;
}

.imagen-cuadro img{
	height: 200px;
}

.titulo-cuadro{
	background: #262626;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 19px;
	float: left;
	padding: 12px 0;
}

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

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

.imagen-seccion{
	width: 37%;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	float: left;
}

.imagen-seccion img{
	width: 100%;
}


.mitad{
	width: 50%;
	float: left;
}


table{
	width: 100%;
	float: left;
}

table tr td{
	border: 1px solid #d65713;
	text-align: center;
	font-size: 20px;
	padding: 12px 0;
}

.imagenes{
	width: 100%;
	text-align: center;
	float: left;
	margin: 30px 0;
}

.imagenes img{
	margin: 0 20px;
}


.tres{
	width: 31.33%;
	float: left;
}

.imagen-tres{
	width: 100%;
	text-align: center;
	float: left;
}
.imagen-tres img{
	height: 200px;
}

.texto-tres{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding: 12px 0;
}

.texto{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	float: left;
	margin: 30px 0;
}


#footer{
	background: #262626;
	width: 100%;
	float: left;
}

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

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

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

.seccion-footer a{
	color: white;
}

.seccion-footer strong{
	color: #ef7e21;
	font-size: 24px;
}

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

@media screen and (max-width: 1300px){
	#menu-conten{
		width: 100%;
	}
}
@media screen and (max-width: 1200px){
	#cintillo-conten, #cabecera-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contenido-conten{
		width: 100%;
		padding: 20px 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contenido, #footer-conten{
		width: 100%;
	}
	#menu-r{
		display: block;
	}
	#menu ul,  #contacto-mujer{
		display: none;
	}
	#menu ul li{
		width: 50%;
	}
	.menu{
		padding: 12px 0;
	}
	.cuadro{
		width: 48%;
	}
}
@media screen and (max-width: 800px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 80%;
	}
	#leyenda{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 700px){
	.d700{
		display: none;
	}
	.right{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.cuadro{
		width: 98%;
	}
}
@media screen and (max-width: 600px){
	#logotipo img{
		width: 100%;
	}
	.seccion-footer{
		width: 100% !important;
	}
	.seccion{
		width: 100% !important;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 30px 0 0 0;
	}
	.imagen-seccion img{
		width: 30% !important;
	}
	.tabla{
		width: 100% !important;
		margin: 30px 0  !important;
	}
	.mitad{
		width: 100%;
	}
}


















.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;

    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
}