/* ================================General====================================*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
}

.full-reset{
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
.cover-background{
	background-attachment: fixed;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    margin: 0;
	padding:0;
	width: 100%;
}
.page-container{
	background-color: transparent;
    height: 100%;
    height: auto !important;
    position: relative;
	overflow: hidden;
}
.content-page{
    padding-bottom: 00px; /*Si modifica esta propiedad, tambien hacerlo en height de la clase .footer*/
}
.footer{
	background-color: #000;
	bottom: 0 !important;
    bottom: -1px;
	color: #9f9f9f;
	height: 200px; /*Si modifica esta propiedad, tambien hacerlo en padding-botton de la clase .content-page*/
	overflow: hidden;
    position: absolute;
	width: 100%;
}
.section{
	margin: 0;
	padding: 50px 0;
	width: 100%;
	margin-bottom: 5px;
}
.center-box-content{
	margin: 0 auto;
}
.tittles-pages{
	font-family: 'Lobster', cursive;
	font-size: 40px;
}
/* ================================NavBar====================================*/
.nav-phonestore{
	background-color: #000;
	height: 55px;
	position: relative;
}
.logo{
    float: left;
    height: 55px;
    width: 30%;
    line-height: 55px;
    color: #fff;
    text-align: center;
}
.navigation-list{
    float: left;
    height: 55px;
    text-align: center;
    width: 70%;
    text-align: right;
}
.navigation-list > li{
    display: inline-block;
    height: 55px;
}
.navigation-list > li a{
	height: 55px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 55px;
	padding: 0 7px;
}
.navigation-list > li a:hover{
	color:rgb(231,76,60)
}
	#Traduccion-Esp {
		height: 30px;
		width: 30px;
		margin-top: 1px;
		margin-bottom: 10px;
	}

	#Traduccion-Eng {
		height: 30px;
		width: 30px;
		margin-top: 1px;
		margin-bottom: 10px;
		margin-right: 170px;
	}
/* ================================Social icons====================================*/
.list-social-icons > li{
	display: inline-block;
	margin: 0 4px;
}
.list-social-icons > li > a > i{
    transition: all .3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 19px;
}
.list-social-icons > li > a > i:hover{
	transform:scale(1.5);
}
#lista1 {
	padding: 40px;
}
#lista1 li {
	list-style: none;
	display: inline;
    padding-left:200px;
    padding-right:200px;
}
#lista1 a {
	color: white;
}
/* ================================Styles Index====================================*/
.font-content-index{
	background-image: url(../assets/img/font-index.jpg);
}
.product-section{
	background-color: rgba(191,189,63,.8);
	color: #000;
	width: 100%;
}
.news-promo-content{
	background-color: #fff;
	width: 100%;
}
.content-dest{
	padding-bottom: 40px;
	padding-top: 30px;
}
.bienvenidos {
	text-align: center;
}
.descrpcion {
	margin: 0px auto;
	text-align: justify;
}

/* ================================Slider====================================*/

.slider{
	width: 95%;
	margin: auto;
	overflow: hidden;
}
.slider ul {
	display: flex;
	padding: 0;
	width: 400%;

	animation: cambio 20s infinite alternate linear;
}
.slider li {
	width: 100%;
	list-style: none;
}
.slider img {
	width: 95%;
}

@keyframes cambio {
	0% { margin-left: 0; }
	20% { margin-left: 0; }

	25% { margin-left: -100%; }
	45% { margin-left: -100%; }

	50% { margin-left: -200%; }
	70% { margin-left: -200%; }

	75% { margin-left: -300%; }
	100% { margin-left: -300%; }
}

/* ================================Styles Product====================================*/
.content-carousel{
	background-color: #000;
	margin: 0;
    padding: 0;
	width: 100%;
	height: 50px;
}
.static-image-carousel{
	background-color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
}

.info{ font-size: 25px;
	margin-top: 10px;
	margin-left: 500px;
	margin-right: 500px;
}


/* ================================Styles news====================================*/
.font-content-news{
	background-image: url(../assets/img/phoe-font-news.jpg);
}
.jumbotron{
	background-color: rgba(0,3,0,.4);
	color:#fff;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 250px;
}
.all-news-contents{
	background-color: rgba(255, 255, 255,0.9);
	color: #000;
}

/* ================================Styles contact====================================*/
.font-content-contact{
	background-image: url(../assets/img/font-contact.jpg);
}
.contact-form-info{
	background-color: rgba(0, 3, 0, 0.8);
	color: #fff;
}
.well{
	background-color: rgba(191,189,63,.8);
	border: solid 1px rgba(231, 76, 60,0.2);
    text-align: center;

}
.input-form-contact{
	background-color: rgba(236, 240, 241,0.3);
	color: #fff;
	font-style: italic;
}
.input-form-contact::-moz-placeholder { color:#fff;  opacity: .5;}
.input-form-contact:-ms-input-placeholder { color:#fff;  opacity: .5;}
.input-form-contact::-webkit-input-placeholder { color:#fff; opacity: .5;}
#formulario {
	margin-left: -20px;
}
.map-responsive{
	margin-left: -20px;
}

.alert {
  padding: 1em;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: 120px;
}

.alert.error {
  background: #F2DEDE;
  border: 1px solid #a94442;
  color: #a94442;
}

.alert.success {
  background: #4CAF50;
}

.g-recaptcha {
  position: absolute;
  right: 140px !important;
  }


/*-----------------------Estilos del footer-----------------------*/
.main-footer {
	background: #222;
	color: white;
	padding: 10px;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
	font-size: .8em;
    margin-top: -10px;
}
.copy {
	text-align: center;
	margin-left: 420px;
	margin-top: 20px;
}
.copyen {
	text-align: center;
	margin-left: 450px;
	margin-top: 20px;
}
.main-footer [class*="icon-"] {
	color: white;
	text-decoration: none;
}
.main-footer [class*="icon-"]:before {
	position: relative;
	top: 3px;
	right: 5px;
}
.container--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.column--33 {
	width: 50%;
}

/* ======================================= Responsive=======================================*/
@media screen and (min-width: 0px) and (max-width: 768px) {
  .alert{
    margin-top: 220px;
  }
}


@media screen and (min-width: 0px) and (max-width: 320px) {
    #formulario {
        margin-left: 1px;
    }
    .map-responsive{
        margin-left: -1px;
    }
	iframe{
		width: 290px !important
	}
	.copy {
	text-align: center;
	margin-left: 1%;
	margin-top: 2px;
	}
	.copyen {
	text-align: center;
	margin-left: 12%;
	margin-top: 2px;
	}
	.column--33 {
	width: 100%;
	}
	#Traduccion-Esp {
		margin-right: -0px;
	}

	#Traduccion-Eng {
		margin-right: 125px;
	}

	.titulo-producto {
		text-align: center;
	}

	.g-recaptcha {
  right: 0px !important;
  }

	button{
		margin-top: 100px;
		margin-right: 100px;
		height: 60px;
		width: 80px;
	}


}

@media screen and (min-width: 321px) and (max-width: 360px) {
    #formulario {
        margin-left: 1px;
    }
    .map-responsive{
        margin-left: 1px;
    }
	iframe{
		width: 330px !important
	}
	.copy {
	text-align: center;
	margin-left: 5%;
	margin-top: 2px;
	}
	.copyen {
	text-align: center;
	margin-left: 17%;
	margin-top: 2px;
	}
	.column--33 {
	width: 100%;
	}
	#Traduccion-Esp {
		margin-right: 0px;
	}

	#Traduccion-Eng {
		margin-right: 150px;
	}

	.titulo-producto {
		text-align: center;
	}

	.g-recaptcha {
  		right: 30px !important;
  	}

	button{
		margin-top: 100px;
		margin-right: 110px;
		height: 60px;
		width: 80px;
	}

}

@media screen and (min-width: 361px) and (max-width: 375px) {
    #formulario {
        margin-left: 1px;
    }
    .map-responsive{
        margin-left: -1px;
    }
	.column--33 {
	width: 100%;
	}
	.copy {
	text-align: center;
	margin-left: 5%;
	margin-top: 2px;
	}
	.copyen {
	text-align: center;
	margin-left: 18%;
	margin-top: 2px;
	}
	#Traduccion-Esp {
		margin-right: -0px;
	}

	#Traduccion-Eng {
		margin-right: 150px;
	}

	.g-recaptcha {
  		right: 30px !important;
  	}

	button{
		margin-top: 100px;
		margin-right: 110px;
		height: 60px;
		width: 80px;
	}
}

@media screen and (min-width: 376px) and (max-width: 425px) {
	.copy {
	text-align: center;
	margin-left: 12%;
	}
	.copyen {
	text-align: center;
	margin-left: 22%;
	margin-top: 0px;
	}
	.column--33 {
	width: 100%;
}
	.content-carousel{
	background-color: #000;
	margin: 0;
    padding: 0;
	width: 100%;
	height: 50px;
}
.static-image-carousel{
	background-color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
}
.map-responsive {
	margin-left: 20px;
}
.form-horizontal{
	margin-left: 20px;
	margin-right: -20px;
}
.info{
	text-align: justify;
	font-size: 18px;
	margin-top: -20px;
	margin: 0;
}
	#Traduccion-Esp {
		margin-right: -0px;
	}

	#Traduccion-Eng {
		margin-right: 180px;
	}

	.g-recaptcha {
  		right: 30px !important;
  	}

	button{
		margin-top: 100px;
		margin-right: 130px;
		height: 60px;
		width: 100px;
	}
}
@media screen and (min-width: 426px) and (max-width: 768px) {
	.copy {
	text-align: center;
	margin-left: 30%;
	}
	.copyen {
	text-align: center;
	margin-left: 33%;
	}
	.column--33 {
	width: 50%;
}
	.map-responsive {
	margin-left: 1px;
}
	#Traduccion-Esp {
		height: 30px;
		width: 30px;
		margin-top: 1px;
		margin-bottom: 1px;
	}
	#Traduccion-Eng {
		height: 30px;
		width: 30px;
		margin-top: 1px;
		margin-bottom: 1px;
		margin-right: 10px;
	}
    #formulario {
	margin-left: 1px;
}
	.info{
	text-align: justify;
	font-size: 23px;
	margin-top: -30px;
	margin-left: 100px;
	margin-right: 100px;
}
	.slider{
	width: 75%;
}
	iframe{
		width: 720px !important
	}
	.g-recaptcha {
  		right: 170px !important;
  	}

	button{
		margin-top: 20px;
	}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.copy {
	text-align: center;
	margin-left: 35%;
	}
	.copyen {
	text-align: center;
	margin-left: 38%;
	}
	.column--33 {
	width: 50%;
}

	#Traduccion-Esp {
		height: 30px;
		width: 30px;
		margin-top: 1px;
		margin-bottom: 1px;
	}

	#Traduccion-Eng {
		height: 30px;
		width: 30px;
		margin-top: 1px;
		margin-bottom: 1px;
		margin-right: 40px;
	}
	.info{
		text-align: justify;
		font-size: 23px;
		margin-top: -30px;
		margin-left: 200px;
		margin-right: 200px;
}
		button{
		margin-top: 20px;
	}
}

@media screen and (min-width:1024px) {
	.slider{
		width: 40%;
	}
}


@media screen and (min-width: 1025px) and (max-width: 1440px) {
	.info{
		text-align: justify;
		font-size: 25px;
		margin-top: -20px;
		margin-left: 380px;
		margin-right: 380px;
	}
	.slider{
	width: 55%;
	}
	.copy {
	text-align: center;
	margin-left: 40%;
	}

	.g-recaptcha {
  		right: 200px !important;
  	}

	button{
		margin-top: 20px;
	}

}

@media screen and (min-width: 1441px) and (max-width: 2560px) {

	.g-recaptcha {
  		right: 210px !important;
  	}

	button{
		margin-top: 20px;
	}

}



/* col-xs */
@media (max-width: 767px) {
	.jumbotron{
		padding-bottom: 60px;
	}
    .jumbotron > p{
		font-size: 16px;
	}
    .logo {
        width: 100%;
    }
    .navigation-list{
    	position: absolute;
    	top: 55px;
    	border-top: 1px solid rgba(255,255,255,.7);
    	width: 100%;
    	background-color: #000;
    	height: auto;
    	pointer-events: none;
    	opacity: 0;
        z-index: 99;
    }
    .navigation-list li{
    	display: block;
    	width: 100%;
    }
    .navigation-list-show{
    	pointer-events: auto;
    	opacity: 1;
    }
    .btn-mobile{
    	height: 55px;
    	width: 55px;
    	line-height: 55px;
    	color: #fff;
    	position: absolute;
    	top: 0;
    	right: 0;
    	text-align: center;
    	cursor: pointer;
    	font-size: 20px;
    }
    .principal-container-services > a{
        margin: 15px 0;
        width: 100%;
    }
    .social-img{
		height: 48px;
		width: 48px;
	}
	.tittles-pages{
		font-family: 'Lobster', cursive;
		font-size: 30px;
	}

}
/* col-sm */
@media (min-width: 768px) and (max-width: 991px) {
    .principal-container-services > a{
        width: 48%;
    }
    .jumbotron{
		padding-bottom: 70px;
	}
}
/* col-md */
@media (min-width: 992px) and (max-width: 1199px) {
    /*Estilos css aquí*/
}
/* col-lg */
@media (min-width: 1200px) {
    /*Estilos css aquí*/
}
