
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap');

* {
  box-sizing: border-box;
}

body {
  background: #fff;
  height: 98vh;
  margin: 10px;
  background-image: url('../img/fondo1.jpg');
  background-size: cover;
}

.contenedor {
  width: 100%;
  height: 100%;
  margin: auto;
}

.header {
  max-width: 100%;
  margin: auto;
}

.header .titulo {
  text-align: center;
  color: #fff;
}

/*Barra de Navegacion*/
.topnav {
  overflow: hidden;
  background-color: #645342;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  width: 260.95px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .icon {
  display: none;
}
/*Fin Barra de Navegacion*/

.main {
  width: 98%;
  margin: 10px;
  max-height: 100%;
  height: 84%;
}

.contenedor .main{
	display: flex;
	flex-direction: column;
  justify-content: space-between;
}

.contenedor .main .logonombre{
	display: flex;
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
	background: rgba(255,255,255,1);
	width: 100%;
}

.contenedor .main .logonombre .logo{
	width: 10%;
	height: 15%;
	font-family: 'Bruno Ace', cursive;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #fff;
}

.contenedor .main .logonombre .logo{
	padding: 0px;
}

.contenedor .main .logonombre .empresa{
	background: #fff;
	width: 90%;
	height: 15%;
	font-family: 'Bruno Ace', cursive;
	font-size: 25px;
	color: #fff;
	text-align: center;
}

.contenedor .main .logonombre .empresa h1, h6{
	margin: 10px auto;
	color: #645342;
	letter-spacing: 40px;
}

.contenedor .main .desc {
  background: rgba(255, 255, 255, 1);
	width: 100%;
	height: 82%;
	padding: 10px;
	display: flex;
	justify-content: space-around;
}

.contenedor .main .desc .qsomos {
  background: rgba(255, 255, 255,1);
	width: 55%;
	height: 100%;
  border: 10px solid #8b735b;
	border-radius: 15px 50px;
}

.contenedor .main .desc .qsomos .qsomosdesc{
	height: 78%;
}

.contenedor .main .desc .prodres {
  background: rgba(255, 255, 255,1);
	width: 42%;
	height: 100%;
  border: 10px solid #8b735b;
	border-radius: 50px 15px;
}

.contenedor .main .desc .qsomos .titulo{
	text-align: center;
}

.contenedor .main .desc .qsomos .titulo h1{
	font-family: Bruno Ace;
	font-size: 40px;
	letter-spacing: 20px;
	color: #645342;
}

.contenedor .main .desc .qsomos .parrafo{
	margin: 40px 15px 40px 40px;
	text-align: justify;
	font-family: Bruno Ace;
	font-size: 12px;
	letter-spacing: 10px;
	text-indent: 50px;
	line-height: 1.8;
	color: #645342;
}

.contenedor .main .desc .qsomos .pic{
	text-align: center;
}

.contenedor .main .desc .qsomos .pic img{
	border-radius: 50px 15px;
	border: 1px solid #ddd;
	padding: 5px;
}

/*--------------------------------------------------*/

.contenedor .main .desc .prodres .titulo{
	text-align: center;
}

.contenedor .main .desc .prodres .titulo h1{
	font-family: Bruno Ace;
	font-size: 40px;
	letter-spacing: 20px;
	color: #645342;
}

.contenedor .main .desc .prodres .parrafo{
	margin: 40px 15px 40px 40px;
	text-align: justify;
	font-family: Bruno Ace;
	font-size: 14px;
	letter-spacing: 10px;
	text-indent: 50px;
	line-height: 2;
	color: #645342;
}

.contenedor .main .desc .prodres .pic{
	text-align: center;
}

.contenedor .main .desc .prodres .pic img{
	border-radius: 50px 15px;
	border: 1px solid #ddd;
	padding: 5px;
}


/*--------------------------------------------------*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
	width: 87%;
  text-align: center;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #8b735b;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #ddd;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*--------------------------------------------------*/

.contenedor .main .col1 img {
  width: 326px;
  height: 152px;
}

.contenedor .footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*! height: 20%; */
  /*! height: 23%; */
}

.contenedor .footer .redes i{
  font-size: 20px;
  padding: 10px;
}

.contenedor .footer .copyright i{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

.contenedor .footer .minilogo img{
  width: 114px;
  height: 23px;
}

.contenedor .footer .direccion{
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

.caja {
  width: 410px;
  height: 500px;
  margin: 10px;
}

.col1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.caja h1 {
	color: #5E5E5E;
	text-align: center;
	font-size: 40px;
}

.footer {
	background-color: #645342;
    margin: 10px;
}

.footer h1{
  text-align: center;
  color: #fff;
}

.fa-facebook-official{
	color:#1877f2;
}

.fa-twitter-square{
	color:#1da1f2;
}

.fa-whatsapp{
	color:#25d366;
}

/****************MEDIA QUERIES********************/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	.main{
		grid-template-columns: auto;
	}
  
	.header, .footer{
		width: 95%
	}

	.topnav a {display: none;}
	.topnav a.icon {
	    float: right;
	    display: block;
	    width: 50%;
	}	

	.contenedor{
		height: 100%;   
        width: 100%;
	} 
  
	.main{
		width: 95%;
		grid-template-columns: auto;
	}
  
	.caja{
		width: 93%;
	}

	.titulo::before{
		content: 'XS Devices | ';
	}
	
	.contenedor .main .col1 img {
		width: 80%;
		height: 30%;
	}
	
	.footer{
		display: flex;
		flex-direction: column;
		
	}

}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
	.header, .footer{
		width: 98%
	}

	.contenedor{
		width: 100%;      
		height: 100%;
	} 
  
	.main{
		width: 98%;
		grid-template-columns: auto;
	}
  
	.caja{
		width: 96%;
	}

	.titulo::before{
		content: 'SM Devices | ';
	}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

	.header, .footer{
		max-width: 100%;
		margin: auto;
	}

	.contenedor{
		height: 100%;      
	} 
  
	.main{
		width: 98%;
		grid-template-columns: auto;
	}
  
	.caja{
		width: 93%;
	}
  
	.titulo::before{
		content: 'MD Devices | ';
	}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

	.main{
		max-width: 100%;
		margin: auto;	
	}
  
	.caja{
		width: 93%;
	}
  
	.contenedor{
		width: 100%;
	}

	.titulo::before{
		content: 'LG Devices | ';
	}


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}