﻿@font-face {
    font-family: "m";
    font-style: normal;
    font-weight: normal;
    src: url("../fuentes/scriptmtstd-bold.otf");
}

body{
	background: #f8f8d6;
	font-family: 'Libre Baskerville', serif;
}

.chat{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	width: 60px;
}
.chat img{
	width: 100%;
}

#cintillo{
	width: 100%;
	height: 50px;
	float: left;
}

#cintillo-conten{
	background: #98321e;
	width: 1100px;
	height: 50px;
	margin: 0 auto;
	padding: 0 10px;

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

	border-radius: 10px;
}

#cintillo-conten span{
	border: 0px solid red;
	color: white;
	font-size: 22px;
	float: left;
	margin: 14px 100px 0 0;
}

.whatsapp{
	width: 30px;
	float: right;
	margin: -5px 0 0 10px;
}

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

#cintillo-conten a{
	color: white;
}



#wrapP{
	width: 1100px;
	margin: 0 auto;
}

#pagina{
	background: transparent;
	width: 100%;
	float: left;
}

#cabecera{
	border: 0px solid red;
	width: 100%;
	padding: 10px 0;
	margin: 0 0 0px 0;
	float: left;
}

#logotipo1{
	border: 0px solid red;
	width: 27%;
	height: 100%;
	float: left;
}

#logotipo1 img{
	width: 100%;
}

#ladod-cabecera{
	border: 0px solid red;
	width:72%;
	height: 100%;
	float: right;
}

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

#logotipo2 img{
	width: 70%;
}

#leyenda{
	border: 0px solid red;
	width: 100%;
	font-size: 40px;
	color: #9e3524;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
}

#menu{
	border: 0px solid red;
	width: 100%;
	float: left;

	border-radius: 10px;
}

#menu a{
	color: white;
	text-decoration: none;
}

#menu ul{
	width: 100%;
}

#menu ul li{
	width: 25%;
	float: left;
}

.menu{
	border: 0px solid black;
	width: 100%;
	color: #135B80;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 13px 0;
}

.menu:hover, .activo{
	color: #98321e;
}

.dos{
	padding: 3px 0;
}

#efecto{
	width: 100%;
	height: auto;
	margin: 30px 0;
	float: left;
}

#efecto-conten{
	border: 0px solid red;
	width: 32%;
	line-height: 24px;
	font-size: 22px;
	float: left;
}

.titulo{
	width: 100%;
	text-align: center;
	font-size: 34px;
	line-height: 44px;
	color: #1a77b9;
	float: left;
	margin:0 0 30px 0;
	padding: 0 0 10px 0;
}

.diferente{
	background: #98321e;
	line-height: 34px !important;
	color: white;
	padding: 7px;

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

#efecto-conten b{
	font-size: 30px;
	color: #5076b7;
}

.diferente b{
	color: white !important;
}

#efecto-r{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	float: left;
	display: none;
}

#banner1{
	background: #98321e;
	width: 100%;
	color: white;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	float: left !important;
	padding: 5px;

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

	border-radius: 10px;

	text-shadow:3px 3px 10px #000;
}

#banner2{
	background: #135B80;
	width: 100%;
	color: white;
	font-size: 17px;
	line-height: 22px;
	float: left;
	padding: 5px;
	margin: 20px 0 0 0;

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

	border-radius: 10px;
}

#efecto-efecto{
	width: 98%;
	float: left;
	margin: 0 0 0 20px;
}

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

.icono{
	width: 23%;
	text-align: center;
	margin: 0 1%;
	display: inline-block;
}

.icono img{
	width: 100%;
}

.i{
	width: 100%;
	text-align: right;
	float: left;
}

.i img{
	width: 23%;
}


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

.mitad{
	width: 50%;
	float: left;
	margin: 20px 0 0 0;

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

.mitad p{
	width: 100%;
	font-size: 17px;
	line-height: 27px;
	margin: 0 0 20px 0;
}

.mitad strong{
	color: #98321e;
	font-size: 20px;
}


.galeria{
	width: 100%;
	float: left;
}
.galeria img{
	width: 24%;
	height: 330px;
	border-radius: 20px;
	margin-bottom: 20px;

	object-fit: contain;
}




#pie{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 20px 0;
}



@media screen and (max-width: 1200px){
	.mitad{
		padding-left: 10px;
	}
}

@media screen and (max-width: 1100px){
	#cintillo{
		height: auto;
	}

	#cintillo-conten{
		width: 100%;
		height: auto;
		float: left;
	}

	#cintillo-conten span{
		width: 100%;
		text-align: center;
		padding: 0px 0 10px 0;
		float: left;
	}

	#wrapP{
		width: 100%;
	}

	#cabecera{
		height: auto;
	}

	#efecto-conten{
		width: 100%;
		padding: 0 10px;

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

	#efecto-efecto{
		width: 100%;
		margin: 20px 0 0 0;
	}

	#efecto-r img{
		width: 50%;
		float: left;
	}
}

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

	.galeria img{
		width: 48%;
		height: 330px;
	}
}

@media screen and (max-width: 600px){
	.mitad{
		width: 100%;
	}
}

@media screen and (max-width: 550px){
	#menu ul li{
		width: 100%;
	}

	.dos{
		padding: 13px 0;
	}
}

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

	#logotipo1 img{
		width: 60%;
	}

	#ladod-cabecera{
		width: 100%;
	}

	#efecto-r img{
		width: 100%;
		float: left;
	}
}