@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1 rem;
	line-height: 1.2rem;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size:1.2rem;
	line-height: 1.5rem;	
	
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgba(0,0,0,0.05);
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.acordeon{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
}

.acordeon__contenido{
	width:80%;
	padding: 1rem;
	margin: 0 auto;
	background: rgba(0,0,0,0.10);
	font-size: 1rem;
	line-height: 1.2rem;
	display: none;
}

.acordeon__contenido div p span{
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.5rem;
}

.acordeon__contenido div{
	width: 90%;
	font-size: 1.2rem;
	font-weight: 300;
	display: flex;
}

.acordeon__contenido div img{
	width:50%;
	height:50%;
	padding: 1rem;
	border-radius: 25px;
}

.acordeon__contenido div ul{
	width: 100%;
	padding: 0 2rem;
	text-align: justify;
}

.acordeon__contenido div ul li{
	padding-bottom: 0rem;
}

.acordeon__contenido div div{
	flex-direction: column;
}

.acordeon__contenido div div img{
	width: 100%;
}

.acordeon__titulo{
	width: 80%;
	margin: 0.5rem auto;
	display: block;
	padding:1rem 3rem;
	background: rgba(1,1,64,0.9);
	color: white;
	font-size: 1.5rem;
	font-weight: 400;
	border-radius: 15px;
	cursor: pointer;
}

.acordeon__titulo:hover{
	background: blue;
}

.acordeon_tabla{
	width: 80%;
	padding: 2rem;
	margin: 0 2rem 0 2rem;
	background: white;
	display: flex;
	flex-direction: column;
}

.acordeon_tablatit{
	width: 100%;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 800;
	/*background: blue;*/
	color: rgba(32,64,185,1);
	padding:0.5rem 0 0.5rem 0;
	border-radius: 8px;
	line-height: 1.8rem;
}

.acordeon_tablalin{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0rem 0rem 2rem;
}

.acordeon_tablacel{
	flex-direction: column;
	width: 13rem;
	height: 100%;
}

.acordeon_tablacel p{
	font-size: 0.9rem;
	text-align: center;
	background:rgba(1,1,1,0.1);
	padding: 0.3rem 0;
	margin:0 0.2rem;
}

.acordeon_tablacel img{
	width: 100%;
	text-align: center;
}

.acordeon_tablaimg{
	width: 100%;
}

.alineafila{
	display: flex;
}

.bot-enviar{
	width: 20%;
	padding:0.3rem 0 0.4rem 0;
	background: blue;
	color:white;
	border-radius: 15px;
}

#btn-menu{
	display: none;
}

.contacto, .contacto2{
	width:80%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	background:rgba(1,1,1,0.10);
}

.contacto img,.contacto2 img{
	width: 40%;
	height: 40%;
	border-radius: 50%;
	margin: 1rem 0rem 1rem 1.5rem;
}

.contacto div{
	width: 50%;
	padding: 0.5rem 0.5rem;
	margin: 1rem 1rem;
	border:1px solid rgba(0,0,0,0.3);
	border-radius: 25px;
}

.contacto p{
	margin-top:0;
	margin-bottom: 1rem;
}

.contacto div .contactoencuentra{
	width: 40%;
	height: auto;
	border-radius: 0px;
}

.contactofrm{
	width: 50%;
	color:white;
	border-radius: 25px;
	margin:2rem auto;
	padding: 3rem 1rem;
	text-align: center;
	background-color: #000066;
}

.contacto div .contactopie{
	font-size:0.9rem;
	line-height: 1.2rem;
}

.contactotit{
	text-align: center;
	font-weight: 300;
}

footer{
	width: 100%;
	font-size: 1rem;
	font-weight: 300;
	/*background-image:linear-gradient(blue,black,rgba(1,1,64,1));*/
	background: rgba(0,0,0,0.9);
	position: static;
	display: flex;
	justify-content: space-around;
	padding: 2rem 1rem;
}

footer section{
	color:white;
	text-align: center;
	padding: 0.5rem 2rem;
}

footer section span{
	font-size:1.6rem;
	background: rgba(0,0,0,1);
	padding:0.5rem;
	border-radius:50%;
}

#form1{
	width: 100%;
	border-radius: 25px;
	padding: 4rem 0 3rem 0;
	text-align: center;
	background-color: #000066;
}

.frm-input{
	font-family: 'Roboto', sans-serif;
	width: 80%;
	font-size: 1rem;
}

.gracias{
	background: rgba(1,1,1,0.10);
	text-align: center;
	color:white;
}

.gracias div{
	background: blue;
}

.gracias h4{
	color:black;
}

.gracias-logo{
	width: 30%;
	padding: 1rem;
}

.gracias-tlf{
	margin: 1rem 0;
	border-radius: 25px;
}

.header{
	width: 100%;
	/*background-image:linear-gradient(black,rgba(1,1,64,1),blue);*/
	background: rgba(0,0,0,0.9);
	height: 9rem;
	padding: 1rem 1rem;
	position: fixed;
	left: 0;
	top:0;
	right: 0;
	z-index: 50;
}

.header img{
	width: 100%;
	padding: 0px;
}

.header section img{
	width: 10%;
	display: none;
}

.headerdiv{
	width: 100%;
}

.headerlogo{
	width: 27%;
}

.headerlogo img{
	width: 100%;
}

.headerlogonav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.headernav a{
	color: white;
	font-weight: 300;
	text-decoration: none;
}

.headernav ul, .romamenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.headernav ul li, .romamenu ul li{
	display: inline-block;
}

.headernav ul li a{
	display: block;
	padding: 0.5rem 1rem;
	transition: all 0.4s linear;
	border-radius: 25px 0;
	background: rgb(0,0,0,1);
}

.headernav ul li a:hover{
	background: rgba(255,255,255,0.3);
}

.headernav ul li a span{
	font-size:1.1rem;
	margin-right: 0.5rem;
	color:rgba(245,151,4,1);
}

.headernav{
	display: block;
}

.icon-menu3{
	display: none;
}

.idx-frmgrp{
	width: 80%;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
}

.idx-frmgrp1{
	width: 50%;
	padding:0 3rem 0 5rem;
	background: rgba(0,0,0,0.10);
}

.idx-frmgrp1 div p{
	font-weight: 300;
	text-align: justify;
	margin-bottom: 1rem;
}

.idx-frmgrp1 div img{
	width: 100%;
	border-radius: 25px;
}

.idx-frmgrp2{
	width: 50%;
	padding:0 4rem 0 2rem;
	background: rgba(0,0,0,0.10);
}

.img100{
	width: 100%;
}

.indexdiv{
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 1.4rem;
	width: 80%;
	padding: 2rem;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0,0,0,0.10);
	display: flex;
	flex-wrap: wrap;
}

.indexdivimg{
	width: 50%;
	padding: 0 1rem 0 3rem;
}

.indexdivtxt{
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0 3rem 0 1rem;
}

.indexdiv div h2{
	font-size: 1.2rem;
    padding-top: 1rem;
}

.indexdiv div p{
	width: 100%;
	text-align: justify;
	padding-left: 1.5rem;
	padding-top:0.5rem;
	padding-bottom: 1rem;
}

.indexdiv div img{
	width: 100%;
	border-radius: 25px;
}

.mainindex{
	position: static;
	width: 100%;
	padding-top: 9rem;
}

.mainindex div{
	margin-left: auto;
	margin-right: auto;
}

.mainindex section h2{
	margin-top:0.5rem;
	padding: 0.5rem 1.5rem;
}

.marquee{
	background: rgba(1,1,1,1);
	margin: 0 auto;
	width: 100vw;
	height: auto;
	overflow: hidden;
}

.marquee-content{
	list-style: none;
	display: flex;
	animation: scrolling 200s linear infinite;
}

.marquee-content li{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid blue;
	width: 14vw;
	flex-shrink:0;
	white-space: nowrap;
}

.marquee-content li img{
	width: 80%;
}

.marquee-content:hover{
	animation-play-state: paused;
	cursor: pointer;
}

@keyframes scrolling{
	0% { transform: translateX(0); }
	100% {transform: translateX(calc(-1*14vw*31));}
	
}

/* Líneas de productos. Justificación total de texto*/
.p-lineajust{
	width: 100%;
	padding: 0 2rem 0 2rem;
	text-align: justify;
}

/* Productos. Línea imágenes*/
.prod_class{
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 1rem;
}

.prod_class div{
	width: 23%;
	text-align: center;
	font-weight: 300;
	padding: 1.5rem;
	border: 1px solid rgba(0,0,0,0.3);
}

.prod_class div img{
	width: 100%;
	border: 3px solid white;
}

.prod_class div ul{
	list-style:none;
}

.prod_class div ul li a{
	color:black;
}

.publicidades .titpub{
	font-size: 2rem;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	width:80%;
	height: 2.8rem;
	color:rgba(32,64,185,1);
}

.pubtab-1, .pubtab-2, .pubtab-3{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}

.pubtabul-1, .pubtabul-2, .pubtabul-3{
	width:40%;
	height: 26rem;
	background: white;
	overflow-y: scroll;
}

.pubtabul-1 ul, .pubtabul-2 ul, .pubtabul-3 ul{
	margin: 0;
	padding: 0;
	list-style: disc;
}

.pubtabul-1 ul li a:hover, .pubtabul-2 ul li a:hover, .pubtabul-3 ul li a:hover{
	background: blue;
}

.pubtabul-1 li a, .pubtabul-2 li a, .pubtabul-3 li a{
	display: block;
	padding: 0.5rem 1rem;
	margin: 0.5rem 0;
	text-align: left;
	font-size: 1.2rem;
	font-weight:300;
	color:white;
	/*transition: all 0.4s linear;
	background: rgba(1,1,1,0.5);*/
	background: rgba(1,1,64,0.95);
	border-radius:10px;
}

.pubtabtema-1, .pubtabtema-2, .pubtabtema-3{
	width:60%;
	display: flex;
	padding: 2rem;
	/*background: rgba(255,0,0,1);*/
	border: 1px solid rgba(0,0,0,0.3);
	margin-left: 1rem;
	height: 26rem;
	overflow-y: scroll;
	text-align: justify;
}

.pubtabtema-1 div, .pubtabtema-2 div, .pubtabtema-3 div{
	width: 100%;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 300;
}

.pubtabtema-1 div a, .pubtabtema-2 div a, .pubtabtema-3 div a{
	width: 40%;
	background: rgba(1,139,167,1);
	color: white;
	padding: 0.4rem 2rem;
	border-radius: 15px;
	/*font-size: 0.8rem;*/
	font-weight: 300;
}

.pubtabtema-1 div a:hover, .pubtabtema-2 div a:hover, .pubtabtema-3 div a:hover{
	background: rgba(240,148,41,1);
}

.pubtabtema-1 div p span, .pubtabtema-2 div p span, .pubtabtema-3 div p span{
	font-weight: 300;
	font-size:2rem;
}

.pubtabtema-1 section iframe, .pubtabtema-2 section iframe, .pubtabtema-3 section iframe{
	width:100%;
	height: 25rem;
}

.pubtabtema-1 ul, .pubtabtema-2 ul, .pubtabtema-3 ul {
	margin-left: 2rem;
	font-size: 1.1rem;
}

.pubtabtema-1 h4, .pubtabtema-2 h4, .pubtabtema-3 h4{
	/*font-size: 0.9rem;*/
}

.pubtabtema-1 p, .pubtabtema-2 p, .pubtabtema-3 p{
	font-size: 1.1rem;
}

.pubtabtema-1 div img, .pubtabtema-2 div img, .pubtabtema-3 div img{
	width: 22rem;
	float: right;
	margin-left: 2rem;
	margin-bottom: 2rem;
}

.pubtabtema-1 div p span, .pubtabtema-2 div p span, .pubtabtema-3 div p span{
	font-weight: bold;
	font-size:2.2rem;
}

.pubtabtema-2 section{
	width:100%;
}

.romamenu{
	margin-top:1rem;
	width: 100%;
}

.romamenu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.romamenu ul li a{
	text-align: center;
	padding: 0.5rem 2rem;
	transition: all 0.4s linear;
	border-radius: 20px 20px 0 0;
	background: blue;
	line-height: 2.5rem;
}

.romamenu ul li a:hover{
	background: black;
}

.separador{
	height: 1rem;
	clear:both;
}

.social{
	position: fixed;
	left:0;
	top:18rem;
	z-index: 2000;
}

.social ul{
	list-style: none;
}

.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 0.6rem 0.7rem;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}
 
.social ul li .icon-facebook2 {background: #03289F;}
.social ul li .icon-instagram {background:#F73BDE;}
.social ul li .icon-twitter {background: #55acee;}
.social ul li .icon-linkedin2 {background:#007bb5;}
.social ul li .icon-mail2 {background:#6F6C6C;}
 
.social ul li a:hover {
	background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
	padding: 0.6rem 1.2rem; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}

.tit-amarillo {
    background: #000066;
    color: white;
	text-align:center;
	padding: 1rem;
	font-size:1.3rem;
}

#tab1-1, #tab1-2, #tab1-3, #tab1-4, #tab2-1, #tab2-2, #tab2-3, #tab2-4, #tab3-1, #tab3-2, #tab3-3, #tab3-4{
	display: none;
}

/*@font-face{
	font-family: Roboto-Light;
	font-weight: normal;
    font-style: normal;
	src: url("../Roboto/Roboto-Light.ttf") format("truetype");
}*/

@media only screen and (max-width: 767px){
	.acordeon__contenido div{
		flex-direction: column;
	}
	
	.acordeon__contenido div img{
		width:100%;
	}
	
	.acordeon__titulo{
		line-height: 1.6rem;
	}
	
	.acordeon_tablatit{
		line-height: 1.8rem;
	}
		
	#btn-menu:checked ~ .headernav{
		margin:0;
	}
	
	.bot-enviar{
		width: 50%;
	}
	
	.contacto{
		flex-direction: column;
	}
	
	.contacto img{
		margin:0 auto;
		width: 90%;
	}
	
	.contacto div{
		width: 95%;
		font-size:1.1rem;
	}
	
	.contacto section img{
		padding:0.5rem 0;
		width: 70%;
	}
	
	.contacto2{
		width: 100%;
	}
	
	.contactofrm{
		width: 80%
	}
	
	.contactofrm h4{
		font-size: 0.9rem
	}
	
	.descargapdfbtn{
		width: 30%;
	}
	
	footer{
		flex-direction: column;
	}
	
	footer section{
		margin:1rem 0;
	}
	
	#form1{
		min-width: 20rem;
		marging-left:auto;
		margin-right: auto;
	}
	
	.frmimg{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.frm-contacto{
		flex-direction: column;
	}
	
	.frm-input{
		min-width: 12rem;
	}
	
	.gracias h4{
		font-size: 0.9rem;
	}
	
	.gracias-logo{
		width: 50%;
	}
	
	.header{
		background:rgba(1,1,1,0.8);
		padding:0;
		margin:0;
		height: 3.5rem;
	}
		
	.headernav{
		position: absolute;
		left:0;
		top:4rem;
		background: rgba(1,1,1,1);
		width: 70%;
		margin-left: -70%;
		transition:all 0.5s;
	}
		
	.headernav ul{
		flex-direction: column;
		margin:0;
	}
	
	.headernav ul li{
		display: block;
	}

	.headernav ul li a{
		display: block;
		width: 100%;
		padding: 0.4rem 1rem;
		transition: all 0.4s linear;
		background:blue;
		font-size: 0.9rem;
		border:solid 0.01rem rgba(255,255,255,0.5);
		border-radius: 0px;
	}
	
	.headershow{
		display: block;
	}

	.icon-menu3{
		display: block;
		cursor: pointer;
		color:white;
	}

	.idx-frmgrp{
		flex-direction: column;
	}

	.idx-frmgrp1{
		width: 100%;
		padding:0 3rem;
		font-size: 1rem;
	}
	
	.idx-frmgrp2{
	width: 100%;
	margin:0;
	padding:2rem;
	background: rgba(0,0,0,0.10);
}
	
	.indexdiv{
		flex-direction: column;
	}
	
	.indexdivimg{
		width: 90%;
		margin:0;
		padding:0;
	}

	.indexdivtxt{
		width: 100%;
	}
	
	.mainindex{
	position: static;
	width: 100%;
	padding-top: 3.5rem;
	font-size: 25%;
	font-weight: normal;
	}

	.nostabul{
		width: 10rem;
	}
	
	/*.pubtabtema-1 div a{
		width: 40%;
		padding:0.2rem 0.5rem;
		font-size:0.7rem;
	}*/
	
	.prod_class{
		flex-direction: column;
	}
	
	.prod_class div{
		width: 60%;
		padding:0.8rem;
		font-size: 1.3rem;
	}
	
	.pubtabtema-1, .pubtabtema-2, .pubtabtema-3 {
		width:95%;
		height: 20rem;
		flex-direction: column;
	}
	
	.pubtabtema-1 div img, .pubtabtema-2 div img, .pubtabtema-3 div img{
		width:100%;
	}
	
	
	.pubtabtema-2 section{	
		width: 100%;
	}
	
	.pubtabul-1, .pubtabul-2, .pubtabul-3{
		width:100%;
		height: 20rem;
	}
		
	.romamenu ul li{
		height: 2.7rem;
	}	
}