.contenedor {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

/* --- --- CONTENEDOR PRINCIPAL --- --- */

.contenido-principal {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

.contenido-principal__imagen {
	vertical-align: top;
	margin-right: 20px;
	width: 50%;
	max-width: 550px;
}

.contenido-principal__contenedor {
	width: 50%;
}

.contenido-principal__titulo {
	font-weight: normal;
	font-size: 28px;
}

.contenido-principal__resumen {
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	color: #CFCFCF;
}

/* --- --- CAROUSEL --- --- */
.carousel__contenedor {
	position: relative;
}

.carousel__anterior,
.carousel__siguiente {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	top: calc(50% - 35px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: #000;
	opacity: 20%;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
	opacity: 100%;
}

.carousel__anterior {
	left: -60px;
}

.carousel__siguiente {
	right: -60px;
}

.carousel__lista {
	overflow: hidden;
}

.carousel__elemento {
	text-align: center;
}

.carousel__indicadores .glider-dot {
	display: block;
	width: 30px;
	height: 4px;
	background: #000;
	opacity: .2;
	border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores .glider-dot.active {
	opacity: 1;
}

@media screen and (max-width: 800px) {
	body {
		padding: 20px 0;
	}

	.contenido-principal {
		flex-direction: column;
	}

	.contenido-principal > * {
		width: 100%;
	}
	.glider-dots{flex-wrap:nowrap;}

}


@media screen and (max-width: 430px) {

.carousel__lista{
    display: flex;
    flex: 0 1 100%;
    justify-content: flex-start;
    width: 100%;
    overflow:hidden;
    overflow-x: scroll;
}
.glider-dots{flex-wrap:nowrap;}
.carousel__siguiente{display:none}
.carousel__anterior{display:none}
}

/*Estilos par el menu*/
.contenedormenu {margin:0;}
.containermenu img {padding: 10px;}
.containermenu {
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
}

.topnav a {
  float: left;
  display: block;
  color: #3a3838;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font: 500 14px/12px Open Sans,sans-serif;
}

.active {
 
  color: white!important;
}

.logocabecera > img{
  max-width: 100%;
  float: right;
  
}
.logomovil > img{
	max-width: 100%;
  float: right;
	display:none;
}

#myTopnav > div > button > i {
  padding-left: 3px;
}

.clearmenu {
  clear: both;
}

.topnav {
  float: right;
}

.separate {
  border-bottom: 1px solid #000;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #3d63a2;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3d63a2;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
   background-color: #3d63a2;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
/* font-weight: 700;*/
}

.dropdown-content a:hover {
   color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 321px) {
.containermenu img {height: 100%;}
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

  .logomovil > img{
  float: right;
  display: block;
  width: 200px;
  height: 25px;
}

  .logocabecera > img{
   display: none;
}
}

@media screen and (max-width: 600px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .logocabecera > img {
  float: left;
  max-width: 100%;
  width: 500px;
  height: 40px;
  }
  .containermenu img {height: 100%;}
}

@media screen and (max-width: 600px) {

  .containermenu{justify-content: space-between;}
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
	background-color: #e5e5e5;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .containermenu img {height: 100%;}
}