@charset "UTF-8";

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	/*background: url("../img/patron.png");
	background-repeat: repeat;*/
	/*background-image: linear-gradient(to right,#609ED3, #3F85C2);*/
	background-attachment: scroll;
	font-size: 20px;
	padding: 0;
	margin: 0;
	width: 100%;
	
	
}
main{
	padding-top: 90px;
	height: auto;
}

/*--------------Swiper----------------*/
.swiper-container {
      width: 60%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.owl-dots{
	display: none;
}
/* -------------------------------------------------------------------------Header-----------------------------------------------------------------------------*/
.header {
	
	background-image:linear-gradient(to top, rgba(22,128,71,.98),rgba(5,66,73,0.98));
	width: 100%;
	padding: 00px 0px;
	margin: 0;
	position:fixed;
	z-index: 50;
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	transition: background 0.4s ease-in-out;
	 
}
.header-alt {
	background-image:linear-gradient(to top, rgba(22,128,71,.98),rgba(5,66,73,0.98));
	/*background: rgba(22,128,71,.98);*/
	width: 100%;
	padding: 0px 0px;
	margin: 0;
	position:fixed;
	z-index: 50;
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	transition: background 0.4s ease-in-out;
	
}
.caja_logo{
	width: 35%;
	align-self: center;
}
.uno{
	align-content: flex-start;
	text-align: left;
	padding: 0px 30px;
}
.cca{
	width: 150px;
	height: auto;
	align-self: center;
	
}
.prot{
	width: 210px;
	margin:0px 0px 5px 10px;
	
}

/*---------------------------------------------------------------Menu-----------------------------------------------------------------------------------------*/
.bt_menu{
	display: none;
}
.menu_caja{
	width: 65%;
}
.menu{
	
	background:none;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	padding-right: 20px;
}
.menu_caja nav ul{
	list-style: none;
}
.menu_caja nav ul li{
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	opacity: 0.8;
	font-size: 13px;
	cursor: pointer;
	margin: 0;
	transition: background 0.3s ease-in-out;
}
.menu_caja nav ul li a{
	
	/*color: white;*/
	display: block;
	padding: 15px;
	text-decoration: none;
	transition: background 0.3s ease-out;
}
.menu_caja nav ul li:hover{
	font-weight: 800;
	opacity: 1;
}

.menu_caja a{
	color: white;
	text-decoration: none;
}
.menu_caja nav ul li a:hover{
	cursor: pointer;
	
}
.children a {
	color: black;
	text-decoration: none;
}

.menu_caja nav ul li a span{
	font-size: 28px;
	position: relative;
	top:4px;
	margin-right: 8px;
}
.menu_caja nav ul li .caret{
	font-size:6px; 
	position: relative;
	top: -4px;
	margin-left: 10px;
	margin-right: 0px;
}
.menu_caja nav ul li:hover .children{
	display: block;
}
.menu_caja nav ul li .children{
	display: none;
	color: black;
	background:white;
	position: absolute;
	cursor: pointer;
	width: 160%;
	top:40px;
	right: 0px;
	z-index:10;
	padding: 0px;
	border-radius: 5px 5px 5px 5px ;
	box-shadow: 0px 6px 5px 5px rgba(0,0,0,0.5);
}
.menu_caja nav ul li .children li{
	font-family: 'Montserrat', sans-serif;
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
	border-bottom: solid 1px rgba(0,0,0,0.12);
	font-size: 14px;
	z-index:8;
	
}
.menu_caja nav ul li .children li:hover{
	background: rgba(22,134,74,0.87);
	font-weight: 300;
	border-radius: 5px 5px 5px 5px ;
}

/*---------------------------------------------------------------------------Main------------------------------------------------------------------------------------------------*/
.box{
	background: rgba(0,0,0,0);
	width: 100%;
	text-align: center;
}
.legales{
	background: white;
    width:48%;
	height: 750px;
	margin: 10px 5px;
	border: solid #004f47 5px;
	display:inline-block;
	font-size: 16px;
	font-family: Helvetica;
	overflow-y: scroll;
	text-align: left;
	padding: 8px;
	
	
}

/*------------------------------------------------------------------------Footer--------------------------------------------------------------------------------*/

.final{
	
	background-image:linear-gradient(to bottom, rgba(22,128,71,1),rgba(5,66,73,1));
	width: 100%;
	height: 100%;
	display: flex;
	padding: 25px 0px 0px;
	flex-flow: row wrap;
	justify-content: center;
	/*box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.5);*/
	text-align: center;
}
.avisos{
	width: 100%;
	padding: 5px;
	text-align: center;
}
.avisos a{
	font-size: 19px;
	color: white;
	text-decoration: none;
	margin: 5px 10px 8px;
	font-family: 'Montserrat', sans-serif;
}
.derechos{
	color: white;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding: 0;
	margin: 5px 0px 10px;
}
.cosas{
	width: 100%;
}
.logitos{
	width:60px;
}
.face{
	width: 30px;
}
.face:hover{
	border:solid 1px white;
	border-radius: 2px;
}
.privacidad:hover{
	color:#E5A714;
	
}
.legal:hover{
	color:#FFB300;
	
}

/*--------------------------------------------------------------------MEDIA QUERIES--------------------------------------------------------------------------------*/

@media screen and (max-width: 1450px){
	.header{
		position: fixed;
		transition: background 0.4s ease-in-out;
	}
	.header-alt{
		position: fixed;
		transition: background 0.4s ease-in-out;
	}
	main{
		padding-top: 90px;
	}
		
	.caja_logo{
		width: 35%;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		align-self: center;
		padding: 0px 0px 0px 20px;
	}
	.cca{
		align-self: center;
		width: 130px;
	}
	.prot{
		width: 180px;
		height: 100%;
		margin:10px 0px 0px 12px;
	
	}
	.swiper-container {
      width: 70%;
      height: 100%;
    }
	/*-------------menu----------*/
	.menu{
		width: 100%;
	}
	.menu_caja{
		width: 65%;
	}
	.menu_caja nav ul li{
		font-size: 11.5px;
	}
	.menu_caja nav ul li a{
		padding: 15px 7px;
	}
	.menu_caja nav ul li a .caret{
		font-size: 4px;
		margin-left: 5px;
	}
	.menu_caja nav ul li a span{
		font-size: 15px;
	}
	.menu_caja nav ul li .children li{
		font-size: 13px;
	}
	/*-----------footer-------------*/
	.final a{
		font-size: 18px;
		margin: 20px 10px 8px;
		padding: 0;

	}
	.avisos{
		width: 100%;
		padding: 5px;
		text-align: center;
	}
	.avisos a{
		font-size: 17px;
		margin: 5px 8px 5px;
	}
	.derechos{
		font-size: 14px;
		padding: 0;
		margin: 5px 0px 10px;
	}
	.cosas{
		width: 100%;
	}
	.logitos{
		width:55px;
	}
	.face{
		width: 28px;
	}
	.face:hover{
		border:solid 1px white;
		border-radius: 1px;
	}
	.privacidad:hover{
		color:#E5A714;

	}
	.legal:hover{
		color:#FFB300;
	
	}
}
@media screen and (max-width:1100px){
	.header{
		background-image:linear-gradient(to top, rgba(22,128,71,.98),rgba(5,66,73,0.98));
		padding: 0;
		height: 60px;
		box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.5);
	}
	.header-alt{
		background-image:linear-gradient(to top, rgba(22,128,71,.98),rgba(5,66,73,0.98));
		padding: 0;
		height: 60px;
		box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.5);
	}
	main{
		padding-top: 60px;
	}
	.caja_botonmenu{
		width: 15%;
		height: 100%;
		text-align: center;
		padding: 00px;
	}
	.bt_menu{
		display: block;
		font-size: 28px;
		padding: 15px 0px;
		text-decoration: none;
		font-weight: bold;
	}
	.caja_logo{
		width: 85%;
		height: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
		padding: 6px 30px;
	}
	.cca{
		width: 120px;
		height: auto;
	}
	.prot{
		width: 155px;
		height: 55%;
		margin:10px 0px 0px 12px;
	}
	.swiper-container {
      width: 90%;
      height: 100%;
    }
/*-----------menu-----------*/	
	.menu{
		width: 34%;
		background-image:linear-gradient(to bottom, rgba(22,128,71,.98),rgba(5,66,73,0.98));
		position: fixed;
		right: 120%;
		margin: 0;
		top: 60px;
		height:calc(100% - 60px);
		display: block;
		overflow: scroll;
		padding-right: 0px;
	}
	.menu_caja nav ul li{
		font-size: 13px;
		display: block;
		text-align: left;
		cursor: pointer;
		opacity: 1;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	
	}
	.menu_caja nav ul li a{
		display: block;
	}
	.menu_caja nav ul li .children{
		width: 100%;
		background: #FFFFFF;
		top: 0px;
		position: relative;
		box-shadow: none;
		border-radius: 0px;
    }
	.menu_caja nav ul li:hover .children{
		display:none;
		background: #FFFFFF;
		border-radius: 0px 0px;
	}
	.children a{
		color:black;
	}
	.menu_caja nav ul li .children li{
		font-size: 13px;
		border-bottom: solid 1px rgba(0,0,0,0.59);
    }
	
	.menu_caja nav ul li a .caret{
		float: right;
		margin-top:10px;
		margin-left: 20px;
	}
	.children a:first-child li:after {
		display: none;
	}
	.menu_caja nav ul li .children li:hover{
		background: rgba(5,66,73,0.6);
	}
	/*------------main---------*/
	.legales{
		height: 700px;
	}
	/*---------------footer----------------*/

	.avisos{
		width: 100%;
		padding: 5px;
		text-align: center;
	}
	.avisos a{
		font-size: 15px;
		margin: 5px 8px 5px;
	}
	.derechos{
		font-size: 13px;
		padding: 0;
		margin: 5px 0px 10px;
	}
	.cosas{
		width: 100%;
	}
	.logitos{
		width:50px;
	}
	.face{
		width: 25px;
	}
	.face:hover{
		border:solid 1px white;
		border-radius: 1px;
	}
	.privacidad:hover{
		color:#E5A714;

	}
	.legal:hover{
		color:#FFB300;
	
	}
}
@media screen and (max-width: 800px){
	
	.header{
		background-image:linear-gradient(to top, rgba(22,128,71,.98),rgba(5,66,73,0.98));
		height: 60px;
	}
	.header-alt{
		background-image:linear-gradient(to top, rgba(22,128,71,.98),rgba(5,66,73,0.98));
		height: 60px;
	}
	main{
		padding-top: 60px;
	}
	.caja_botonmenu{
		width: 15%;
		height: 100%;
		text-align: center;
		padding: 0px;
	}
	.bt_menu{
		display: block;
		font-size: 28px;
		text-decoration: none;
		font-weight: bold;
	}
	.caja_logo{
		width: 85%;
		height: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
		padding: 5px 20px;
	}
	
	.cca{
		width: 120px;
		height: auto;
	}
	.prot{
		width: 175px;
		height: 55%;
		margin:10px 0px 0px 12px;
	}
	.swiper-container {
      width: 95%;
      height: 100%;
    }
/*-----------menu-----------*/	
		.menu{
		width: 45%;
		position: fixed;
		right: 120%;
		margin: 0;
		top: 60px;
		height:calc(100% - 60px);
		display: block;
		overflow-y: scroll;
		padding-right: 0px;
	}
	.menu_caja nav ul li .children li{
		font-size: 12px;
		border-bottom: solid 1px rgba(0,0,0,0.59);
    }
	.menu_caja nav ul li{
		font-size: 12px;
		display: block;
		text-align: left;
		cursor: pointer;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	
	}
	.menu_caja nav ul li a .caret{ 
	margin-left: 5px;
	}
	/*---------------legales----------*/
	.legales{
		width: 90%;
	}
	
/*---------------footer----------------*/

	.avisos{
		width: 100%;
		padding: 5px;
		text-align: center;
	}
	.avisos a{
		font-size: 14px;
		margin: 5px 5px 5px;
	}
	.derechos{
		font-size: 13px;
		padding: 0;
		margin: 5px 0px 10px;
	}
	.cosas{
		width: 100%;
	}
	.logitos{
		width:47px;
	}
	.face{
		width: 23px;
	}
	.face:hover{
		border:solid 1px white;
		border-radius: 1px;
	}
	.privacidad:hover{
		color:#E5A714;

	}
	.legal:hover{
		color:#FFB300;
	
	}
	
	
}
@media screen and (max-width: 550px){
	.header{
		background-image:linear-gradient(to top, rgba(22,128,71,.98), rgba(5,66,73,0.98));
		height: 60px;
	}
	.header-alt{
		background-image:linear-gradient(to top, rgba(22,128,71,.98), rgba(5,66,73,0.98));
		height: 60px;
	}
	main{
		padding-top: 60px;
	}
	.caja_botonmenu{
		width: 20%;
		height: 100%;
		text-align: center;
		padding: 0px;
		
	}
	.bt_menu{
		display: block;
		font-size: 28px;
		text-decoration: none;
		font-weight: bold;
	}
	.caja_logo{
		width: 80%;
		height: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
		padding: 7px 15px;
	}
	.cca{
		width: 120px;
		height: auto;
	}
	.prot{
		width: 155px;
		height: 54%;
		margin:10px 0px 0px 12px;
	}
	.swiper-container {
      width: 100%;
      height: 100%;
    }
	/*-----------menu-----------*/	
	.menu{
		width: 55%;
		position: fixed;
		right: 120%;
		margin: 0;
		top: 60px;
		height: calc(100% - 60px);
		display: block;
		overflow-y: scroll;
		padding-right: 0px;
	}
	.menu_caja nav ul li{
		font-size: 11px;
		text-align: left;
		cursor: pointer;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	
	}
	.menu_caja nav ul li .children{
		width: 100%;
		position: relative;
		box-shadow: none;
    }
	.menu_caja nav ul li .children li{
		font-size: 11px;
		
    }
	.menu_caja nav ul li a{
		display: block;
	}
	.menu_caja nav ul li a .caret{
		float: right;
		margin-top:10px;
		margin-left: 10px;
	}
/*---------------footer----------------*/

	.avisos{
		width: 100%;
		padding: 5px;
		text-align: center;
	}
	.avisos a{
		font-size: 14px;
		margin: 5px 5px 5px;
	}
	.derechos{
		font-size: 12.5px;
		padding: 0;
		margin: 5px 0px 10px;
	}
	.cosas{
		width: 100%;
	}
	.logitos{
		width:50px;
	}
	.face{
		width: 25px;
	}
	.face:hover{
		border:solid 1px white;
		border-radius: 1px;
	}
	.privacidad:hover{
		color:#E5A714;

	}
	.legal:hover{
		color:#FFB300;
	
	}
}
@media screen and (max-width: 400px){
	
	.header{
		background-image:linear-gradient(to top, rgba(22,128,71,.98), rgba(5,66,73,0.98));
		height: 50px;
	}
	.header-alt{
		background-image:linear-gradient(to top, rgba(22,128,71,.98), rgba(5,66,73,0.98));
		height: 50px;
	}
	main{
		padding-top: 50px;
	}
	
	.caja_botonmenu{
		width: 25%;
		height: 100%;
		text-align: center;
		padding: 0px;
		
	}
	.bt_menu{
		display: block;
		font-size: 25px;
		text-decoration: none;
		font-weight: bold;
		padding: 13px;
	}
	.cca{
		width: 85px;
		height: auto;
		margin-top: 5px;
	}
	.prot{
		width: 110px;
		height: 40%;
		margin:13px 0px 0px 12px;
	}
	.caja_logo{
		width: 75%;
		height: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
		padding: 3px 15px;
	}
	/*-----------menu-----------*/	
	.menu{
		width: 63%;
		position: fixed;
		right: 120%;
		margin: 0;
		top: 50px;
		height:calc(100% - 50px);
		overflow-y: scroll;
		padding-right: 0px;
	}
	.menu_caja nav ul li{
		font-size: 11px;
		text-align: left;
		cursor: pointer;
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	
	}
	.menu_caja nav ul li:hover .children{
		display: none;
		
	}
	.menu_caja nav ul li .children{
		width: 100%;
		position: relative;
		box-shadow: none;
    }
	.menu_caja nav ul li .children li{
		font-size: 11px;
		
    }
	.menu_caja nav ul li a{
		display: block;
		padding: 15px 12px 15px 10px;
	}
	.menu_caja nav ul li a .caret{
		float: right;
		margin-top:10px;
		margin-left: 8px;
	}
	/*----------main--------*/
	.legales{
		height: 400px;
		width: 87%;
	}
	
	
	/*---------------footer----------------*/

	.avisos{
		width: 100%;
		padding: 5px;
		text-align: center;
	}
	.avisos a{
		font-size: 14px;
		margin: 5px 5px 5px;
	}
	.derechos{
		font-size: 12.5px;
		padding: 0;
		margin: 5px 0px 10px;
	}
	.cosas{
		width: 100%;
	}
	.logitos{
		width:50px;
	}
	.face{
		width: 25px;
	}
	.face:hover{
		border:solid 1px white;
		border-radius: 1px;
	}
	.privacidad:hover{
		color:#E5A714;

	}
	.legal:hover{
		color:#FFB300;
	
	}
}