﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?n7lkma');
  src:  url('../fonts/icomoon.eot?n7lkma#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?n7lkma') format('truetype'),
    url('../fonts/icomoon.woff?n7lkma') format('woff'),
    url('../fonts/icomoon.svg?n7lkma#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e903";
}
.icon-ubicacion:before {
  content: "\e900";
}
.icon-celular:before {
  content: "\e901";
}
.icon-telefono:before {
  content: "\e902";
}







body{
	background: #eeecf6;
	font-family:'century gothic', sans-serif;
}

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

#pagina{
	border-top: 8px solid #363d91;
	background: white;
	width: 100%;
	float: left;
	padding: 10px 15px;

	box-shadow: 0px 0px 10px #363d91;
}

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

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

#logotipo img{
	width: 100%;
}

#leyenda{
	width: 30%;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	color: #363d91;
	font-weight: bold;
	margin: 50px 0 0 20px;
	float: left;
}

#cabe{
	height: 100%;
	float: left;
}

#datos{
	background: #f7f7f7;
	width: 28%;
	float: right;
	padding: 10px;

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

#datos p{
	width: 100%;
	font-size: 18px;
	text-align: center;
	float: left;
	margin:0 0 10px 0;
}

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

#whatsapp{
	width: 25px;
	display: inline;
	margin: 3px 0 0 0;
}



#menu{
	width: 100%;
	float: left;
	margin: 10px 0;
}

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

#menu-r{
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: black;
	color: white;
	float: left;
	padding: 9px 0;
	cursor: pointer;
	display: none;

	border-radius: 10px;
}

#menu-r:hover{
	background: #363d91;
}

#menu ul{
	width: 80%;
	margin: 0 auto;
}

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

.menu{
	background: black;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 9px 0;

	border-radius: 5px;
}

.menu:hover, .activo{
	background: #363d91;
}



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

#efectoi{
	width: 62%;
	float: left;
}

#efectod{
	width: 35%;
	float: left;
	margin-left: 20px;
}

#textote{
	background: url(../images/fondo-textote.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 20px;

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

#textote strong{
	background: white;
	color: #363d91;
	font-size: 24px;
	font-weight: bold;
}



#banner{
	width: 100%;
	text-align: center;
	color: #363d91;
	font-size: 24px;
	font-weight: bold;
	float: left;
	margin: 15px 0;
}



#contenido{
	width: 100%;
	float: left;
	padding: 15px 0;
}




.titulo-pestana{
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}

.titulo-pestana div{
	background: #f7f7f7;
	color: #363d91;
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
	padding: 10px;
}




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

.seccion{
	background: #f7f7f7;
	width: 62%;
	font-size: 20px;
	line-height: 32px;
	float: left;
	padding: 15px;

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

.seccion ul{
	list-style: disc;
	padding-left: 20px;
}

.mitad{
	border: 0px solid red;
	width: 50%;
	float: left;
}

.imagen-seccion{
	width: 34%;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	float: left;
	margin-left: 20px;
}

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




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



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

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

.seccion-footer{
	color: white;
	padding: 10px;
	float: left;

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

.seccion-footer a{
	color: white;
}

.titulo-seccion-footer{
	font-weight: bold;
	font-size: 22px;
}

.desarrollo-seccion-footer{
	line-height: 22px;
	padding: 10px 0;
}



@media screen and (max-width: 1150px){
	#wrapP, #footer-conten{
		width: 100%;
	}

	#pagina{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
}

@media screen and (max-width: 900px){
	#logotipo{
		width: 20%;
	}
	#leyenda{
		width: 75%;
	}
	#datos{
		width: 100%;
	}
	#cabe{
		display: none;
	}
}

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

	#efectoi{
		width: 100%;
	}
	#efectod{
		width: 100%;
		margin: 10px 0 0 0;
	}
}

@media screen and (max-width: 700px){
	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 600px){
	#logotipo{
		width: 35%;
	}
	#leyenda{
		width: 55%;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin:0;
	}
	#menu-r{
		display: block;
	}

	.seccion{
		width: 100%;
	}

	.imagen-seccion{
		width: 100%;
		margin: 10px 0 0 0;
	}
}