body{
    background: #1c4773;
    font-family: Century Gothic;
    font-size: 16px;
}




/**********************************************Para menú***************************/
.MenuInicial{
	background: white;
    top: 5.5px;
	position: sticky;
	z-index: 100;
	}	

nav {
	margin: .05% auto 0;
	position: relative;
	width: 690px;
	height: 65px;
	font-weight: bold;
	background-color: #1c4773;
	border-radius: 8px;
	font-size: 0;
	
	
}
nav a {
	line-height: 65px;
	height: 100%;
	font-size: 14.5px;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: white;
	cursor: pointer;
}
nav .animation {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 0;
	transition: all 1s ease 0s;
	border-radius: 8px;
}
a:nth-child(1) {
	width: 100px;
}
a:nth-child(2) {
	width: 110px;
}
a:nth-child(3) {
	width: 160px;
}
a:nth-child(4) {
	width: 100px;
}
a:nth-child(5) {
	width: 120px;
}
a:nth-child(6) {
	width: 100px;
}

nav .start-inicio, a:nth-child(1):hover~.animation {
	width: 100px;
	left: 0;
	background-color: #1abc9c;
}
nav .start-about, a:nth-child(2):hover~.animation {
	width: 110px;
	left: 100px;
	background-color: #3498db;
}
nav .start-blog, a:nth-child(3):hover~.animation {
	width: 160px;
	left: 210px;
	background-color: #e67e22;
}
nav .start-portefolio, a:nth-child(4):hover~.animation {
	width: 100px;
	left: 370px;
	background-color: #9b59b6;
}

nav .start-contact, a:nth-child(5):hover~.animation {
	width: 120px;
	left: 470px;
	background-color: #27AE60;
}
nav .start-otros, a:nth-child(6):hover~.animation {
	width: 100px;
	left: 590px;
	background-color: #e74c3c;
}

.menu{
	border-collapse: collapse;
	width: 100%;
	align-items: center;
}

.logo{
	width: 150px;
	height: 65px;
	margin: .05% auto 0;
	align-items: left;
}
.th_logo{
	text-align: left;
	width: 150px;
}

/**********************************************Para Botones***************************/
.btn{/*Boton General */ 
    width: 60%;
	text-align: center;
    background: #246eb9;
    color: #fff;
    border: none;
    padding: 15px 10px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 18px;
}

.btn_banner{/*Boton banner index */ 
    width: 60%;
	text-align: center;
    background: #246eb9;
    color: #fff;
    border: none;
    padding: 15px 10px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 18px;
}

.btn_p{/*Boton páginas */ 
    text-align: center;
    background: #246eb9;
    color: whitesmoke;
    border: none;
    padding: 7px 7px;
    cursor: pointer;
    border-radius: 12px;
    font-size: 18px;
}


/**********************************************Para index***************************/

/*Para Parte del Banner*/



.informacion_banner table{
	font-family: Century Gothic;
	table-layout: fixed;
	width: 100%;
	padding: 10px;
	border-spacing: 0px;
	
}

.informacion_banner table th, .informacion_banner table th td{
	color: whitesmoke;
	padding: 30px;
	word-wrap: break-word;
	vertical-align: middle;
	text-align: justify;

}

.informacion_banner table th{
	color: black;
	background-color: whitesmoke;
	padding: 10px;
}

.informacion_banner table th img{
	width: 100%;
	border-radius: 10px;
}

.informacion_banner table th h1, .informacion_banner table th p{
	font-weight: normal;
}


/*Para Parte de contenedores de información*/

.container_information1 table{
	font-family: Century Gothic;
	table-layout: fixed;
	width: 100%;
	padding: 10px;
	border-spacing: 30px;
}

.container_information1 table th, .container_information1 table td{
	color: whitesmoke;
	padding: 30px;
	word-wrap: break-word;
	vertical-align: top;
	border-radius: 20px;
	text-align: justify;
}

.container_information1 table th{
	color: black;
	background-color: whitesmoke;
	padding: 20px;
	font-weight: normal;
}

.container_information1 table th h1{
	font-weight: lighter;
	font-size: 145%;
}

.container_information1 table th img{
	width: 100%;
	border-radius: 10px;
}

.container_information1 table td{
	width: 0px;
}

/*Para Parte de paginación de información*/

.paginas{
	font-family: Century Gothic;
	table-layout: fixed;
	width: 100%;
	padding: 1px;
	border-spacing: 3px;
	position: relative;
	align-content: center;
}

.paginas th{
	align-content: center;
	color: whitesmoke;
	padding: 3px;
	word-wrap: break-word;
	vertical-align: middle;
	font-weight: normal;
}







/**********************************************Para Acerca de***************************/

/*Para baner/mision */
.container_banner_Acerca{
	width: 100%;
	display: inline-block;
	text-align: center;
	}

	.banner_Acerca{
		width: 100%;
		position: relative;
		opacity: 90%;
		height: 560px;
	}
	
	.Banner_text{
		position: absolute;
		top: 405px;
		left: 45%;
		color: white;
		width: 50%;
		font-size: 20px;
		line-height: 45px;
	}
.container_banner_Acerca label{
	font-size: 45px;
	font-family: Arial Rounded MT Bold;
}

/*Para historia, valores y visión */
.filosofia{
	font-family: Century Gothic;
	table-layout: fixed;
	width: 100%;
	padding: 10px;
	border-spacing: 30px;
	text-align: justify;
}
.filosofia th, td{
	color: whitesmoke;
	padding: 25px;
	word-wrap: break-word;
	vertical-align: top;
	border-radius: 30px;
}

.filosofia th{
	color: black;
	background-color: whitesmoke;
	padding: 10px;
	text-align: center;
}

.filosofia td{
	line-height: 25px;
}

.filosofia td p::first-letter {
	font-size: 150%;
  }

.filosofia td h3{
	word-spacing: 5px;
	text-align: right;
}

/*Listado de clientes y alianzas */

.Trabaja, .clientes, .alianzas{
	background-color: whitesmoke;
	color: black;
	opacity: 100%;
	display: block;
	border-radius: 20px;
	text-align: center;
	padding:  2px;
	}

.clientesTabla, .alianzasTabla{
	font-family: Century Gothic;
	color: black;
	text-align: center;
	max-width: 100%;
	padding: 20px;
	border-radius: 20px;
}

.clientesTabla table, .alianzasTabla table{
	font-family: Century Gothic;
	table-layout: fixed;
	width: 100%;
	border-spacing: 5px;
	background-color: white;
	border-radius: 20px;
}



.clientesTabla table td, .alianzas table td, .clientesTabla table th, .alianzas table th{
	color: whitesmoke;
	padding: 0px;
	word-wrap: break-word;
	vertical-align: middle;
	border-radius: 20px;
	text-align: justify;
}

.clientesTabla table td a img, .alianzasTabla table td a img{
	width: 80%;
	border-radius: 5px;
	}

/*Formulario trabaja en PBF */
.registrate{
    width: 50%;
	margin: 30px;
}


.registrate .formulario .contenedor-inputs{
    padding: 20px;
    background: #fff;
    border-radius: 6px;
}

.registrate .formulario input[type="text"],
.registrate .formulario input[type="email"],
.registrate .formulario input[type="tel"],
.registrate .formulario textarea{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding:  15px 10px;
    border: none;
    border-bottom: 2px solid #ccc;
    font-family: Century Gothic;
    font-size: 18px;
}










.div_info{

	text-align: justify;
	
}

.div_info table{
	width: 100%;
	border-spacing: 0.5px;
	display: table;
	table-layout: fixed;
}

.div_info table tr td{
	vertical-align: top;
	color: black;
}

.div_info table tr .td_info{
	width: 67%;
}

.div_info table tr .td_info .info_inicio{
	background-color: whitesmoke;
	padding: 12px;
	border-radius: 10px;
}

.div_info table tr .td_info img{
	width: 100%;
}

.div_info table tr .td_info .info_body{
	background-color: whitesmoke;
	padding: 25px;
	border-radius: 6px;
	line-height: 26px;
}

.div_info table tr .td_info .info_body iframe{
	width: 100%; 
	height: 480px;
}

.div_info table tr .td_banners{
	width: 33%;
}

.div_info table tr .td_banners div{
	background-color: whitesmoke;
	border-radius: 10px;
}

.div_info table tr .td_banners table{
	width: 100%;
	table-layout: fixed;
	text-align: left;
}


.div_info table tr .td_banners table tr{
	vertical-align: top;
}

.div_info table tr .td_banners table tr td{
	border-bottom: solid 2px gray;
	border-radius: 5px;
}

.div_info table tr .td_banners table tr .bnr_img{
	width: 40%;
	padding: 10px;
}
.div_info table tr .td_banners table tr .bnr_info{
	width: 60%;
	padding: 1px;
}

.div_info table tr .td_banners table tr td .imgs{
	width: 100%;
	object-fit: fill;
}



.div_info table tr .td_banners table tr td .btn_little{
	width: 100%;
	text-align: center;
    background: #246eb9;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 12px;
}


.td_info{
	padding: 25px;
}

.tabla{
width: 100%;

}

.tabla table{
	font-size: 80%;
	line-height: 15px;
font-family: Century Gothic;
	table-layout: fixed;
	width: 100%;
	padding: 10px;
	border-spacing: 3px;
}

.tabla table th, .tabla table td{
	color: whitesmoke;
	padding: 6px;
	word-wrap: break-word;
	vertical-align: top;
	border-radius: 30px;
	text-align: center;
}

.tabla table tr:nth-child(even){
	background-color: #ccc;
	color: white;
}

.tabla table tr:nth-child(odd){
	background-color: white;
}


.tabla table th{
	background-color: darkgreen;
	padding: 10px;
}



.contacto{
	font-family: Century Gothic;
	table-layout: fixed;
	width: 100%;
	padding: 10px;
	border-spacing: 20px;
}

.contacto th,.contacto td,.contacto tr{
	color: whitesmoke;
	padding: 15px;
	word-wrap: break-word;
	vertical-align: top;
	border-radius: 30px;
	border-style: double;
}

.contacto .mapa{
	vertical-align: middle;
}

.contacto .registrate{
	width: 90%;
	padding-left: 0cm;
	border-radius: 25px;
}





.dataAdrress{
	text-align: right;
	font-weight: bold;
}



/**********************************************Para Socios ***************************/

.SociosImpar, .SociosPar{
	width: 100%;
}

.SociosImpar th, .SociosPar th{	
	padding: 5px 20px;
	word-wrap: break-word;
	vertical-align: top;
	border-radius: 30px;
	font-weight: normal;
	text-align: left;
}

.SociosImpar .imparImg, .SociosPar .ParImg{	
	width: 30%;
	text-align: center;
}

.SociosImpar img, .SociosPar img{
 width: 100%;
 max-height: 350px;
}

.SociosPar th{
text-align: right;
}


/**********************************************Para Socios ***************************/

.t_servicios{
	font-family: Century Gothic;
	table-layout: fixed;
	width: 100%;
	padding: 10px;
	border-spacing: 30px;
	text-align: justify;
}

.ServiciosImpar{
	width: 100%;
}

.ServiciosImpar th{	
	padding: 5px 20px;
	word-wrap: break-word;
	vertical-align: top;
	border-radius: 30px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	color: whitesmoke;
}

.ServiciosImpar .imparImg{	
	width: 30%;
	text-align: center;
}

.ServiciosImpar img{
 width: 100%;
 max-height: 500px;
 border-radius: 20px;
}

.ServiciosImpar th h3{	
	background-color: whitesmoke;
	color: black;
	opacity: 100%;
	border-radius: 20px;
	text-align: center;
	padding:  5px;
	font-size: 200%;
}







.Categorias select{
    display: block;
    width: 35%;
    margin-bottom: 20px;
    padding:  15px 10px;
    border: none;
    border-bottom: 2px solid #ccc;
    font-family: Century Gothic;
	font-size: 18px;
	border-radius: 10px;
}


.Categorias label, .SeccionDescargas label{
	display: block;
    width: 34%;
    margin-bottom: 20px;
    padding:  15px 10px;
    border: none;
    border-bottom: 3px solid whitesmoke;
    font-family: Century Gothic;
	font-size: 18px;
	color: whitesmoke;
}

.SeccionDescargas label{
	width: 100%;
}




/**********************************************Para Aviso de Privacidad***************************/
.avisoP{
	display: block;
width: 80%;
margin-left: auto; 
margin-right:auto;
text-align: center;
}

.VisorPDF{
	width: 21.6cm;
	height: 279.4mm;
}


/**********************************************Para Descargas***************************/
.SeccionDescargas table{
margin-left: auto; 
margin-right:auto;
align-content:  center;
	border-left: double ;
	border-right: double ;
	border-color: whitesmoke;
	padding: 20px;

}

.SeccionDescargas label{
	font-weight: bold;
	font-size: 250%;
}

.t_descargas{
	font-family: Century Gothic;
	table-layout: fixed;
	width: 90%;
	padding: 10px;
	text-align: justify;
	border-spacing: 20px;
}

.t_descargas th, .t_descargas td{
	color: whitesmoke;
	padding: 10px;
	word-wrap: break-word;
	vertical-align: middle;
	border-radius: 30px;
}

.t_descargas th{
	color: whitesmoke;
	background-color: #e67e22;
	padding: 10px;
	text-align: center;
}

.t_descargas td{
	color: whitesmoke;
	border-bottom-style: groove;
	border-radius: 0px;
	border-color: whitesmoke;
}

.t_descargas td a{
	color: whitesmoke;
}
.t_descargas .btn{
border-radius: 35px;
}





footer{
	background-color: black;
}

footer table{
	font-family: Century Gothic;
	table-layout: fixed;
	width: 100%;
	padding: 10px;
	border-spacing: 30px;
	text-align: justify;
	font-size: 90%;
}

footer table td{
	color: whitesmoke;
	padding: 1px 35px 35px 35px;
	word-wrap: break-word;
	vertical-align: top;
	border-left: 2px solid whitesmoke;
	border-radius: 0px;
}

footer table td a{
	color: whitesmoke;
	font-family: Century Gothic;
	font-size: 110%;
	letter-spacing: 2.5px;
}

footer table .tdInicial{
	border-color: transparent;
}


