
.c_logo{
display: grid;
grid-template-columns: 450px 1fr 1fr 1fr;
align-items:center;
grid-column-gap:10px; 
width:1200px;
margin:auto; height: 100%;}

.c_ubi{background-image:url(imagen_web/ubi.png); background-repeat:no-repeat; height:50px; display:grid;}
.c_tel{background-image:url(imagen_web/tel.png); background-repeat:no-repeat; height:50px; display:grid;}
.c_hor{background-image:url(imagen_web/hor.png); background-repeat:no-repeat; height:50px; display:grid;}

.t_t1{font-weight:900; line-height: 25px; padding-left: 60px; color:#000000}
.t_t2{font-weight:300; font-size: 14px;  padding-left: 60px;  color:#000000}

@media only screen and (max-width: 1318px) {
.c_logo{
display: grid;
grid-template-columns:350px 1fr 1fr 1fr;
 justify-items:center;
width:100%;
}
}




@media only screen and (max-width: 918px) {
.c_logo{
display: grid;
grid-template-columns:1fr;
 justify-items:center;
width:100%;
}
.c_ubi, .c_tel, .c_hor{display:none;}




}


.f_menu_pre {background:linear-gradient(90deg, #155b6a 0%, #0b192b 100%);}
.f_menu_line {background-color:#abcb43; width:100%; height:3px;}
.B_menu_line {background-color:#000000; width:100%; height:;}
.menuTop {
width: 1200px;
margin: auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
justify-items:center;
align-items:center;
grid-gap:0px;
overflow: hidden;
text-shadow: 0.8px 0.8px 1px rgba(0,0,0, 0.9);}

@media only screen and (max-width: 1318px) {.menuTop {width: 100%;}}
@media only screen and (max-width: 618px)  {.menuTop {display: block; grid-template-columns: 1fr;}}

.menuTop a {
display: flex;
color: #ffffff;
text-align: center;
padding: 0px 0px;
text-decoration: none;
font-size: 16px ;
font-family: 'Poppins', sans-serif ;
font-weight: 500;
line-height: 0px;
align-items: center;
justify-content: center;
height: 50px ; 
	width: 100%;
}
@media only screen and (max-width: 1218px) {.menuTop a {padding: 24px 16px; float: left; display: flex; height: auto; width:auto; transition: 0.3s; }}
	
.actual {
background-color: #3F819A;
color: white;
width: 100%;
}

@media only screen and (max-width: 618px) {
.actual {
background-color: #f60000;
color: white;
width: 100px;
}

}

/* Hide the link that should open and close the topnav on small screens */
.menuTop .icon {
display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdownT {
float: left;
overflow: hidden;
width: 100%;
	
}
@media only screen and (max-width: 618px) {
.dropdownT {
float: left;
overflow: hidden;
width: auto;
}
}

/* Style the dropdown button to fit inside the topnav */
.dropdownT .dropbtnT {
border: none;
outline: none;
color: #ffffff;
padding: 0px 0px;
background-color: rgba(0,0,0,0);
font-family: 'Poppins', sans-serif ;
font-weight: 500;
font-size: 16px ;
margin: 0;
width: 100%;
height: 50px ;
text-shadow: 0.8px 0.8px 1px rgba(0,0,0, 0.9);}

@media only screen and (max-width: 618px) {
.dropdownT .dropbtnT {height: auto; padding: 16px 0px;}
}
	

/* Style the dropdown content (hidden by default) */
.dropdownT-contentT {
display: none;
position: absolute;
background-color: #f0f0f0;
width: 300px ;
z-index: 1;

}




/* Style the links inside the dropdown */
.dropdownT-contentT a {
float: none;
color: #155b6a;
padding: 0px 0px 0px 16px ;
text-decoration: none;
text-align: left;
display: flex;
justify-content: left;
align-items: center;
	transition: 0.3s; 
height: 40px ; /*revisar*/ /*CAMBIO AQUI   -------------------------------*/
	font-weight: ; /*revisar*/ /*CAMBIO AQUI   -------------------------------*/
	font-size: 16px ; 
text-shadow: 0px 0px 0px rgba(0,0,0,0);
}


/* Add a dark background on topnav links and the dropdown button on hover */
.menuTop a:hover, .dropdownT:hover .dropbtnT {
background-color: #abcb43;
color: #ffffff;
font-weight: 500;
width: 100%;
	transition: 0.3s;
}
@media only screen and (max-width: 618px) {
.menuTop a:hover, .dropdownT:hover .dropbtnT {
background-color: #abcb43;
color: #ffffff;
width: auto;
padding-left:43px;
padding-right:43px;
	transition: 0.3s;
}
}





/* Add a grey background to dropdown links on hover */
.dropdownT-contentT a:hover {
background-color: #d1d1d1; /*revisar*/ /*CAMBIO AQUI  22 -------------------------------*/
color: #0b192b;  /*revisar*/ /*CAMBIO AQUI  22 -------------------------------*/
width: 300px ; /*revisar*/ /*CAMBIO AQUI  22 -------------------------------*/
transition: 0.3s;
text-shadow: 0px 0px 0px rgba(0,0,0,0);
}

@media only screen and (max-width: 618px) {
.dropdownT-contentT {
width: 100%;

}
	.dropdownT-contentT a{
border-bottom: 1px solid #ccc;



}
.dropdownT-contentT a:hover {
border-bottom: 1px solid #ccc;
width: 100%;


}
}	










/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdownT:hover .dropdownT-contentT {
display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
.menuTop a:not(:first-child), .dropdownT .dropbtnT {
display: none;
}
.menuTop a.icon {
float: right;

padding-left:30px;
padding-right:30px;
display: flex; align-items: center;

}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
.menuTop.responsiveT {position: relative; }
.menuTop.responsiveT a.icon {
position: absolute;
right: 0;
top: 0;
}
.menuTop.responsiveT a {
float: none;

text-align: left;
padding-left: 25px;
display: flex; align-items: center; justify-content: left;
}
.menuTop.responsiveT .dropdownT {float: none; }
.menuTop.responsiveT .dropdownT-contentT {position: relative; }
.menuTop.responsiveT .dropdownT .dropbtnT {
display: block;
width: 100%;
text-align: left;
padding-left: 25px;
display: flex;align-items: center;
}
}