@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%;
	text-decoration: none;
	
}
main{
	padding-top: 0px;
	height: auto;
}


/*--------------Swiper----------------*/
.swiper-container {
      width: 65%;
      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;
}
/*------------boton-------------*/
.caja_boton{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.boton_arriba{
	position: fixed;
	bottom: 20px;
	width: 50px;
	height: 50px;
	padding: 11px;
	z-index: 1000;
	border-radius: 50%;
	background: rgba(22,128,71,1);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	border: none;
	color: white;
	outline: none;
	cursor: pointer;
	text-align: center;
}
.boton_arriba2{
	display: none;
}
.boton_arriba:hover{
	background: rgba(12,88,47,1.00);
}
/* -------------------------------------------------------------------------Header-----------------------------------------------------------------------------*/
.header {
	
	background-image:linear-gradient(to bottom, rgba(0,0,0,0.85),/* rgba(22,128,71,1.00), */rgba(0,0,0,0));
	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: 34%;
	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: 66%;
}
.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--------------------------------------------------------------------------*/

/*-----------top------------*/

.resumen{
	background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,.8), rgba(255,255,255,.3), rgba(255,255,255,0)), url("../img/certificaciones/writing-hand-finger-cash-legal-document-811631-pxhere.com.jpg");
	background-size: cover;
	background-position: bottom;
	/*background-image: url("../img/tanques_img.jpg");*/
	width: 100%;
	height: auto;
	margin: 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	padding: 150px 0px 100px;
	justify-content:flex-end;
	font-family: 'Montserrat', sans-serif;
	
}
.resumen_texto{
	background: none;
	width: 850px;
	height: auto;
	text-align: justify;
	padding: 15px 25px;
	font-size: 20px;
	font-weight: 400;
}
.resumen_texto h2{
	font-size: 58px;
	margin: 5px 0px 30px;
	text-align: left;
	font-weight: 700;
	color: rgba(22,128,71,1);
}
.resumen_texto p{
	padding-right: 60px;
}

/*--------------primera---------------*/
.primera{
	width: 100%;
	height: auto;
	padding: 20px;
	margin:0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.cuadro{
	width: 45%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: center;
}

.texto_cuadro{
	width: 40%;
	height: auto;
	align-self: center;
	text-align: center;
}
.texto_cuadro a{
	width: 100%;
	background: rgba(22,128,71,1);
	padding: 8px 12px;
	position: relative;
	top: 20px;
	border-radius: 5px;
	height: auto;
	align-self: center;
	text-decoration: none;
	color: white;
	font-family: 'Montserrat', sans-serif;
}
.texto_cuadro a:hover{
	background: rgba(33,33,33,1.00);
	cursor: pointer;
}
.texto_cuadro h4{
	width: 100%;
	height: auto;
	font-weight: 700;
	color: rgba(22,128,71,1);
	font-size: 45px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.primera img{
	width: 53%;
	height: 100%;
}
/*-----------------------------*/
.segunda{
	background: rgba(5,66,73,0.98);
	width: 100%;
	height: auto;
	padding: 20px;
	margin:0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.cuadros{
	width: 45%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: center;
}
.texto_cuadros{
	width: 40%;
	height: auto;
	align-self: center;
	text-align: center;
}
.texto_cuadros a{
	width: 100%;
	background: rgba(22,128,71,1);
	padding: 8px 12px;
	position: relative;
	top: 20px;
	border-radius: 5px;
	height: auto;
	align-self: center;
	text-decoration: none;
	color: white;
	font-family: 'Montserrat', sans-serif;
}
.texto_cuadros a:hover{
	background: rgba(33,33,33,1.00);
	cursor: pointer;
}
.texto_cuadros h4{
	width: 100%;
	height: auto;
	font-weight: 700;
	color: white;
	font-size: 40px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.segunda img{
	width: 53%;
	height: 100%;
}
/*-----------------------------*/
.tercera{
	width: 100%;
	height: auto;
	padding: 20px;
	margin:0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.cuadrost{
	width: 45%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: center;
}
.texto_cuadrost{
	width: 40%;
	height: auto;
	align-self: center;
	text-align: center;
}
.texto_cuadrost a{
	width: 100%;
	background: rgba(22,128,71,1);
	padding: 8px 12px;
	position: relative;
	top: 20px;
	border-radius: 5px;
	height: auto;
	align-self: center;
	text-decoration: none;
	color: white;
	font-family: 'Montserrat', sans-serif;
}
.texto_cuadrost a:hover{
	background: rgba(33,33,33,1.00);
	cursor: pointer;
}
.texto_cuadrost h4{
	width: 100%;
	height: auto;
	font-weight: 700;
	color: rgba(22,128,71,1);
	font-size: 40px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.tercera img{
	width: 53%;
	height: 100%;
}

/*------------------------------------------------------------------------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: 0px;
	}
		
	.caja_logo{
		width: 32%;
		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: 80%;
      height: 100%;
    }
	/*-------------menu----------*/
	.menu{
		width: 100%;
		padding-right: 12px;
	}
	.menu_caja{
		width: 67%;
	}
	.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;
	}
	/*---------top-------------*/
	.resumen{
		background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,.4), rgba(255,255,255,0)), url("../img/certificaciones/writing-hand-finger-cash-legal-document-811631-pxhere.com.jpg");
		background-size: cover;
		background-position: bottom;
		/*background-image: url("../img/tanques_img.jpg");*/
		width: 100%;
		height: auto;
		margin: 0px 0px 0px;
		display: flex;
		flex-flow: row wrap;
		padding: 120px 0px 80px;
	}
	.resumen_texto{
		background: none;
		width: 50%;
		height: auto;
		padding: 0px 45px 0px 0px;
		font-size: 16px;
		font-weight: 400;
		text-align: center;
	}
	
	.resumen_texto h2{
		font-size: 40px;
		margin: 15px;
		font-weight: 700;
		text-align: center;
	}
	/*----------documentos---------*/
	.cuadro{
		width: 50%;
	}
	.texto_cuadro{
		width: 35%;
	}
	.texto_cuadro h4{
		font-size: 38px;
	}
	.primera img{
		width: 65%;
	}
	.texto_cuadro a{
		font-size: 17px;
	}
	
	.cuadros{
		width: 50%;
	}
	.texto_cuadros{
		width: 35%;
	}
	.texto_cuadros h4{
		font-size: 30px;
	}
	.segunda img{
		width: 65%;
	}
	.texto_cuadros a{
		font-size: 17px;
	}
	
	.cuadrost{
		width: 50%;
	}
	.texto_cuadrost{
		width: 35%;
	}
	.texto_cuadrost h4{
		font-size: 32px;
	}
	.tercera img{
		width: 65%;
		height: 100%;
	}
	.texto_cuadrost a{
		font-size: 17px;
	}
 	/*-----------footer-------------*/
	.final{
		padding-top: 15px;
	}
	.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);
	}
	
	/*------------Top----------*/
	.resumen{
		background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,.4), rgba(255,255,255,0)), url("../img/certificaciones/writing-hand-finger-cash-legal-document-811631-pxhere.com.jpg");
		background-size: cover;
		background-position: bottom;
		/*background-image: url("../img/tanques_img.jpg");*/
		width: 100%;
		height: auto;
		margin: 0px 0px 0px;
		display: flex;
		flex-flow: row wrap;
		padding: 60px 0px;
	}
	.resumen_texto{
		background: none;
		width: 55%;
		height: auto;
		padding: 0px 20px 0px 0px;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
	}
	.resumen_texto p{
		padding-right: 30px;
		margin: 5px;
	}
	.resumen_texto h2{
		font-size: 34px;
		padding-right: 20px;
		margin: 5px;
		font-weight: 700;
	}
	/*----------documentos---------*/
	.cuadro{
		width: 50%;
	}
	.texto_cuadro{
		width: 32%;
	}
	.texto_cuadro h4{
		font-size: 28px;
	}
	.primera img{
		width: 68%;
	}
	.texto_cuadro a{
		font-size: 14px;
		top:10px;
	}
	
	.cuadros{
		width: 50%;
	}
	.texto_cuadros{
		width: 32%;
	}
	.texto_cuadros h4{
		font-size: 20px;
	}
	.segunda img{
		width: 68%;
	}
	.texto_cuadros a{
		font-size: 14px;
		top:10px;
	}
	
	.cuadrost{
		width: 50%;
	}
	.texto_cuadrost{
		width: 35%;
	}
	.texto_cuadrost h4{
		font-size: 22px;
	}
	.tercera img{
		width: 65%;
		height: 100%;
	}
	.texto_cuadrost a{
		font-size: 14px;
		top:10px;
	}
	/*---------------footer----------------*/
	.final{
		padding-top: 10px;
	}

	.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;
	}
	
	/*------------Top----------*/
	
	.resumen{
		background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,.7), rgba(255,255,255,.3), rgba(255,255,255,0)), url("../img/certificaciones/writing-hand-finger-cash-legal-document-811631-pxhere.com.jpg");
		background-size: cover;
		background-position: bottom;
		/*background-image: url("../img/tanques_img.jpg");*/
		width: 100%;
		height: auto;
		margin: 0px 0px 0px;
		display: flex;
		flex-flow: row wrap;
		padding: 30px 0px;
	}
	.resumen_texto{
		background: none;
		width: 50%;
		height: auto;
		padding: 0px 0px 0px 0px;
		font-size: 13px;
		font-weight: 500;
		text-align: justify;
	}
	.resumen_texto p{
		padding-right: 30px;
		margin: 5px;
	}
	.resumen_texto h2{
		font-size: 25px;
		margin: 5px;
		font-weight: 700;
	}
	/*----------documentos---------*/
	.cuadro{
		width: 50%;
	}
	.texto_cuadro{
		width: 45%;
	}
	.texto_cuadro h4{
		font-size: 22px;
	}
	.primera img{
		width: 55%;
	}
	.texto_cuadro a{
		font-size: 13px;
		padding: 5px 8px;
		top:5px;
	}
	
	.cuadros{
		width: 50%;
	}
	.texto_cuadros{
		width: 45%;
	}
	.texto_cuadros h4{
		font-size: 17px;
	}
	.segunda img{
		width: 55%;
	}
	.texto_cuadros a{
		font-size: 13px;
		padding: 5px 8px;
		top:5px;
	}
	
	.cuadrost{
		width: 50%;
	}
	.texto_cuadrost{
		width: 45%;
	}
	.texto_cuadrost h4{
		font-size: 18px;
	}
	.tercera img{
		width: 55%;
		height: 100%;
	}
	.texto_cuadrost a{
		font-size: 13px;
		padding: 5px 8px;
		top:5px;
	}
	/*---------------footer----------------*/
	.final{
		padding-top: 10px;
	}

	.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;
	}
	
	/*---------Top----------*/
	
	.resumen{
		background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,.7), rgba(255,255,255,.55), rgba(255,255,255,0)), url("../img/certificaciones/responsive.jpg") center;
		background-size: cover;
		background-position:bottom center;
		/*background-image: url("../img/tanques_img.jpg");*/
		width: 100%;
		height: auto;
		margin: 0px 0px 0px;
		display: flex;
		flex-flow: row wrap;
		padding: 35px 30px;
		justify-content: center;
	}
	.resumen_texto{
		background: none;
		width: 80%;
		height: auto;
		padding: 0px 0px 0px 0px;
		font-size: 12.5px;
		font-weight: 400;
		text-align: center;
	}
	.resumen_texto p{
		padding: 0;
		text-align: center;
		margin: 5px;
	}
	.resumen_texto h2{
		font-size: 25px;
		margin: 5px;
		padding: 0;
		font-weight: 700;
		text-align: center;
	}
	.resumen_imag{
		width: 85%;
		padding: 0px;
		margin: 0px 0px 0px 5px;
	}
	/*----------documentos---------*/
	.primera{
		padding: 10px 0px;
	}
	.cuadro{
		width: 75%;
	}
	.texto_cuadro{
		width: 40%;
	}
	.texto_cuadro h4{
		font-size: 20px;
	}
	.primera img{
		width: 60%;
	}
	.texto_cuadro a{
		font-size: 12.5px;
		padding: 5px 8px;
		top:5px;
	}
	
	.segunda{
		padding: 10px 0px;
	}
	.cuadros{
		width: 75%;
	}
	.texto_cuadros{
		width: 40%;
	}
	.texto_cuadros h4{
		font-size: 15px;
	}
	.segunda img{
		width: 60%;
	}
	.texto_cuadros a{
		font-size: 12.5px;
		padding: 5px 8px;
		top:5px;
	}
	
	.tercera{
		padding: 10px 0px;
	}
	.cuadrost{
		width: 75%;
	}
	.texto_cuadrost{
		width: 40%;
	}
	.texto_cuadrost h4{
		font-size: 16px;
	}
	.tercera img{
		width: 60%;
		height: 100%;
	}
	.texto_cuadrost a{
		font-size: 12.5px;
		padding: 5px 8px;
		top:5px;
	}
	/*---------------footer----------------*/
	.final{
		padding-top: 10px;
	}

	.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;
	}
	
	/*-----------Top----------*/
	
	.resumen{
		background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,.85), rgba(255,255,255,.55), rgba(255,255,255,0)), url("../img/certificaciones/responsive.jpg") center;
		background-size: cover;
		background-position:bottom center;
		/*background-image: url("../img/tanques_img.jpg");*/
		width: 100%;
		height: auto;
		margin: 0px 0px 0px;
		display: flex;
		flex-flow: row wrap;
		padding: 30px 20px;
	}
	.resumen_texto{
		background: none;
		width: 100%;
		height: auto;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
		font-weight: 400;
		justify-content: center ;
	}
	.resumen_texto p{
		padding: 0;
		text-align: center;
		margin: 5px;
	}
	.resumen_texto h2{
		font-size: 19px;
		margin: 5px;
		padding-right: 0;
		font-weight: 700;
		text-align: center;
	}
	
	/*----------documentos---------*/
	.primera{
		padding: 0px 0px 10px;
		margin-bottom: 15px;
	}
	.cuadro{
		width: 80%;
	}
	.texto_cuadro{
		width: 100%;
	}
	.texto_cuadro h4{
		font-size: 23px;
	}
	.primera img{
		width: 100%;
	}
	.texto_cuadro a{
		font-size: 14px;
		padding: 5px 8px;
		top:5px;
	}
	.texto_cuadro:nth-child(1){
		margin-bottom: 15px;
	}
	.texto_cuadro:nth-child(1){
		order: 1;
	}
	
	/*------------------------*/
	
	.segunda{
		padding: 0px 0px 20px;
		margin-bottom: 5px;
	}
	.cuadros{
		width: 75%;
		height: 100%;
	}
	.texto_cuadros{
		width: 100%;
	}
	.texto_cuadros h4{
		font-size: 18px;
	}
	.segunda img{
		width: 100%;
	}
	.texto_cuadros a{
		font-size: 14px;
		padding: 5px 8px;
		top:5px;
	}
	.texto_cuadros:nth-child(1){
		margin-bottom: 15px;
	}
	.texto_cuadros:nth-child(1){
		order: 1;
	}
	
	/*------------------------*/
	.tercera{
		padding: 0px 0px 20px;
	}
	.cuadrost{
		width: 75%;
		height: 100%;
	}
	.texto_cuadrost{
		width: 100%;
	}
	.texto_cuadrost h4{
		font-size: 18px;
	}
	.tercera img{
		width: 100%;
		height: 100%;
	}
	.texto_cuadrost a{
		font-size: 14px;
		padding: 5px 8px;
		top:5px;
	}
	.texto_cuadrost:nth-child(1){
		margin-bottom: 15px;
	}
	.texto_cuadrost:nth-child(1){
		order: 1;
	}
	/*---------------footer----------------*/
	.final{
		padding-top: 10px;
	}

	.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;
	
	}
}
