/*

Theme Name: Megamas
Author: Sergio Bryson Naveda
Version: 2.0
Descripcion: Este tema se creo desde 0 si quisieras editarlo seria bueno que sepas lenguaje de programacion (html)

*/

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700,900');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1{
	font-family: nunito;
}

h2{
	font-family: nunito;
}

h3{
	font-family: nunito;
}

p{
	font-family: nunito;
	line-height: 25px;
}

a{
	font-family: nunito;
}

li{
	font-family: nunito;
}

*{
	box-sizing: border-box;
}

.header{
	border-bottom: solid 3px;
	border-color: #eb1b77;
	text-align: center;
	/*padding-bottom: 15px;
	padding-top: 15px;*/
	position: fixed;
	width: 100%;
	top: 0;
	background-color: white;
	z-index: 1000;
}

@media screen and (min-width: 768px){
	.header{
		display: flex;
		justify-content: space-around;
		align-items: center;
		/*padding-top: 15px;*/
	}	
}

.burger{
	width: 45px;
	height: 35px;
	border: none;
	background-color: white;
	border-radius: 5px;
	padding: 7px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	cursor: pointer;
	position: absolute;
    top: 25px;
}

.burger__line{
	display: block;
	height: 4px;
	background-color: #57097b;
	border-radius: 4px;
}

@media screen and (min-width: 768px){
	.burger{
		display: none;
	}	
}

.logo__contenedor{
	width: 200px;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

.logo{
	width: 100%;
}

.header__nav{
	display: none;
}

	.header__nav--visible{
		display: block;
	}

.header__ul{
	
}

@media screen and (min-width: 768px){
	.header__nav{
		display: block;
	}

	.header__ul{
		display: flex;
	}

	.logo__contenedor{
		margin: 0px;
	}
}

.header__item{
	padding-top: 10px;
	margin: auto;
}

	.header__item:hover .header__link{
		color: #ff6400;
	}

@media screen and (min-width: 768px){
	.header__item{
		margin: 0px;
		padding-left: 50px;
		padding-top: 0px;
	}
}

.header__link{
	text-decoration: none;
	color: #57097b;
	font-weight: 700;
	font-size: 20px;
}

.section{
	margin-top: 110px;
}

.banner{
	width: 100%;
}

.banner__item{
	width: 100%;
	height: 420px;
	background-size: cover;
	background-position: center;
}

	.banner__item--b1{ background-image: url("../img/wbanner.png"); }
	.banner__item--b2{ background-image: url("../img/exbanner.jpg"); }
	/*.banner__item--b3{ background-image: url("../img/banner4.jpg"); }*/

.banner__contenedor{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner__titulo{
	text-align: center;
	color: white;
	font-weight: 700;
	font-size: 35px;
}

.section__top{
	background-image: linear-gradient(#57097bcc,#57097bcc),url(../img/macchu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	/*height: 450px;*/
	padding-bottom: 40px;
}


.titulo{
	font-size: 50px;
	font-weight: 900;
	color: white;
	padding-bottom: 20px;
}

	.titulo--pagos{
		color: #57097b;
		text-align: center;
		padding-top: 140px;
	}

.des{
	color: white;
	font-size: 20px;
}

	.des--main{
		color: black;
		text-align: center;
	}

@media screen and (min-width: 768px){
	.quienes{
		width: 100%;
		justify-content: space-around;
		display: flex;
		padding-top: 200px;
		padding-bottom: 50px;
	}

	.titulo{
		padding-top: 100px;
	}

	.des{
		width: 500px;
	}
}

.section__grupo{
	
}

.grupo__titulo{
	text-align: center;
	color: #57097b;
	font-weight: 700;
	font-size: 50px;
	padding-top: 140px;
	padding-bottom: 80px;
}

.sub__titulo{
	text-align: center;
	color: #57097b;
	font-weight: 700;
	font-size: 35px;
	padding-top: 140px;
	padding-bottom: 80px;
}

	.sub__titulo--servicios{
		padding: 0px;
		color: white;
	}

.grupo{
	width: 97%;
	margin: auto;
}

.grupo__contenedor{
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
}

.grupo__foto{
	width: 300px;
	margin: auto;
	padding-bottom: 15px;
}

.p{
	font-size: 20px;
	color: black;
	text-align: center;
}

@media screen and (min-width: 768px){
	.grupo{
		display: flex;
	}

	.grupo__contenedor{
		width: 260px;
	}

	.p{
		width: 300px;
	}
}



@media screen and (min-width: 768px){
	.clientes__soporte{
		width: 760px;
		margin: auto;
	}

	.des__clientes{
		width: 500px;
	}
}

@media screen and (min-width: 958px){
	.clientes__soporte{
		width: 950px;
		margin: auto;
	}
}

@media screen and (min-width: 1280px){
	.clientes__soporte{
		width: 1280px;
		margin: auto;
	}
}

.servicios{
	justify-content: center;
	align-items: center;
	text-align: center;
	/*background-image: url(../img/limablack.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;*/
	padding-bottom: 60px;
}

.servicios__titulo{
	color: #9c212d;
	font-weight: 700;
	font-size: 50px;
	padding-bottom: 100px;
	padding-top: 140px;
	text-align: center;
}

.servicios__suport{
	display: flex;
	flex-direction: column;
	margin: auto;
	align-items: center;
	justify-content: left;
}

.ss{
	margin-bottom: 15px;
}

.servicios__button{
	width: 250px;
	margin: auto;
	margin-bottom: 10px;
	border-radius: 10px;
	border: none;
	background-color: #9c212d;
}

.servicios__but{
	width: 250px;
	margin: auto;
	margin-top: 10px;
	border-radius: 10px;
	border: none;
	background-color: #9c212d;
	/*background: linear-gradient(#ff6600,#e05a00,#a64200);*/
}

.grilla{
	width: 90%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 60px;
	display: none;
}

	.grilla--visible{
		display: block;
	}

.gril{
	width: 90%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 60px;
	display: none;
}

	.gril--visible{
		display: block;
	}

.grilla__foto{
	width: 100%;
	border-radius: 10px;
	margin-top: 20px;
}

	.grilla__foto--sexy{
		width: 70%;
	}

.beneficios{
	background-color: red;
	padding-bottom: 60px;
	padding-top: 140px;
	background-image: linear-gradient(#a70101cc,#57097bcc),url(../img/lima.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.beneficios__titulo{
	font-size: 50px;
	font-weight: 900;
	color: white;
	text-align: center;
	padding-bottom: 30px;
}


.beneficios__suport{
	margin: auto;
	width: 300px;
}


.beneficios__contenedor{
    margin: 10px auto 10px auto; 
	width: 180px;
	padding: 20px;
}

.beneficios__texto{
	color: white;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
}



.servicios__suport{
	margin: auto;
	width: 300px;
}


.servicios__contenedor{
    margin: 10px auto 10px auto; 
	width: 180px;
	padding: 20px;
}

.servicios__texto{
	color: #57097b;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}




@media screen and (min-width: 768px){
	.beneficios__suport{
		display: flex;
		width: 760px;
		margin: auto;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.beneficios__contenedor{
		margin: 10px 20px;
	}
	.servicios__contenedor{
		margin: 10px 20px;
	}
}

@media screen and (min-width: 958px){
	.beneficios__suport{
		display: flex;
		width: 950px;
		margin: auto;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.beneficios__contenedor{
		margin-left: auto;
		margin-right: auto;
	}

	.servicios__contenedor{
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1280px){
	.beneficios__suport{
		display: flex;
		width: 1280px;
		margin: auto;
		justify-content: space-around;
	}



.nosotros{
	background-color: red;
	padding-bottom: 160px;
	padding-top: 140px;
	background-image: linear-gradient(#a70101cc,#57097bcc),url(../img/macchu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.nosotros__titulo{
	font-size: 50px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	padding-top: 140px;
}

.nosotros__texto{
	color: #fff;
	font-size: 20px;
	width: 500px;
	text-align: center;
	margin: auto;
	padding-top: 40px;
}

.nosotros__contenedor{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	padding-bottom: 100px;
}

.nosotros__soporte{
	width: 150px;
	margin: auto;
	padding: 5px;
}




.tarjeta{
	background-color: white;
}

.tarjeta__titulo{
	font-size: 50px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #520956;
	text-align: center;
	padding-top: 140px;
}

.pagos__texto{
	color: #717171;
	font-size: 20px;
	width: 300px;
	text-align: center;
	margin: auto;
	padding-top: 40px;
}

.pagos__contenedor{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	padding-bottom: 100px;
}

.pagos__soporte{
	width: 150px;
	margin: auto;
	padding: 5px;
}

@media screen and (min-width: 768px){
	.pagos__texto{
		width: 400px;
	}

	.pagos__contenedor{
		flex-direction: row;
	}

	.pagos__soporte{
		width: 300px;
	}
}

.pagos__foto{
	width: 100%;
	border-radius: 10px;
}

.contacto{
	background-image: url(../img/contacto.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 50px;
}

.contacto__titulo{
	font-size: 50px;
	font-weight: 900;
	color: white;
	padding-bottom: 50px;
	padding-top: 140px;
	text-align: center;
}

.des__contacto{
	color: white;
	font-size: 20px;
	width: 300px;
	text-align: center;
	margin: auto;
	padding-bottom: 20px;
}

.contacto__contenedor{
	width: 85%;
	margin: auto;
}

@media screen and (min-width: 768px){
	.des__contacto{
		width: 600px;
	}
}

input{
	width: 100%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 20px;
	border-radius: 5px;
	border: none;
}

textarea{
	width: 100%;
	margin-top: 20px;
	border-radius: 5px;
	border: none;
	height: 150px;
	resize: none;
}

form{
	margin: auto;
	display: flex;
	flex-direction: column;
	width: 330px;
}

.enviar{
	color: white;
	background-color: #520956;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	border: none;
}

@media screen and (min-width: 768px){
	form{
		width: 500px;
	}
}

.footer{
	background-color: black;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding-top: 10px;
	padding-bottom: : 10px;


}

.footer__text{
	color: #9f9f9f;
	text-align: center;
}













