*{
	padding: 0px;
	margin: 0px;
} 

@font-face {
    font-family: 'bold';
    src: url(../fonts/bold.otf);
}

@font-face {
    font-family: 'normal';
    src: url(../fonts/normal.otf);
}
@font-face {
    font-family: 'medium';
    src: url(../fonts/medium.otf);
}
/*CONTENEDOR GENERAL*/
body{
	

}
.wrap{
	width: 1200px;
    display: block;
    margin: auto;
    padding: 0px 20px;
}

.content-solu{
	width: 1400px;
    display: block;
    margin: auto;
    padding: 0px 20px;
	margin-top: 120px;
	text-align: center;
	margin-bottom: 40px;
}
.content-solu h1{
	font-family: 'medium';
    color: #304074;
    margin-bottom: 40px;
    font-size: 2em;
}
.general{
    background-color: #ffcd00;
   	padding: 35px 0px;
   	box-shadow: 0px 0px 20px #868686;
}
.btn{
	margin: 0px 30px;
	padding: 10px
}
.font-weight-bold{
	margin-top: 40px;
	font-family: 'bold';
}
.active-buttom{

	background-color: #00a618 !important;
	border-color: #00a618 !important;
}
.btn{
	background-color: #3154c8;
	font-family: 'medium';
}

.btn:hover{
	background-color: #00a618;
	border-color: #00a618;
}
.objects{
	font-size: 18px;
	font-family: medium;
	margin-top: 15px;
}
.explain{
	font-size: 14px;
	font-family: 'medium';
}
.title-cap{
	color: #00a618 !important;
	font-family: 'bold';
}

.popup{
	font-family: 'medium' !important;
}
/********/

/*ESTILOS DE MENU*/

.cabecera{     
	width: 100%; 
} 


.logo{
	width: 72px;
	margin-left: 60px;
}


header img{
	height: 2.9rem;
    width: auto;
	margin-left: 40px;
	margin-top: 5px;
}

#cssmenu > ul > li > a{
	font-size: 1em !important;
	font-family: 'normal';
	color: white !important;
}

/***ACÁ COMIENZAN LOS ESTILOS DE LAS SOLUCIONES****/
.card-text{
	text-align: left;
}

.card-footer{
	background-color: rgba(0,0,0,.00) !important;
}
.card-title{
	font-family: 'medium';
	color: #314075;
}

.card-body p{
	font-family: 'normal';
    color: #2d3e74;
}

.card-deck div{
	/*background-color: #ffd251;*/
  margin-bottom: 25px;
}
.card-img-top{
	/*border-radius: 40px 10px;
	border-style: solid;
  	border-width: 2px 10px 4px 20px;
  	border-color: #ff8c05;*/
}
.btn-outline-warning{
	font-family: 'medium';
	color: #314075 !important;	
}
.card-body{
	padding: 1.25rem 1.25rem 0rem 1.25rem !important;
}

.logo-foot{
  width: 300px;
  margin: 15px 0px;
}
/*ESTILOS DE "CONTACTO"*/
.general-contacto{
	background-color: #3154c8;
   	padding: 35px 0px;
}
.contacto{
	text-align: center;
	padding: 25px 0px;
	color: white;
}
.contacto h2{
	/*font-size: 1.6em;*/
	font-family: 'medium';
}

.contacto p{
	font-size: 1.2em;
	font-family: 'normal';
}

legend{
	font-size: 1.6em !important;
}

.container{
	background-color:#00a618;
	padding: 20px;
	border-radius: 10%;
}
.container-fluid{
	margin-bottom: 20px;
}
.trans{
	padding: 20px;
}
.espacio{
	max-width: 100% !important;
}

input{
	font-family: 'medium';
}

textarea{
	font-family: 'medium';
}

/****ESTILOS DE MAPA*/

.map{
	width: 100%;

}

.boton{
	margin-bottom: 20px;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 50px !important;
	height: 50px !important;
	background-color: #ff8c05;
	border-radius: 30%;
	position: relative;
    top: -22px;

}
.carousel-control-next, .carousel-control-prev{
	width: 4% !important;
}
@media screen and (max-width:767px){
	.carousel-item{margin-right: -100% !important;}
}

@media screen and (max-width:1300px){
	.wrap{width:100%;}
	.content-solu{
		width: 100%;
	}
	i{
		font-size: 40px !important;
		text-align: center !important;
	}
}
@media screen and (max-width:1000px){

	.sub{font-size: 1.2em;}
	.titles{ padding: 50px; }
	h2.title{font-size: 2.5em;}
	.valores p{font-size: 1.2em;}
	.valores h2{font-size: 2em;}

}
