@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

html, body,a, h1, h2,h3,h4,h5,h6, input, textarea, span, label{
	font-family: 'Roboto', sans-serif;
}

#nav_header{
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
    /*position: relative;*/
    z-index: 2;
    background-color: #ffffff;
}

input:focus, button:focus, textarea:focus{
	outline: none;
}
.title_foot{
	margin-bottom: 23px !important;
}

.text-primary, .text-primary:hover{
	color: #00294c!important;
} 

#option_menu .nav-item {
    width: 135px;
}

#option_menu .nav-item a:hover{
	background-color: #c5c5c5;
}

.btn-primary{
    background-color: #002a4f !important;  
    border-color: transparent;
}

.text-danger{
	color: #7f0e0e!important;
}
#content-siguenos{
	background-color: #002a4f;
    width: 320px;
    height: 140px;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: -35px;
}

#bartop div a{
	font-size: 14px;
}

a{
	text-decoration: none !important;
	color: #000000;
}
#footer a, #footer h4{
	display: block; 
	margin-bottom: 10px;
}
.text-opaco,.text-opaco a{ color: #f5f5f5;}

#logo_{ width:250px;}

#logo-whatsapp img{
    width: 65px;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 200;
}

/*TAMANIOS MAYORES QUE*/
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}


/*TAMANIOS MENORES QUE*/
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
	#logo_{ width:240px;}
	#content-siguenos{
		margin: auto;
		position: initial;
		margin-top: 11px;
	}
	#option_menu .nav-item{
		width: 100%;
	}

	#option_menu .nav-item a{
		font-size: 23px;
	}

	#logo-whatsapp img{
        width: 50px;position: fixed;right: 10px;
        /*top: 87px;*/
        z-index: 200;
    }
	
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 

}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}
