/*

Theme Name: Finger
Author: Sergio Bryson Naveda
Version: 3.0
Descripcion: Este tema se creo desde 0 si quisieras editarlo seria bueno que sepas lenguaje de programacion (html)
			 basico sino consultar con Sergio Bryson (correo: sbryson@econocable.com)

*/

@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=========*/

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

.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: 10px;
}

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

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

.logo{
	width: 100%;
}

.header__nav{
	display: none;
}

	.header__nav--visible{
		display: block;
	}

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

	.header__item:hover .header__link{
		color: #00ffff;
	}

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

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

	.burger{
		display: none;
	}

	.header__nav{
		display: block;
	}

	.header__ul{
		display: flex;
	}

	.logo__contenedor{
		margin: 0px;
	}

	.header__item{
		margin: 0px;
		padding-left: 25px;
		padding-top: 0px;
	}
}

/*========MAIN==========*/

/*=========TELCOTEL==========*/

.section__top{
	background-image: linear-gradient(#0000ffcc,#0000ffcc),url(../Telcotel_files/macchu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 40px;
}

.quienes{
	text-align: center;
	width: 220px;
	margin: auto;
	margin-top: 59px;
    padding-top: 100px;
    padding-bottom: 100px;


}

.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;*/
	}

	.titulo{
		padding-top: 100px;
	}

	.des{
		width: 500px;
		margin: auto;
		padding-top: 20px;
	}
}

/*=========SERVICIOS=========*/

.servicios{
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-bottom: 60px;
}

.servicios__titulo{
	color: #0000ff;
	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: center;
}

.ss{
	margin-bottom: 15px;
}

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

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

.servicios__but{
	width: 250px;
	padding: 10px;
	margin: auto;
	margin-bottom: 10px;
	border-radius: 10px;
	border: none;
	background-color: #000;
}

.servicios__bu{
	width: 250px;
	padding: 10px;
	margin: auto;
	border-radius: 10px;
	border: none;
	background-color: #000;
}

.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;
	}

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

	.gri--visible{
		display: block;
	}

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

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

/*=========	BENEFICIOS ==========*/

.beneficios{
	background-color: red;
	padding-bottom: 60px;
	padding-top: 140px;
	background-image: linear-gradient(#0000ffcc,#0000ffcc),url(../Telcotel_files/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;
}

@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;
	}
}

@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;
	}
}

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

/*===========FORMAS DE PAGO===========*/

.tarjeta{
	background-color: white;
}

.tarjeta__titulo{
	font-size: 50px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #0000ff;
	text-align: center;
	padding-top: 140px;
	width: 200px;
	margin: auto;
}

.pagos__texto{
	color: #0000ff;
	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;
}

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

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

	.pagos__texto{
		width: 400px;
	}

	.pagos__contenedor{
		flex-direction: row;
	}

	.pagos__soporte{
		width: 300px;
	}
}

/*=========CONTACTO=========*/

.contacto{
	background-image: linear-gradient(#0000ffcc,#0000ffcc), url(../Telcotel_files/machu.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;
	}
}

/*=========FORMULARIO=========*/

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: #000;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	border: none;
}

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

/*==========FOOTER==========*/

.footer{
	background-color: black;
	justify-content: center;
	align-items: center;
	height: 25px;
}

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













