@import url('https://fonts.googleapis.com/css?family=Oswald:300');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

/*
font-family: "Poppins", sans-serif;
AZUL #142E8B;
CELESTE #004CFF;
GRIS OSCURO #333333;
*/

/*----------ESTILOS GENERALES----------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
  background: #fff;
}
img {
	display: block;
  width: 100%;
	max-width: 100%;
  margin: auto;
}
ul, li {
	list-style: none;
}
a {
	display: block;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
}
.contenedor {
	width: 98%;
  max-width: 1400px;
	margin: auto;
}
.section {
	max-width: 100%;
	margin: auto;
	padding: 60px 10px;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 1.2em;
}
p {
	font-family: 'Open Sans', sans-serif;
}



/*TITULOS*/
.presentacion-titulo {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  color: #333;
	text-transform: uppercase;
}
.presentacion-subtitulo {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  color: #142E8B;
	margin-bottom: 20px;
}

/*BARRA SUPERIOR*/
.barrasuperior {
  overflow: hidden;
  width: 100%;
  margin: auto;
  background: #142E8B;
	height: 28px;
}
.barrasuperior-sociales {
  display: flex;
  justify-content: flex-end;
  align-items: center;
	padding: 5px;
}
.barrasuperior-sociales [class*='icon-'] {
  font-size: 0.9em;
	margin-left: 10px;
  color: #fff;
}
.barrasuperior-sociales [class*='icon-']:hover {
  color: rgba(255,255,255,0.8);
}
.tiktokicon {
	width: 1.1em;
	margin-left: 10px;
	position: relative;
	bottom: 1.5px;
}
.tiktokicon:hover {
  opacity: 0.8;
}

/*LOGO SUPERIOR*/
.logo-superior {
	overflow: hidden;
	width: 100%;
	margin: auto;
	background: #fff;
}
.grupo-logosuperior {

}
.logotipo-header {
	width: 300px;
}
.wasapbarra-img {
	display: none;
}
/*--------------------BANNER--------------------*/
.mockfondo-contacto {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/CONTACTO-BANNER.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  height: 380px;
  position: relative;
}
.mockfondo-contacto:before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.mockfondo-nosotros {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/NOSOTROS-BANNER.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  height: 380px;
  position: relative;
}
.mockfondo-nosotros:before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.mockfondo-auditoria {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/AUDITORIA-BANNER.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  height: 380px;
  position: relative;
}
.mockfondo-auditoria:before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.mockfondo-tax {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/TAX-BANNER.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  height: 380px;
  position: relative;
}
.mockfondo-tax:before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.mockfondo-consultoria {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/CONSULTORIA-BANNER.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  height: 380px;
  position: relative;
}
.mockfondo-consultoria:before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}




.textos-banner {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 98%
}
.banner-txt {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 2.4em;
	margin-bottom: 10px;
}

/*BIENVENIDA*/
#bienvenida {
  background: #fff;
}
#bienvenida .resena-txt {
	max-width: 900px;
	margin: auto;
}

/*PRINCIPALES SERVICIOS INDEX*/
#servicios {
  background: #fff;
}
.grupo-servicios {
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-servicios {
	width: 48%;
	margin: 1%;
	padding: 20px;
	border: 1px solid #999;
	border-radius: 20px;
	
	display: flex;
	justify-content: center;
  flex-wrap: wrap;
}
#servicios .rubros {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}
.serviciosicon-img {
	width: 70px;
	margin-bottom: 20px;
}
.servicios-txt {
	text-align: center;
	margin-bottom: 20px;
}

.servicios-mitad {
  width: 100%;
}
.columna-botones {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 5px;
  width: 100%;
  align-self: flex-end;
}
.servicios-ingresar {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;
	color: #142E8B;
	width: 100px;
	padding: 7px;
	border: 2px solid #142E8B;
	border-radius: 10px;
	text-align: center;
	transition: all .4s;
}
.servicios-ingresar:hover {
	background: #333;
	color: #fff;
}


/*SERVICIOS INTERIOR*/
#servicios h4 {
	font-size: 1.6em;
  padding: 0 10px;
	color: #142E8B;
	max-width: 900px;
	margin: auto;
	text-align: center;
}
.servicios-txt2 {
  padding: 0 10px;
	max-width: 900px;
	margin: auto;
}
.grupo-out {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 700px;
	margin: auto;
}
.columna-out {
	padding: 20px;
	border: 1px dashed #999;
	border-radius: 20px;
	width: 48%;
	margin: 1%;
}
.out-img {
	width: 80px;
	margin-bottom: 20px;
}
.out-txt {
	font-size: 1em;
	color: #1d1d1d;
	text-align: center;
	font-weight: 600;
}



/*RESEÑA - NOSOTROS*/
#resena {
  background: #fff;
}
.grupo-resena {
	max-width: 900px;
	margin: auto;
}
.resena-img {
	max-width: 300px;
	margin-bottom: 40px;
}
.resena-txt {
  font-size: 1em;
  padding: 0 10px;
  text-align: justify;
  color: #333;
}
#resena H4 {
	font-size: 1.6em;
  padding: 0 10px;
	color: #142E8B;
}

/*DIFERENCIAL*/
#diferencial {
  background: #fff;
}
.grupo-diferencial {
	max-width: 500px;
	margin: auto;
}
.columna-diferencial {
  padding: 5px 20px;
	border-radius: 50px;
	background: #142E8B;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subcolumna-diferencial {
	width: 90%;
	text-align: center;
}
.ic {
	width: 10%;
}
.diferencial-img {
	max-width: 300px;
	margin-bottom: 40px;
}
.diferencial-txt {
  font-size: 1em;
  padding: 10px;
	border-radius: 50px;
  color: #fff;
}
#diferencial H4 {
	font-size: 1.6em;
  padding: 0 10px;
	color: #333;
	text-align: center;
}
.diferencial-icon {
	width: 30px;
}

/*AUDITOOL*/
#auditool {
  background: #333;
}
#auditool .contenedor {
	max-width: 900px;
	margin: auto;
}
#auditool H4 {
	font-size: 1.6em;
  padding: 0 10px;
	color: #fff;
}
.auditool-txt {
  font-size: 1em;
  padding: 10px;
  color: #fff;
}
.grupo-auditool {
	max-width: 600px;
	margin: auto;
}
.columna-auditool {
  padding: 10px 20px;
	border-radius: 50px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.subcolumna-auditool {
	width: 90%;
	text-align: center;
}
.ic {
	width: 10%;
}
.auditool-foto {
	width: 200px;
}
.auditool-icon {
	width: 30px;
}
.auditool-lista {
  font-size: 1em;
  text-align: center;
  color: #333;
}

/*FILOSOFIA*/
#misionvision {
  background: #fff;
}
.misionvision-titulo {
  font-size: 2em;
  text-align: center;
  color: #FFF;
}
.misionvision-subtitulo {
  font-size: 2.4em;
  text-align: center;
  color: #333;
}
.grupo-misionvision {
	max-width: 900px;
	margin: auto;
}
#misionvision .rubros {
	padding: 0 10px;
	font-size: 1.2em;
	color: #1d1d1d;
	text-align: center;
	font-weight: 600;
}
.misionvision-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: justify;
  color: #333;
}
.icon-img {
	width: 100px;
	margin-bottom: 20px;
}

/*VALORES*/
#valores {
  background: #fff;
}
.grupo-valores {
	max-width: 900px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columnavalores {
	border-radius: 20px;
	width: 48%;
	margin: 1%;
	border: 1px solid #999;
	padding: 20px 10px
}
#valores .rubros {
	padding: 0 10px;
	font-size: 1.2em;
	color: #1d1d1d;
	text-align: center;
	font-weight: 600;
}
.valores-img {
	width: 110px;
	margin-bottom: 20px;
}
.valores-txt {
	text-align: center;
	font-size: 1em;
}

/*EQUIPO*/
#equipo {
  background: #fff;
}
#equipo h4 {
	font-size: 1.6em;
  padding: 0 10px;
	color: #142E8B;
	max-width: 900px;
	margin: auto;
}
.grupo-equipo {
	max-width: 900px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-equipo {
	position: relative;
	border-radius: 20px;
	width: 48%;
	margin: 1%;
	border: 1px solid #999;
	padding: 20px 10px
}
.equipo-img {
	width: 150px;
	height: 150px;
	margin-bottom: 20px;
}
.equipo-txt {
	text-align: center;
	margin-bottom: 45px;
}
.equipo-ingresar {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;
	color: #142E8B;
	width: 100px;
	padding: 7px;
	border: 2px solid #142E8B;
	border-radius: 10px;
	text-align: center;
	transition: all .4s;
}
.equipo-ingresar:hover {
	background: #333;
	color: #fff;
}
/*EQUIPO INTEGRANTES*/
.grupo-equipo2 {
	max-width: 700px;
	margin: auto;
	position: relative;
	z-index: 10;
}
.grupo-equipo2 .equipo-txt {
	font-size: 1.2em;
	color: #142E8B;
	font-weight: 700;
}
.equipo-img2 {
	width: 250px;
	height: 250px;
	margin-bottom: 20px;
}
.equipo-txt2 {
	text-align: center;
	margin-bottom: 20px;
}
.equipo-txt2 span {
	background: #333;
	color: #fff;
	padding: 10px;
}
.equipo-volver {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;
	color: #142E8B;
	width: 100px;
	padding: 7px;
	border: 2px solid #142E8B;
	border-radius: 10px;
	text-align: center;
	transition: all .4s;
}
.equipo-volver:hover {
	background: #333;
	color: #fff;
}
.isotipo-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 400px;
}

/*CLIENTES*/
#clientes h4 {
	font-size: 1.6em;
  padding: 0 10px;
	color: #142E8B;
	max-width: 900px;
	margin: auto;
	text-align: center;
}
.clientes-txt {
	text-align: center;
	margin-bottom: 20px;
}
.grupo-clientes {
	max-width: 900px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-clientes {
	width: 48%;
	margin: 1%;
}





/*SLOGAN*/
.slogan {
  position: relative;
  overflow: hidden;
  background-image: url(../img/SLOGAN-FONDO.jpg);
  background-size: cover;
	background-position: center;
  max-width: 100%;
  margin: auto;
  padding: 60px 10px;
}
.grupo-slogan {
  
}
.slogan-txt {
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	margin-bottom: 20px;
}
.slogan-img {
	width: 200px;
}

/*BOTON FLOTANTE WASAP*/
.btn-whatsapp {
        display: block;
        width: 100px;
        height: 100px;
        color: #fff;
        position: fixed;
        right: 30px;
        bottom: 30px;
        border-radius: 50%;
        line-height: 80px;
        text-align: center;
        z-index: 999;
}


/*---------------------FOOTER---------------------*/
.footer {
	overflow: hidden;
	width: 100%;
	padding: 60px 0;
	background: #333;
}

.footer-columna {
/*	outline: 2px solid red;*/
  padding: 0 10px;
	margin-bottom: 20px;
}
.footer-subtitulo {
	position: relative;
	z-index: 100;
  padding-bottom: 10px;
	color: #fff;
  border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.footer-txt {
	position: relative;
	z-index: 100;
	padding-top: 10px;
  font-size: 1em;
	color: #fff;
	margin-bottom: 20px;
	opacity: 0.8;
}
.footer-txt-tiktok {
	padding-top: 10px;
  font-size: 0.9em;
	color: #fff;
	opacity: 0.8;
	transition: all .4s;
}
.footer-txt-tiktok:hover {
	transform: translateX(10%);
}
.footer [class^="icon-"] {
	padding-right: 10px;
	font-size: 1.6em;
	color: #004CFF;
	position: relative;
	top: 7px;
}
.footer-sociales span:hover {
  opacity: 0.5;
}
.logofooter-img {
	width: 280px;
	margin: 0;
}


/*copy*/
.copy {
	padding: 10px;
	background: rgba(0,0,0,0.2);
}
.copy-txt {
	color: #eee;
  font-size: 0.8em;
	width: 100%;
  text-align: left;
  opacity: 0.5;
}
.copy a{
	font-family: 'Open Sans', sans-serif;
	color: #eee;
  font-size: 0.8em;
  text-align: left;
	transition: all .4s;
  opacity: 0.5;
}
.copy a:hover {
	transform: translateX(2%);
}
/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
	.grupo-logosuperior {
		padding: 10px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
.wasapbarra-img {
	display: block;
	width: 200px;
}
.logotipo-header {
	width: 320px;
	padding: 0px;
}
	
/* SLOGAN*/
	.grupo-slogan {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 700px;
		margin: auto;
	}
	.columna-slogan {
		width: 50%;
	}
	
/*	SERVICIOS OUT*/
	.columna-out {
	width: 31%;
}
	
/*	EQUIPO*/
	.columna-equipo {
	width: 31%;
}
	
/*	CLIENTES*/
	.columna-clientes {
	width: 18%;
}
	
	
	
	
}

@media (min-width: 1024px) {

	
/*BANNER*/
.mockfondo-index {
  height: 573px;
}
.interior {
	height: 400px;
}
.banner-txt {
	font-size: 3em;
	margin-bottom: 10px;
}
.banner-txt2 {
	font-size: 2em;
}

/*	SERVICIOS INDEX*/
.columna-servicios {
	width: 23%;
}	
	
/*GRUPO FOOTER*/
.grupo-footer {
  display: flex;
  justify-content: space-between;
}
.footer-columna {
	width: 35%;
}



}