@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital@1&display=swap');

/*font-family: 'Orbitron', sans-serif; */

* {
	box-sizing: border-box;
}

body {
	margin: 0; 
	overflow-x: hidden;
	/*font-family: 'Raleway', sans-serif;*/
    font-family: 'Orbitron', sans-serif;
}

/* GO TOP*/
.go-top {
	position: fixed;
	bottom: 100px;
	right: -100%;
	width: 50px; height: 50px;
	border: 2px solid #ff2e63;
	background: #fff;
	z-index: 99999;
	 
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 400ms;
}

.go-top:hover {
	border: 2px solid white;
	background: #ff2e63;
}

.go-top:hover span {
	color: white;
}

 
.go-top > span {
	font-size: 30px;
	font-weight: bold; /*mio*/
	padding-top: .3cm; /*mio*/
	color: black;
}

/*.skew-abajo {
	position: absolute;
	bottom: 0;
	left: 0;
	/*esto 10vh modifica altura de la diagonal*/
	/*border-width: 0 0 10vh 100vw;
	border-style: solid;
	border-color: transparent transparent #fff transparent;	 
}*/

.skew-arriba {
	position: absolute;
	top: 0;
	left: 0;
	/*esto 10vh modifica altura de la diagonal*/
	border-width: 10vh 100vw 0 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	z-index: 10;
}

video {
	display: block;
	width: 100%;
	max-width: 100%;
	 
	margin-top: -330px; /*subimos el video*/
	position: relative; /*para poder trabajarlo y que tenga efecto el z-index*/
	z-index: -1;

} 

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.container {  /* ABARCA:LOGO/TITULOS/MENU Y REDES */
	width: 100%;
	margin: auto;

	/*background: red;*/
}

.container--flex {
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	align-items: center;
	/*color: red;*/

	/*background: rgba(0,0,0,.15);*/
}

.column {
	width: 100%;
	 
	 
}

/*Estilos del HEADER*/

.main-header {
	width: 100%;
}

.logo-container {

	padding: 5px 30px;
	/*background: red; */
}

.logo {
	width: 5.5cm; 
	height: 5.5cm; 
	border-radius: 35%;
	margin-left: .3cm;
	margin-top: .7cm;
	border: 2px solid black;
}

.main-header__contactInfo__phone { /*TITULO*/
    width: 20cm;
	margin: 0 auto;
	padding: 10px;
	margin-left: -4cm; 
    padding-left: 1cm; 
	text-align: center;
	/*background: green;*/
	color: #fff;
    font-family: 'Orbitron', sans-serif;
	/*font-family: 'Marcellus', serif;*/
	font-size: 2.7em;
}

.main-header__contactInfo__address { /*SUBTITULO*/
	width: 29cm;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	margin-left: -8.3cm;
	margin-top: -.3cm;
	/*background: blue;*/
	font-size: 1.9em;
	color: #fff;
	font-family: 'Marcellus', serif;
}

/*MENU*/
.main-nav {
	width: 100%;
	position: relative;
	z-index: 2000;
	padding: 10px 40px;
	/*background: blue;*/
}

.icon-menu {
	display: none;block;
	color: white;
	border: 1px solid white;
	border-radius: 3px;
	width: 40px; 
	height: 40px;
	line-height: 40px;
	text-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 1.5em;
	margin-left: .7cm;
	margin-top: -.2cm;
	background: blue;
}

hr {
	width: 90%;
	height: 3px;
	background: #08d9d6;
	border: none;
	margin-top: 2px;
}

.social-icon {
    /*background: red;*/
	display: flex;
	justify-content: space-between;
	margin-right: 3cm;
	/*margin-top: -.1cm;*/
}

.social-icon img {
	width: 42px;
	height: auto;
	border-radius: 50%;
	margin-right: .5cm;
     
}

.social-icon [class*="icon-"] {
	color: black;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3em;
	width: 35px; 
	height: 35px;
	background: white;
	border-radius: 50%;
}

.social-icon__link {
	text-decoration: none;
}

.menu {
	display: flex;
	height: auto;
	position: static;
	width: 590px; 
	border-radius: 24px;
	/*position: absolute;*/
	top: 60px;
	left: 0;
	/*width: 100%;*/
	background: rgba(0,0,0,.2);
	padding: 0 35px; 
	margin: 0;
    margin-left: 0.6cm;
    font-size: 18px;
	border-right: #fff;
	list-style: none;
	text-align: center;
	/*height: 0;*/
	/*overflow: hidden;*/
	transition: height .4s linear;
	/* border:1px solid red */
}

/*.submenu1 {
	height: 0;
	overflow: hidden;
}

.submenu2 {
	height: 0;
	overflow: hidden;	
}*/

.menu__link {
	display: block;
	padding: 15px;
	color: white;
	text-decoration: none;
	border-radius: 7px;
	font-family: Tahoma; 
	 
}

.menu__link:hover {
	background-color: rgba(0,0,0,.5);#de423a;
	border-radius: 7px;
	color: #EFF47C; 

	box-shadow: 0 5px 5px -4px #EFF47C;
}

/*COLOR DE FONDO ITEM SELECCIONADO*/
.menu__link--select {
	background-color: rgba(0,0,0,.5); 
}

.mostrar {
	height: 196px;
}

.banner {
	margin-top: -55px;
	position: relative;
}

.banner:before {
	content: '';
	position: absolute;
	width: 100%; 
	height: 100%;
	/* background-color: rgba(0,0,0,.1); */
	z-index: 1000;
	top: 0;
}



.banner__content {
	width: 90%;
	color: white;
	text-align: center;
	position: absolute;
	z-index: 1500;
	top: 75%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 2.5em;
	font-weight: bold;
	font-family: 'Orbitron', sans-serif; 
}

.banner__content2 {
	width: 90%;
	color: white;
	text-align: center;
	position: absolute;
	z-index: 1500;
	top: 82%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.7em;
	 
	font-family: 'Orbitron', sans-serif;
	height: 0;
	
}

/* agregamos nuevo formulario px agregar archivos */

.main-nave {
	width: 98%;
	/*margin-left: 8cm;;*/
	background-color: transparent; darkslateblue;
	height: 30px;  
	display: flex; /*este esta aca porque contendra la barrita menu*/
	justify-content: flex-end; /*para q se vayan al final*/
	margin-right: 10px;
	align-items: center;
	opacity: 0.6; 
    margin-bottom: 20px;
	
}

.menu2 {
 	margin: 0;
	padding: 0;
	list-style: none;
	display: flex; /*este hace que se ponga uno al lado del otro*/
	/*si aca pongo color... no pasa nada*/ 
	/*Desaparecemos el menu con lo siguiente*/
	opacity: 0;
	visibility: hidden;
    font-family: Tahoma;
}

 

/*separamos 1 item del otro*/
.menu__items {
	margin: 0 15px;
	  
}

/*tengo que entrar a los LINK*/
.menu__links {
	color:white; /*aca dentro si que cambia el color*/
	text-decoration: none;
	font-size: 20px;
}

.menu__links:hover {
    color: lime;
}

/*dibujamos las barritas del logo*/
.menu-bars {
	width: 30px;
	margin: 0 10px;
	cursor: pointer;
}

.uno, .dos, .tres {
	width: 100%;
	background-color: white;
	height: 3px;
	transition: all 0.5s;
}

.dos {
	margin: 5px 0;
}

/*Animacion*/
/*Seleccionamos las barritas*/
/*Le decimos que al pasar el mouse a la linea 2 le
doy una opacidad de 0*/
.mostrar .dos {
	opacity: 0;
	
}

/*Al 1 lo rotamos 45 grados*/
.mostrar .uno {
	transform: rotate(45deg) translate(5px, 5px);
}

.mostrar .tres {
	transform: rotate(-45deg) translate(6px, -7px);
}

/*Esta clase MOSTRAR  la agregaremos con JS*/
/*Le devolvemos la opacidad y la visibilidad al MENU*/
/*que antes le habiamos sacado para que no se vea*/
.mostrar .menu2{
	visibility: visible;
	opacity: 1;
	transition: all 1s;
	background: black;
	 
}

/* ACA TERMINA NUEVO MENU PARA ARCHIVOS */


/*SEGUNDA PARTE ACERCA DE*/

.acerca-de {
	width: 100%;
	margin-top: 60px;
}

.acerca-de .info-container {
	width: 75%;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/*TITULO: Acerca de nosotros*/
.acerca-de .info-container h1 {
	font-size: 50px;
	font-weight: 400;
	color: black;
	text-align: center;
	margin-bottom: 20px;
	/*font-family: 'MuseoModerno', cursive;*/
    font-family: 'Orbitron', sans-serif;
}

/*PARRAFO DESCRIPCION EMPRESA*/
.acerca-de .info-container p {
	text-align: center;
	font-size: 19px;
	color: black;
	line-height: 35px;
	margin: 10px 0; 
    font-family: 'Orbitron', sans-serif;
}

/*LAS 3 FOTOS*/
.acerca-de .info-container .about-gallery {
	width: 95%;
	display: flex;
	justify-content: center;
	margin: 50px 0;

}

.acerca-de .info-container .about-gallery img {
	width: 39%; 
	height: 300px;
	object-fit: cover;
	margin: 10px 10px;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 0 8px 10px -3px rgba(0,0,0,.8);
	border: 2px solid #ff2e63; 
}

.acerca-de .info-container .about-gallery img:hover {
	border: 2px solid #08d9d6; 
}

/*CENTRAMOS BOTON*/
.acerca-de .info-container .about-more {
	/*background: red;*/
	width: 100%;
	display: flex;
	justify-content: center;
}

.acerca-de .info-container .about-more button {
	width: 120px;
	height: 40px;
	background-color: #ff2e63;
	border-radius: 24px;
	border: none;
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	transition: 0.5s;
}

.acerca-de .info-container .about-more button:hover {
	background-color: #08d9d6;
}

/*FIN ACERCA DE NOSOTROS*/

.group {
	text-align: center;
}

.special .column {
	margin-bottom: 50px;
}

.special img {
	width: 640px;
	height: 640px;
	margin-right: .65cm;
	object-fit: cover;
	/*margin: auto;*/
	max-width: 350px;
	border-radius: 5px;
	position: relative;
	display: block;
	margin-top: 1cm;
	border: 2px solid #ff2e63;
	transition: all 0.8s;
}

.special img:hover {
	border: 3px solid #08d9d6;	
	transform: scale(1.1);
}

.img-text { /*TEXTO DEBAJO DE LA IMAGEN*/
	margin-top: 10px;
	color: #fff;
	position: absolute;
	margin-top: -26px;
	display: block;
	text-align: left;
	margin-left: .1cm;
	padding-left: .2cm; 
	width: 8cm;
	cursor: pointer;
	background: rgba(0,0,0,0.7);
	font-weight: bold;
	font-size: 19px;

}
.img-text:hover {
	background: #fff;
	color: black;
}

.about-more {
	width: 100%;
	display: flex;
	justify-content: center;
}

.about-more button {
	width: 120px;
	height: 40px;
	background: #ff2e63;
	border-radius: 24px;
	border: none;
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	transition: 0.5s;
}

.about-more button:hover {
	background: #08d9d6;
}
 


/*NUESTROS PROYECTOS*/


.our-project {
	position: relative;
	width: 100%;	
	height: 100%;
	background: url(../img/ruta.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	margin-top: 40px;
	/* border-bottom: 4px solid red; */
}

.our-project .deg-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

.our-project .ejeZProject {
	position: relative;
	width: 100%; 
	height: 100%;
}

.our-project .container-project {
	width: 90%;
	margin: auto;
	padding-top: 100px;

	padding-bottom: 20px;
}

.our-project .container-project .project-title {
	border: solid 2px #fff;
	padding: 10px;
	text-align: center;
	width: 50%;
	margin: auto;
	margin-bottom: 35px;
}

.our-project .container-project .project-title h2 {
	font-size: 40px;
	color: #fff;
	font-weight: normal;
}

.our-project .container-project .project-title hr {
	background-color: #08d9d6; 
	width: 50%;
	margin: 10px auto;
	 
}

/*IMAGENES*/
/*.our-project .container-project .project-img {
	/*width del 100% de su contenedor padre*/
	/*width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 65px;
}

.our-project .container-project .project-img img {
	width: calc(31%);
	margin: 10px;
	object-fit: cover;
	cursor: pointer;

	border-radius: 7px;
}

.our-project .container-project .project-img p {
	width: 90%;
	color: white;
	text-align: center;
	position: absolute;
	z-index: 1500;
	top: 88%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'Orbitron', sans-serif; 
}*/

.gallery__img {
	object-fit: cover;
	/*margin-bottom: 50px;*/
	margin-top: 5px 3px;
	cursor: pointer;
	border-radius: 7px;
	border: 3px solid #ff2e63;
	transition: all 0.5s;
}

.gallery__img:hover {
	transform: scale(1.02);
	border: 3px solid #08d9d6;
}

.gallery__img--big {
	width: 300px;
	height: 300px;
}

.gallery__img--small {
	width: 300px;
	height: 150px;
}

.column--50-25 {
	width: 24.5%;
}

.img-texti { /*TEXTO DEBAJO DE LA IMAGEN*/
	/*margin-top: 10px;*/
	color: #fff;
	position: absolute;
	margin-top: -62px;
	display: block;
	text-align: left;
	margin-left: 1.8cm;
	padding-left: .3cm; 
	width: 5cm;
	cursor: pointer;
	background: rgba(0,0,0,0.7);
	font-weight: bold;
	font-size: 19px;
}

.img-texti2 { /*TEXTO DEBAJO DE LA IMAGEN*/
	/*margin-top: 10px;*/
	color: #fff;
	position: absolute;
	margin-top: -36px;
	display: block;
	text-align: right;
	margin-left: 1.8cm;
	padding-left: .3cm; 
	width: 5cm;
	cursor: pointer;
	background: rgba(0,0,0,0.7);
	font-weight: bold;
	font-size: 19px;
}

/*.container {
	width: 100%;
	margin: auto;
}*/

/*.container--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}*/

/*.column {
	width: 100%;
}/*
.modal {
	width: 100%;
	min-height: 100vh;
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0; left: 0;
	z-index: 100000;
	/*display: none;*/
}

/*FIN DE NUESTROS PROYECTOS*/

/*TESTIMONIOS*/
.testimonios {
	width: 100%;
	margin-top: 120px;
}

.testimonios .testimonios-title {
	width: 40%;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	border: 1px solid black;

}

.testimonios .testimonios-title h2 {
	font-size: 50px;
	color: black;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 10px;

}

.testimonios .testimonios-title hr {
	width: 30%;
	margin: auto;
	height: 2px;
	background-color: #08d9d6;
	border: none;
	margin-bottom: 15px;	
}

.testimonios .box-testimonios {
	width: 90%;
	margin: 80px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.testimonios .box-testimonios .card-testimonio {
	width: 45%;
	margin: 20px;
}

.testimonios .box-testimonios .card-testimonio .card-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonios .box-testimonios .card-testimonio .card-img img {
	width: 200px;  /*AGRANDA LOS CIRCULOS C LAS FOTOS*/
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	cursor: pointer;
	margin-bottom: 25px;
	border: 1px solid black;
	box-shadow: 4px 7px 10px -5px rgba(0,0,0,0.8);
}

.testimonios .box-testimonios .card-testimonio .testimonio-text {
	width: 100%;
	border: 2px solid #ff2e63;
	padding: 20px;
	border-radius: 20px;
	cursor: pointer;
	transition: 200ms;
    font-family: Tahoma;
}


.testimonios .box-testimonios .card-testimonio .testimonio-text p {
	font-size: 19px;
	color: black;
	text-align: center;
	line-height: 35px;
	transition: 200ms;
}

.testimonios .box-testimonios .card-testimonio .testimonio-text:hover {
	border: 2px solid #08d9d6;
}

.testimonios .box-testimonios .card-testimonio .testimonio-text:hover h4 {
	color: #08d9d6;
}

.email-M {
	display: flex;
	/*background: red;*/
	justify-content: center;
	text-decoration: none;
	color: black;
	font-size: 1.5rem;
}

.email-W {
	display: flex;
	/*background: red;*/
	justify-content: center;
	text-decoration: none;
	color: black;
	font-size: 1.5rem;
}

.email-M:hover {
	color: mediumslateblue;
}

.email-W:hover {
	color: palevioletred;
}

/*FIN DE TESTIMONIOS*/

/*FOOTER*/
.footer {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/footer-img.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	/*border-top: 1px solid red;*/
}

.footer .deg-footer {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,0.2); */

}

.footer .ejeZfooter {
	position: relative;
	width: 100%;
	height: 100%;
}

.footer .footer-content {
	width: 80%;
	padding-top: 100px;
	padding-bottom: 5px;
	margin: auto; 
}

.footer .footer-content .footer-title { 
	/*titulo: formulario de contacto*/
	width: 50%;
	margin: auto;
	border: 2px solid #fff;
	padding: 15px;
}

.footer .footer-content .footer-title h2 {
	/*letras del titulo*/
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 10px;
}

.footer .footer-content .footer-title hr {
	width: 70%;
	margin: auto;

}

.footer .footer-content .formulario-content {
	width: 60%;
	background: #fff;
	border-radius: 24px;
	border: 2px solid #ff2e63;
	margin: 50px auto;
	padding: 30px;
	margin-bottom: 80px;
}

.footer .footer-content .formulario-content:hover {
    border: 2px solid #08d9d6;
}

.footer .footer-content .formulario-content #formulario {
	display: flex;
	justify-content: center;
	flex-direction: column;

}

.footer .footer-content .formulario-content #formulario label {
	text-align: center;
	color: black;
	font-size: 22px;
	margin: 30px 0 10px 0;
}

.footer .footer-content .formulario-content #formulario input {
	width: 90%;
	height: 40px;
	margin: auto;
	border: 2px solid #ff2e63;
	border-radius: 24px;
	outline: none;
	text-align: center;
	font-size: 13px;
	color: black;
}

.footer .footer-content .formulario-content #formulario textarea {
	min-width: 90%;
	min-height: 200px;
	max-width: 200px;
	max-height: 500px;
	margin: auto;
	border: 2px solid #ff2e63;
	border-radius: 24px;
	outline: none;
	font-size: 15px;
	color: black;
	padding: 20px;
}



.footer .footer-content .formulario-content #formulario .send {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.footer .footer-content .formulario-content #formulario .send button {
	width: 150px;
	height: 40px;
	background-color: #ff2e63;
	border-radius: 24px;
	border: none;
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
	cursor: pointer;
	transition: 0.5s;
}

.footer .footer-content .formulario-content #formulario .send button:hover {
	background: #08d9d6;
}

.contact_text {
	color:rgb(199, 165, 28);
	/*background-color: blue;*/
	width: 10cm;
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-family: 'Lato', sans-serif, Helvetica, sans-serif;;
}

.contact_text .mail-info {
	color:rgb(199, 165, 28);
	text-decoration: none;
}

.contact_text .mail-info:hover {
	color: yellowgreen;
}

.mapa {
	margin-left: -2.7cm; 
	padding-top: -10px;
	border-radius: 5px;
	cursor: pointer;
	width: 580px; height: 585px;
	/* border: 1px solid black; */
	/* margin-top: 1cm; */
}

/* .mapa-borde {
	border: 2px solid blue;
} */

/* .mapa-borde:hover {
    border: 2px solid #08d9d6;
} */

 


.img-formu {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/footer-img.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}


.clientes {
	width: 80%;             
	height: auto;
	margin: auto;
	margin-bottom: 20px;
	margin-top: -20px; 
	margin-top: -20px; 
	background: #DDDD;rgba(0,0,0,.4);
	border-radius: 5px;
	border: 3px solid #ff2e63;
}

.clientes:hover {
    border: 3px solid #08d9d6;
}

.clientes hr {
	width: 40%;
	color: #08d9d6;
}

.uno1 img{
	display: block;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 35px;
    width: 120px; 
    height: 120px
    /*le sacamos el color*/
    filter: none;
    transition: all .6s
}

/*se lo devolvemos al pasar el mouse*/
.uno1 img:hover {
    filter: grayscale(1);
}

/*.uno1 img:active {
    transform: scale(1.3);
}*/

.tittt {
	color: black;     /*#fff;*/
	text-align: center;
	font-size: 1.6em;
	padding-top: 11px;
	/*margin: 15px 0;*/
	font-family: 'Orbitron', sans-serif; 
}

.escudos {
    background: white;
} 

.uno1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dolar {
	display: flex;
	width: 40%;
	/* background: red; */
	background: #DDDD;
	color: black;	
	justify-content: center;
	margin: auto;
	justify-content: space-around;
	border-radius: 5px;
	border: 1px solid #ff2e63;
	margin-bottom: 1cm;
	padding: 7px;
    font-family: Tahoma;
    
    text-decoration: none;
}

.dolar:hover {
    border: 1px solid #08d9d6;
}

.diarios {
	display: flex;
	/* background: red; */
	width: 70%;
	margin: auto;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
}



.diario-tamaño img {
	width: 3cm;
	height: 3cm;
	margin: auto;
	border-radius: 50%;
	 
}

.diario-tamaño img:hover {
    border: 1px solid #ff2e63;
}

.periodicos-titulo {
	/* background:  #DDDD;red; */
	text-align: center;
	margin: 20px 0;
	font-size: 40px;
	border-radius: 4px;
	width: 60%;
	margin: auto;
}

.container-periodico {
	background: #DDDD;         /*yellow;*/
	width: 40%;
	margin: auto;
	margin-bottom: 1cm;   /*.5cm;*/
	border-radius: 4px;
	border: 1px solid #ff2e63;
}

.container-periodico:hover {
    border: 1px solid #08d9d6;
}

.container-periodico hr {
	width: 25%;
}


/*NUEVO FOOTER*/
.main-footer {
	background: #222; /*ver de poner foto de fondo*/
	color: white;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/*margin-top: -2.15cm;*/
	height: 6.88cm;
	border-top: 3px solid #08d9d6;white;
	border-bottom: 5px solid #08d9d6;
}

.main-footer .container--flex {
	align-items: flex-start;

}

.column__title {
	text-align: center;
    font-family: Tahoma;
    text-decoration: underline;
}

.column__title1 {
	text-align: center;
	margin-left: 2cm;
	font-size: 1.6em;
    
    font-family: Tahoma;
    text-decoration: underline;
}

.column__txt {
	text-align: center;
	/*background: red;*/
	padding: 4px 20px;
    
    font-family: Tahoma;
}
.column__txt1 {
	text-align: justify;
	/*background: red;*/
	padding: 4px 20px;
	margin-left: 2cm;
    
    font-family: Tahoma;
}

.footer-text {
	font-size: 1.2em;
	margin-bottom: 4px;
}

.mensaje-form p {
	text-align: center;
	margin-top: 1cm;
    color: black;
    font-weight: normal;
     
}

.line-tel {
    width: 20%;
    height: 2px;
    background: rgb(299, 165, 28);
}

.line-tele {
    width: 45%;
    height: 3px;
    background: rgb(299, 165, 28);
}

.tit {
    text-decoration: underline;
}

.lb {
    cursor: pointer;
    color: lightblue;
    text-decoration: none;
    font-size: 19.6px;
}

.lb:hover {
    color: skyblue;
     
}

.entidades {
    width: 40%;
    color: red;
}



.testimonios .box-testimonios .card-testimonio .testimonio-text h4 {
	color: #ff2e63;
	font-weight: normal;
	font-size: 27px;
	text-align: center;
	margin-bottom: 20px;
	transition: 200ms;
}
 
/*.copy {
	text-align: center;
}*



.footer .footer-content .footer-text {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.8);
	border-top: 5px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .footer-content .footer-text p {
	color: #fff;
	font-size: 20px;
}



/*fin del footer*/

/*ESTILOS MEDIAQUERY*/

@media (max-width: 600px){ 
    .logo {
			position: absolute;
      width: 2cm; 
	    height: 2cm;
      margin-left: -.5cm;
	    margin-top: -1cm;
	    border: 1px solid black;
    } 
		
		.banner {
	margin-top: -155px;
	position: absolute;
	width: 100%;
}

	.banner__img {
	width: 100%;
	height: 800px;
	/* margin-top:0; */
	position: relative; 
} 

 

.menu {
	margin-left: -1cm;				 
}

.menu__link {
	 
	 
	font-size: 13px;
	padding: 5px;
	 
}

.social-icon {
					display: none;
			}
 
hr {
	width: 100%;margin-left: .9cm;
	 
}    

.banner__content {
					color: white|;             
					font-size: 15px;
					width: 100%;
					top: 38%;  
					margin-left:1px;  
			}
			
			 .banner__content2 {
					color:white;font-size: 13px;top:42%;margin-left: 1px; 
			}

			 

			.acerca-de .info-container{
width:140%;margin-left: .5cm;
			}

			.acerca-de .info-container h1 {
					 color:black;font-size: 22px;margin-top: 1cm;width: 100%;
			}
			 
		 .column--50-33{
			width: 33%;
		 }

		  

		 .special img:hover {
	  	border: 3px solid #08d9d6;	
			/* transform: scale(1.1); */
		}

		.our-project{
			width: 100%;
		}

		.ejeZProject .container-project{
			border:2px solid red;
			width:100%;
		}

		.gallery__img--small{
			display:none
		}

		.nop{
			display:none;	
		}

		 .gallery__img--big {
			 
	width: 130px;
	height: 200px;
}

		.img-texti, .img-texti2{
			margin-left: 10px;font-size: 13px;width:4cm
		}

		.testimonios .testimonios-title {
			width:90%; 
		}

		.testimonios .testimonios-title h2{
			font-size: 30px;
		}


		.box-testimonios{
width: 50%;
		}

		  .testimonios .box-testimonios {
		  width:100%;margin-top: 5px;
	}


	 

	 .testimonios .box-testimonios .card-testimonio .testimonio-text{
	position: relative;margin-left: -2cm;width: 90%;border:1px solid blue;width:8.3cm
}

	.testimonios .box-testimonios .card-testimonio .testimonio-text h4{position:relative;color:blue;}

	.footer{
		border: 2px solid blue;margin-top: -1.5cm;
	}

	.footer .footer-content .footer-title{
		margin-left: .5cm;width:7cm;margin-top: -1.6cm;
	}

	.footer .footer-content .footer-title h2{
		font-size: 26px;
	}

	.footer .footer-content .formulario-content{
		border:2px solid blue;margin-left: -.5cm;width: 8.6cm;
	}

	.footer .footer-content .formulario-content .contact_text{
		color:blue;font-size: 18px;margin-left: -1.5cm;
	}

	.mapa{
		 width: 8cm;margin-left: 1px; 
	}

	.mapa-borde{
		border:none;
	}

	.clientes{
		margin-left: -.6cm;width: 8.6cm;
	}

	.clientes .tittt{
		color:black
	}

	.uno1 img{
		width: 2.5cm;
	}

	.container-periodico{
	   margin-left: -.7cm;width:9cm
}

.diario-tamaño img{
	width: 2.5cm;
	height: 2.5cm;
}

			
.main-footer{
	display: none;
}

 
 
}

 





















 

 




















