body
{
   font-family: Arial, Helvetica, sans-serif !important;
}
@media screen and (max-width: 480px){
	.contenedor-img2-banner img{
		height: auto;
		width: 200px;
	}
	.icono-cluster-navbar{
	margin-top: -10px;
	width: 100px;
	}
	.navbar-sinborde{
		background-color: transparent;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 4;
		width: 100%;
		height: 70px;
	}
	.texto-titulo-opcion h2{
		font-size: 20px;
	}
	.icono-cluster-navbar img{
	margin-top: -10px !important;
	width: 100px !important;
	}
  .opciones-navbar{
    margin-top: 0px !important;
    background-color: #fff !important;
		float: none !important;
  }
	.navbar-nav li a{
		color: #555 !important;
		font-weight: normal !important;
	}
	.opciones-navbar .active a{
		background: transparent !important;
		text-decoration: none !important;
		font-weight: bold !important;
		color: purple !important;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px){
	.contenedor-img2-banner img{
		height: auto;
		width: 360px;
	}
	.navbar-sinborde{
		background-color: transparent;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 4;
		width: 100%;
		height: 100px;
	}
	.icono-cluster-navbar{
	margin-top: -3px !important;
	width: 110px !important;
	}
  .opciones-navbar{
    margin-top: 0px !important;
    background-color: #fff !important;
		float: none !important;
  }
	.navbar-nav li a{
		color: #555 !important;
		font-weight: normal !important;
	}
	.navbar-nav li a:active{
		color: #f4f4f4 !important;
	}
	.opciones-navbar .active a{
		background: transparent !important;
		text-decoration: none !important;
		font-weight: bold !important;
		color: purple !important;
	}
}


@media screen and (min-width: 768px) and (max-width:1199px){
	.contenedor-img2-banner img{
		height: auto;
		width: 520px;
	}
	.icono-cluster-navbar{
		margin-top: 7%;
	}
	.navbar-sinborde{
		background-color: transparent;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 4;
		width: 100%;
		height: 100px;
	}
	.icono-cluster-navbar{
  margin-top: 0px !important;
  width: 150px !important;
  }
}

@media screen and (min-width: 1200px){
	.contenedor-img2-banner img{
		height: auto;
		width: 600px;
	}
	.icono-cluster-navbar{
	margin-top: -10px;
	width: 180px;
	}

	.navbar-sinborde{
		background-color: transparent;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 4;
		width: 100%;
		height: 100px;
	}
	.icono-cluster-navbar{
  margin-top: -3px !important;
  width: 170px !important;
  }
}
/*CSS General*/

.body1{
max-width: 100%;
width: 100%;
}


.contenedor-img2-banner{
top:35%;
z-index:1;
right: 25%;
width: 50%;
text-align: center;
position:absolute;
}

.video-banner{
position: absolute;
top: 0%;
display: none;
width: 100%;
}

.contenedor-redes-sociales{
float:right;
top:30%;
z-index:1;
position:absolute;
right:1%;
}


.boton-toggle{
border-color:#ffffff;
border: 1px solid #d0d0d0;
}

.icono-navbar{
background-color:transparent;
margin-top: 10px;
}
.opciones-navbar{
	margin-top:30px;
	float: right;
}

.opciones-navbar .active a{
background:transparent !important;
text-decoration: underline;

}

.opciones-navbar a{
font-weight: bold;
font-size: 13px;
}

.icono-idioma{
float: right;
margin-right: 5px;
margin-top: 10px;
}

.icono-idioma-home{
height: 35px;
width: 35px;
float: right;
margin-top: 5px;
margin-right: 5px;
}

.icono-idioma-home-a{
padding-top: 0px;
}

.contenedor-footer{
text-align: center;
padding: 1%;
}
