@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap');

.city{
	padding-top: 0.5em;
	padding-right: 6em;
	padding-left: 6em;
	margin: 1em;
	margin-left: 1em;
}

.textorrhh{
	padding-right: 15em;
	padding-left: 15em;
	padding-top: 10em;
	padding-bottom: 10em;
}



.recursoshumanos{
	
	width: 100%;
	height: 80vh;
	padding-bottom: 5em;
	padding-top: 6em;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
text-decoration: none;
background-size: 100%;
text-decoration: none !important;
}

.recursoshumanos a{
	text-decoration: none;
	color: white;
    margin: 0px;
    background-color: #023368;
    font-size: 4em;
	text-decoration: none !important;
    font-family: 'Raleway', sans-serif;	
}

.ancla2{
	text-decoration: none;
	color: black;
    margin: 0px;
    
    font-size: 3em;
	text-decoration: none !important;
    font-family: 'Raleway', sans-serif;	
}

.ancla2:hover{
	color: black;
}

.recursoshumanos a:hover{
	color: white;
}

.cap{
	background: url(../img/Serza\ cap.png);
	height: 100vh;
	background-repeat: none;
	background-size: cover;
	background-position: center;
    top: 0;
    left: 0;
}

body{
	overflow-x: hidden;
}


 .logo{
    width: 200px;
    padding-top: 0.5em;
	margin-right: 1em;
}



*{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	text-decoration: none;
	box-sizing: border-box;
	
	color: black;
}

.navbar1{
	list-style: none;
	padding-top: 0.9em;
	padding-left: 0.2em;
			
}

body{
	background: #f7f7f7;
	color: #545454;
	
}
@media (max-width: 992px){
	.city{
		padding-top: 0.5em;
		padding-right: 0em;
		padding-left: 0em;
		margin: 1em;
		margin-left: 1em;
	}
	.menu {
    padding-bottom: 5em;
	}

	.textorrhh{
		padding-right: 4em;
		padding-left: 4em;
		padding-top: 0em;
		padding-bottom: 5em;
	}

	.textorrhh a:hover{
		color:black;
	}


	.recursoshumanos{

		width: 100%;
		height: 30vh;
		padding-bottom: 0em;
		padding-top: 4em;
		text-align: center;
		background-repeat: no-repeat;
		text-decoration: none;
		background-size: 100%;
	}
	
	.recursoshumanos a{
		text-decoration: none;
		color: white;
		margin: 0px;
		background-color: #023368;
		text-decoration: none !important;
		font-size: 2em;
	   
		font-family: 'Raleway', sans-serif;	
	}


		
	.ancla2{
		text-decoration: none;
		color: black;
		margin: 0px;
		padding-bottom: 5em;
		font-size: 2em;
		text-decoration: none !important;
		font-family: 'Raleway', sans-serif;	
	}
	
	.ancla2 :hover{
		color: black;
	}
	
}
.navbar{
	width: 100%;
	height: 80px;
	background: #f8f8f8;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 8em;
	z-index: 1000000;
	text-decoration: none;
}

.navbar .inner_navbar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding-bottom: 1em;
	text-decoration: none;
	
}


.navbar .hamburger{
	display: none;
}

.navbar  a{
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 3px;
	color: #fff;
	
}



.navbar .menu ul{
	display: flex;
	
}

.navbar .menu ul li a{
	text-decoration: none;
	margin-right: 40px;
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 25px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	transition: all 0.2s ease;
	padding-top: 0.9em;
	
	
}


.container7 ul li h5{
	font-family: 'Noto Sans', sans-serif;
    font-size: 1.3em;
    line-height: 1.5em;
    color: #666;
    

}

.navbar .menu ul li:last-child a{
	margin-right:50px;	
}

.navbar .menu ul li a:hover,
.navbar .menu ul li a.active{
	background: #eb0404;
	
}

.main_container{
	margin-top: 60px;
	padding: 25px;
}

.main_container .content{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.main_container .content .item_wrap{
	width: 50%;
	padding: 10px;
}

.main_container .content .item_wrap .item{
	padding: 25px;
	background: #fff;
	line-height: 22px;
}

@media (max-width: 992px){
	.navbar{
		height: 120px;
		padding: 12px;
		
	}
	.navbar .inner_navbar{
		flex-direction: column;
	}
	.main_container{
		margin-top: 100px;
	}
	.logo{
		width: 200px;
		padding-top: 0;
	}
	.menu{
		padding-bottom: 5em;
	}

	.logo{
		padding-bottom: 0em;
	}
	

    
}

@media (max-width: 728px){
	

	.navbar{
		height: 60px;
	}
	.navbar .inner_navbar{
		flex-direction: row;
	}
	.main_container{
		margin-top: 80px;
	}
	.navbar .menu ul{
		position: absolute;
		top: 60px;
		left: 0;
		display: block;
		background: #f7f7f7;
		width: 100%;
	}
	.navbar .menu ul li{
		padding: 10px;
	}
	.navbar .menu ul li a{
		width: 100%;
		padding: 12px;
	}
	.navbar .hamburger{
		display: block;
		position: absolute;
		top: 15px;
		right: 25px;
		font-size: 24px;
		color: rgb(0, 0, 0);
		cursor: pointer;
		transition: all 0.2s ease;
	}
	.navbar .hamburger:hover{
        background: #eb0404;
	}
	.navbar .menu{
		display: none;
		padding: 2em;
	}
	.navbar .menu.active{
		display: block;
	}
	.main_container .content .item_wrap{
		width: 100%;
	}
	.texto{
		color: white;
		text-align: center;
		font-size: 1.5em;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.5em;
		padding-bottom: 4em;
	}
	.logo{
		padding-top: 0.5em;
	}
	
}


@media (max-width: 992px){

			.slider-wrapper{
				padding-top: 5em;
			}	

		
	}
	
	


	*{
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/*==========================*/
	
	.theme-mi-slider .nivoSlider{
		position:relative;
	}
	
	.theme-mi-slider .nivoSlider a {
		border:0;
		display:block;
	}
	
	/* Nivo Pagination =========================*/
	
	.nivo-controlNav{
		display: flex;
		justify-content: center;
	}
	
	.theme-mi-slider .nivo-control{
		display: block;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background: #545454;
		margin: 3px;
		text-indent: -9999px
	}
	
	.theme-mi-slider .nivo-control:hover{
		background: #1B1B1B;
	}
	
	.theme-mi-slider .active{
		background: #1B1B1B;
	}
	
	/* Nivo direction ============*/
	.nivo-directionNav a{
		display: block;
		width: 30px;
		height: 30px;
	}
	
	.nivo-directionNav .nivo-prevNav{
		background-image: url(../img/icons/circle-left.png);
		background-size: cover;
		text-indent: -9999px;
		left: 6px;
	}
	
	.nivo-directionNav .nivo-nextNav{
		background-image: url(../img/icons/circle-right.png);
		background-size: cover;
		text-indent: -9999px;
		right: 6px;
	}
	
	
	/*Nivo Caption*/
	
	.nivo-html-caption{
		position: absolute;
	}


	
	
	

	
	@media (max-width: 728px){
		.slider-wrapper{
		
			padding-top:0 ;		
			}

			.imgtabs{
				width: 200px;
			}

		
		
		}
		.nivoSlider {
			position:relative;
			width:100%;
			height:auto;
			overflow: hidden;
		}
		.nivoSlider img {
			position:absolute;
			top:0px;
			left:0px;
			max-width: none;
		}
		.nivo-main-image {
			display: block !important;
			position: relative !important; 
			width: 100% !important;
		}
		
		/* If an image is wrapped in a link */
		.nivoSlider a.nivo-imageLink {
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
			border:0;
			padding:0;
			margin:0;
			z-index:6;
			display:none;
			background:white; 
			filter:alpha(opacity=0); 
			opacity:0;
		}
		/* The slices and boxes in the Slider */
		.nivo-slice {
			display:block;
			position:absolute;
			z-index:5;
			height:100%;
			top:0;
		}
		.nivo-box {
			display:block;
			position:absolute;
			z-index:5;
			overflow:hidden;
		}
		.nivo-box img { display:block; }
		
		
		/* Caption styles */
		.nivo-caption {
			position:absolute;
			top: 40%;
			left:0px;
			bottom:0px;
			font-family: sans-serif;
			text-align: center;
			color:#fff;
			width:100%;
			z-index:8;
			padding: 5px 10px;
			overflow: hidden;
			display: none;
		}
		.nivo-caption p {
			padding:5px;
			margin:0;
		}
		.nivo-caption a {
			display:inline !important;
		}
		.nivo-html-caption {
			display:none;
			
		}

		
		
		/* Direction nav styles (e.g. Next & Prev) */
		.nivo-directionNav a {
			position:absolute;
			top:45%;
			z-index:9;
			cursor:pointer;
		}
		.nivo-prevNav {
			left:0px;
		}
		.nivo-nextNav {
			right:0px;
		}
		/* Control nav styles (e.g. 1,2,3...) */
		.nivo-controlNav {
			text-align:center;
			padding: 15px 0;
		}
		.nivo-controlNav a {
			cursor:pointer;
		}
		.nivo-controlNav a.active {
			font-weight:bold;
		}
		
.imgtabs{
	width: 400px;
}


*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

.galeria{
    font-family: 'open sans';
	padding-top: 3em;
	padding-bottom: 2em;
}

.galeria h1{
    text-align: center;
    margin:20px 0 15px 0;
    font-weight: 300;
	padding: 3em;
}



.contenedor-imagenes{
    display:flex;
    width: 85%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius:3px;
}

.contenedor-imagenes .imagen{
    width: 32%;
    position: relative;
    height:250px;
    margin-bottom:5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75)
}
.imagen img{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(192, 0, 0, 0.781) ;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}

.overlay h2{
    color: #fff;
    font-weight: 300;
    font-size:30px;
    position: absolute;
    top: 50%;
    left:50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.imagen:hover .overlay{
    height:100%;
    cursor: pointer;
}

@media screen and (max-width:1000px){
    .contenedor-imagenes{
        width: 95%;
    }
}

@media screen and (max-width:700px){
    .contenedor-imagenes{
        width: 90%;
    }
    .contenedor-imagenes .imagen{
        width: 48%;
    }
}

@media screen and (max-width:450px){
    h1{
        font-size:22px;
    }
    .contenedor-imagenes{
        width: 98%;
    }
    .contenedor-imagenes .imagen{
        width: 80%;
    }
}

.tabs2{
    padding-bottom: 2em;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

footer{
    width: 100%;
    background: #202020;
    color: white;   
    
}


.white:hover{
	color:#023368;
}


.white2:hover{
	color: white;
}
.white3:hover{
	color: #023368;
}

.white{
	color:#023368;
	margin: 0px;
	background-color: white;
	text-decoration: none;
	font-size: 60px;
	background-size: 200px;
	
	
	font-family: 'Raleway', sans-serif;
}

.white2{
	color:white;
	margin: 0px;
	background-color:#023368;
	text-decoration: none;
	font-size: 60px;
	
	font-family: 'Raleway', sans-serif;
}
.white3{
	color:#023368;
	margin: 0px;
	background-color: white;
	text-decoration: none;
	font-size: 60px;
	
	font-family: 'Raleway', sans-serif;
}



.container-footer-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

.container-body{
    display: flex;
    justify-content: space-between;
}

.colum1{
    max-width: 400px;
}

.colum1 h1{
	color: white;
	font-size: 22px;
}

.colum1 p{
    font-size: 14px;
    color: #C7C7C7;
    margin-top: 20px;
}

.colum2{
    max-width: 400px;
	color: white;
    
}

.colum2 h1{
    font-size: 22px;
	color: white;
}

.row{
    margin-top: 20px;
    display: flex;
}

.row img{
    width: 17em;
}

.row label{
    margin-top: 10px;
    margin-left: 20px;
    color: #C7C7C7;
}

.colum3{
    max-width: 400px;
	color: white;
}

.colum3 h1{
    font-size: 22px;
	color: white;
}

.row2{
    margin-top: 20px;
    display: flex;
}

.row2 img{
    width: 36px;
    height: 36px;
}

.row2 label{
    margin-top: 10px;
    margin-left: 20px;
    max-width: 140px;
}





.container-footer{
    width: 100%;  
    background: #101010;
}

.footer{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;  
    padding: 20px;
}

.copyright{
    color: #C7C7C7;
}

.copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.information a{
    text-decoration: none;
    color: #C7C7C7;
}


@media screen and (max-width: 1100px){
    
    .container-body{
        flex-wrap: wrap;
    }
    
    .colum1{
        max-width: 100%;
    }
    
    .colum2,
    .colum3{
        margin-top: 40px;
    }
}




.inputext{
   
   
    border-right: none;
    background-color: transparent;
    
    margin-bottom: 1em;
    color: white;

}

.textarea1{
    resize: none;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    color: white;
    
}


.link a{
	color: black;
	
}

.link:hover{
    
  color:rgb(0, 0, 0);
}




.imgmapa{
	width: 400px;
	padding-top: 2em;
	
}

.row1{
	padding-top: 8em;
}



.row1 p{ 
	padding-bottom: 2em;
}


.container1{
	padding-left: 8em ;
	
	
	background-color: #f4f4f4;
	padding-bottom: 5em;

}

.container1 img{
	padding-top: 12em;
}

.container1 h1{
	
	font-size: 70px;
	font-family: 'Raleway', sans-serif;;
	padding-top: 1em;
	
}

.container1 a{
	background-color: #d2222b;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1em;

}

.container1 a:link{
	color: rgb(255, 255, 255);
	text-decoration: none;
}


@media screen and (max-width: 1200px){

	.white{
		font-size: 40px;
	}
	.white2{
		font-size: 40px;
	}
	.white3{
		font-size: 40px;
	}

	


}

@media screen and (max-width: 900px){

	.white{
		font-size: 20px;
		
	}
	.white2{
		font-size: 20px;
	}
	.white3{
		font-size: 20px;
	}


}

.txtcap{
	padding-top: 10em;
	

}

.txtcap p{ 
	color: white;
}

.txtcap h1{
	color: white;
}

.txtcap a{
	color: #ffffff;
    font-size: 15px;
    line-height: 55px;
    height: 55px;
    font-style: normal;
    font-weight: 700;
    background-color: #d2222b;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 0px;
    text-transform: none;
    border-width: 0px;
    padding-left: 29px;
    padding-right: 29px;
	padding-top: 19px;
	padding-bottom: 19px;
	
}

.txtcap a:link{
	text-decoration: none;
}

.txtcap a:hover{
	background-color: white;
}

.botonslider:hover{
	color: white;
	background-color: #023368;

}

.botonslider:link{
	text-decoration: none;
	
}

.botonslider{
	color: #ffffff;
    font-size: 15px;
    line-height: 55px;
    height: 55px;
    font-style: normal;
    font-weight: 700;
    background-color: #d2222b;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 0px;
    text-transform: none;
    border-width: 0px;
    padding-left: 29px;
    padding-right: 29px;
	padding-top: 19px;
	padding-bottom: 10px;
	text-decoration: none;
	position: left;
}


@media screen and (max-width: 680px){
    
	

    .row1{
		padding-top: 0;
	}
	
	.txtcap{
		padding-top: 5em;
		
	
	}
	.container1{
		padding-left: 0 ;
		padding-top: 0em;
		padding-bottom: 0em;
		background-color: #f4f4f4;
	
	}
	

	.imgmapa{
		padding-top: 10em;
		padding-bottom: 2em;
		margin-left: 0em;
	}	
	
	.container1 h1{
		
		font-size: 70px;
		font-family: 'Raleway', sans-serif;
		
	}

	.white{
		font-size: 18px;
	}
	.white2{
		font-size: 18px;
	}
	.white3{
		font-size: 18px;
	}

	.botonslider{
		color: #ffffff;
		font-size: 15px;
		line-height: 55px;
		height: 55px;
		font-style: normal;
		font-weight: 700;
		background-color: #d2222b;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		letter-spacing: 0px;
		text-transform: none;
		border-width: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 5px;
		padding-bottom: 10px;
		text-decoration: none;
		position: left;
	}

}


.blue{
	color: #023368;
	font-size: 20px;
}

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
* {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
body { 
    background-color: #f4f4f4;
    font-weight: normal;
    font-style: normal;
  margin: 0;
  padding: 0;
  border: 0; }
h3 {
    font-family: 'Noto Sans', serif;
    font-size: 2em;
    color: #333;
}
.container7 ul li p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.3em;
    line-height: 1.5em;
    color: #666; 
    margin: 30px 0;
}
.image {
    background: url('https://serza.com.ar/wp-content/uploads/2018/09/shutterstock_399895198.jpg') no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 80vh;
}
.content {
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 2;
    height: 100%;
}
a:link, a:visited {
        color: rgb(253, 252, 252);
        text-decoration: underline; }
a:hover {
        color: #01c59f; }


.titulo2{
	color: white;
}

.texto2{
	color: white;

}

.negrita{
	color: white;
	font-size: 1em;
}

.image{
	padding-top: 8em;
}


.image a:hover{

	color: white;
}
.image a{

	color:white;
	margin: 0px;
	background-color: #023368;
	text-decoration: none;
	font-size: 4em;
	background-size: 200px;
	
	
	font-family: 'Raleway', sans-serif;

}

.container2 col{
	font-size: 12px;
	
}

.container2{
	padding-top: 8em;
	padding-bottom: 8em;
	margin-left: 2em;
	margin-right: 2em;
}


.blue2{
	background-color: #023368;
	padding-top: 5em;
	text-align: center;
	
	padding-bottom: 5em;
}

.blue2 p{
	margin-left: 10em;
	margin-right: 10em;
	font-size: 1.8em;
}
.blue2 h1{
	font-size: 3em;
}


@media screen and (max-width: 991px){

	.blue2{
		background-color: #023368;
		padding-top: 5em;
		text-align: center;
		
		padding-bottom: 5em;
	}
	
	.blue2 p{
		margin-left: 0em;
		margin-right: 0em;
		font-size: 1.4em;
	}
	.blue2 h1{
		font-size: 1.8em;
	}
}

