@charset "utf-8";
/* CSS Document */

* {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}




/*-----------BARRA NAVEGACION----------*/


 .sticky-top{
	border-bottom: 2px solid #DDDDDD;
}

#nav-redes{
	box-sizing: border-box;
	background-color: #FFED00;
	color: #FFFFFF;
	text-decoration: none;
	padding: 12px 0;
	height: 100px;
}


#nav-redes #nav-iconos{
	margin: 0px 0;
	text-align: right;
}

#nav-redes i{
	text-align: right;
	color: #003FA2;
	font-size: 25px;
	padding-top: 25px;
	margin: 0 10px;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#nav-redes #nav-iconos i:hover{
	text-align: right;
	color: #000000;
	font-size: 25px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


#nav-redes #nav-iconos #tel{
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}





#nav-redes #nav-iconos #num{ 
	font-size: 20px;
	border-right: 1px solid #000000;
	padding-right: 20px;
	color: #000000;
	

}


#nav-redes #nav-iconos #log-diprax{
	border-left: 1px solid #000000;
	margin-left: 10px;
	padding-left: 20px;
}

@media screen and (max-width: 575px) {
	#nav-redes #nav-iconos #log-diprax{ 
		margin-bottom: 10px;
}
}
	
	
@media screen and (max-width: 991px){
	#nav-redes #nav-iconos {
		margin: 0;
		padding-bottom: 20px;
		text-align: center;
	}
}


@media screen and (max-width: 575px){
	#nav-redes #nav-iconos i {
		font-size: 40px;
		-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	}
}

@media screen and (max-width: 575px){
	#nav-redes #nav-iconos i:hover {
		font-size: 40px;
	
	}
}

@media screen and (max-width: 575px){
	#nav-redes #nav-iconos span{
		display: none;
	
	}
}



/*--------------- Nav Bar---------------*/
	
	
.navbar{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


@media screen and (max-width: 575px){
	.navbar .navbar-brand img{
		width: 190px;
	}
}


.navbar li{
	font-weight: 500;
}

.navbar-brand spam{
	font-weight: 300;
}

/*------NAVBRAND------*/
.navbar-brand {
	font-weight: 700;
	color: #000000;
}

.navbar-brand spam{
	font-weight: 300;
}

.navbar #subtitulo{
	padding-top: 10px;
	display: flex;
	align-content: center;
	align-items:baseline;
	font-size: 20px;
	
}
/*------NAVBRAND------*/


/*-----ACTIVE---*/
.active1 {
	color: #FFED00;
	background-color: #003FA2;
	border-radius: 10px;
	text-decoration: none;
	padding: 0;
}


.navbar .navbar-nav .nav-link {
	display: block;
	border-radius: 10px;
	color: #000000;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}	
	
.navbar .navbar-nav .nav-link:hover{
	display: block;
	color: #FFED00;
	background-color: #003FA2;
	border-radius: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.navbar .navbar-nav .nav-link:focus{
	display: block;
	color: #FFED00;
	background-color: #003FA2;
	border-radius: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

/*----------------------*/

.navbar-nav li  {
	color: #FFED00;
	font-weight: 500;
	margin-right: 5px;
	border-radius: 10px;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.navbar-nav li:hover {
	border-radius: 10px;
	color: #FFED00;
	background-color: #003FA2;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.navbar-nav #Pestana{
	background-color: #FFED00;
}


/*-----------ICONO TOGGLER------------*/

.navbar-toggler{
	color: #000000;
}

@media screen and (max-width: 991px){
	.navbar .navbar-toggler{
			font-size: 25px;
	}
}


/*-----------ICONO TOGGLER--------*/


/*-----DROPDOWN MENU----------*/
.dropdown-menu> a:hover{
	background-color: #003FA2;
	color: yellow;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.dropdown-menu> a:focus{
	background-color: #003FA2;
	color: yellow;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}


.navbar ul li a{
	display: inline-block;
	color: #000000;
	position: relative;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	align-content: center;
	align-items: center;
	margin: auto;
}

.navbar-nav .nav-item{
	color: yellow;
}
.nav-item:hover{
	color: yellow;
}



/*--------------CONTACTO------------------*/

#contacto {
	background: linear-gradient(to right, rgba(0,63,162,0.35), rgba(0,63,162,0.35)), url("../img/Fondos/contacto_azul_oxcontrol.jpg");
    background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;	
	width: 100%;
	box-sizing: border-box;
	color: #FFFFFF;
	padding: 60px 0;

}

#contacto h2{
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin-top:20px;
	margin-bottom: 30px;
}


#contacto h2:after{
	content: "";
	display: block;
	border-bottom:1px solid #FFFFFF;
	width: 10%;
	margin: auto;
	padding: 10px 0;
}


#contacto p{
	margin: 30px;
	color: #FFFFFF;
}



form {
	margin: auto;
	padding: 10px;
	
}



#contacto input, textarea{
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
}

textarea{
	min-height: 100px;
	max-height: 250px;
	max-width: 100%;
	
}

#boton {
	margin: 10px 0;
	background: #D5D5D5;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	border: none;
}

#boton:hover{
	background: #FFED00;
	color: black;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border: none;
 
}


/*----------DISTRIBUCION---------*/


#distribuido {
	
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	background-color: #ECECEC;
	padding: 40px 0;
	margin: auto;
	box-sizing:border-box;

}

#distribuido h2{
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin-top:40px;
	color: #636363;
}


#distribuido h2:after{
	content: "";
	display: block;
	border-bottom:1px solid #636363;
	width: 10%;
	margin: auto;
	padding: 10px 0;
}

#distribuido #icono-tex{
	font-weight: 500;
}


#distribuido p{
	color: #000000;
}

#distribuido #icono-tex #llamar{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

#distribuido #icono-tex #map-icon i{
	padding-left: 12px;
}


#distribuido #llamar a{
	text-decoration: none;
	color: #000000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

#distribuido #llamar a:hover{
	
	background-color: #FFED00;
	border-radius: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;

}




@media screen and (max-width: 575px){
	#icono-tex {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 1199px){
	#distribuido #grupo-icon-redes .row{
	justify-content: center;
}
}

@media screen and (max-width: 1199px){
	#icono-tex{
		text-align: center;
	}
}


@media screen and (max-width: 1199px){
	#icono-tex i{
		text-align: center;
	}
}




@media screen and (max-width: 1199px){
	#distribuido img{
	margin: auto;
		padding: auto;
	}
}

/*-------ICONOS-REDES-1---------------*/


#redes i{
	font-size: 5px;
	color: #003FA2;
	margin: 5px;
	text-align: left;
}


#dato-mapa {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	box-sizing:border-box;
	margin: 30px;
	
}

#datos {
	margin-bottom: 60px;
	padding: auto;

}


#distribuido img{
	display: block;
	transition: all 500ms ease-out;
}

#distribuido img:hover{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: scale(0.95);
}

#distribuido #icono-tex i{
	color: yellow;
	background-color: #1A2787;
	padding: 10px;
	border-radius: 50%;
	margin: 2px;
}



#distribuido #icono-tex #map-icon{
	padding-top: 15px;
}

#distribuido #icono-tex p{
padding: 10px;

}


#distribuido #grupo-icon-redes #redes i{
	color:#FFFFFF;
	background-color: #003FA2;
	padding: 5px;
	font-size: 35px;
	border-radius: 4px;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	
}

#distribuido #grupo-icon-redes #redes i:hover{
	color:#FFED00;
	background-color: #003FA2;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}



#distribuido #mapa .row{
	justify-content: center;
}

iframe{

	text-align: center;
	border-radius: 10px;
	padding: 0;
	margin: 20px 0;
    -webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: scale(0.90);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.20);
	}
 

iframe:hover{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 1px 4px 10px rgba(0,0,0,0.50);
}

#mapa {
	display: block;
	text-align: center;
	
}








/*--------REDES SOCIALES-----------*/


#iconos-redes{
	display:block;
	background-color: #1A2787;
	padding: 20px;
	text-align: center;
}

#iconos-redes i{
	margin: 10px;
	font-size: 50px;
	color: #FFFFFF;
	padding: auto;
	text-align: center;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	
}
	
#iconos-redes i:hover{
	font-size: 50px;
	color: #FFED00;
	padding: auto;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: scale(1.1);
}





/*-------------------FOOTER--------------*/	


footer {
	background-color: #003FA2;
	text-align: center;
	color: #FFFFFF;
	font-weight:100;

	}

footer .row{
	padding-top: 20px;
}

footer a{
	color: #FFFFFF;
	text-decoration: none;
}
	
footer a:hover{
	color: #FFED00;
	text-decoration: none;
}

footer #p-1{
	text-align: left;
	color: #FFFFFF;
}



footer #p-2{
	text-align: right;

}

@media screen and (max-width: 768px){
	footer #p-1{
		text-align: center;
	}
}

@media screen and (max-width: 768px){
	footer #p-2{
		text-align: center;
	}
}


/*-------------------FOOTER--------------*/	



	
/*-------------------boton arriba------------*/

	
#myBtn {
  display: inline-block;
  position: fixed;
  bottom: 20px;
	right: 50%;
	left: 50%;
  z-index: 99;
  font-size: 10px;
  border: none;
  background-color: #4D5EDC;
  color: white;
  cursor: pointer;
  padding: 5px;
width: 60px;
  border-radius: 4px;
  transition: all 500ms ease-out;

}

#myBtn:hover {
  background-color: #FFED00;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
color: #000000;
}

