﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');

* {
  box-sizing: border-box;
}

body {

    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;

}

/*top*/
.top-row {
background:#0D499C;
padding:8px 0;
min-width:1000px;
height:40px;
}

.top {
width:1000px;
margin:0 auto;
color:#fff;
}

.second-row {
background:#fff;
padding:8px 0;
min-width:1000px;
height:90px;
}

.second {
width:1000px;
margin:0 auto;
color:#0D499C;
}

.top-links {float:right; padding:0 0 0 0;}
.top-logo {float:right; padding:5px 0 0 0;}
.top-links-left {float:left; padding:0 0 0 0;}
.lang-div {font-size:14px; color:#9d9d9d !important;}

.social-icons {float:right;
padding:10px 10px;}
.social-icon {padding:0 6px;}
.oas-logo {float:left;}
.summit-logo {float:right;}

.top a {
color:#fff!important;
margin:0;
padding:0;
font-size:12px!important;
text-decoration:none;
font-weight:300!important;
}

.top a:hover {
color:#e7e7e7!important;
}



/* Header/Blog Title */
.header {
  padding: 20px;
  text-align: center;
background-image: linear-gradient(to right, #193752 0%, #193752 100%);
}

.header h1 {
  font-size: 40px;
  color: white;

}

/*banner*/

.bannerixcumbre{
  background: url('../documentosIXCumbre/imagenes/oficialixcumbre.jpg') no-repeat;
  height: 400px;
  background-size: cover;
  width: auto;
 
  
}
.banner {
  padding: 0 15px;
  text-align: left;
  margin-top: 40px;
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #193752 100%);

}

.banner h1 {
  font-size: 50px;
  color: white
}
/* Style the top navigation bar */
/*Nav Menu*/
.nav-row {
	background:#fff;
	min-width:1000px;
	 }

.nav {
width:1000px;
margin:0 auto;
background:#fff;
height:99px;
margin-top: 50px;
}

.logo {
width:225px;
float:left;
padding-top:16px;
}

.menu_bar {
width:975px;
float:center;
padding-top:20px;
}

#nav_wrap {
margin-top:0;
z-index:9999;
}

#nav_wrap ul {
list-style:none;
position:relative;
float:left;
margin:0;
padding:0;
}

#nav_wrap ul a {
display:block;
color:#0a2a4c;
text-decoration:none;
font-weight:300;
font-size:18px;
line-height:36px;
padding:8px 20px 27px;
text-transform:uppercase;
}

#nav_wrap ul a:hover {
color:#80c4e7;
}

#nav_wrap ul li {
position:relative;
float:left;
margin:0;
padding:0;
}

#nav_wrap ul li.has-sub {
background:url(../images/nav-arrow.png) 99% 20% no-repeat, #fff;
padding-right:10px;
}

#nav_wrap ul li.has-sub:hover {
background:url(../images/nav-arrow-white.png) 99% 20% no-repeat, #0a2a4c;
}

#nav_wrap ul li:hover > a {
color:#80c4e7;
}

#nav_wrap ul ul {
display:none;
position:absolute;
top:100%;
left:0;
background:#fff;
padding:10px 0;
z-index:9999;
}

#nav_wrap ul ul li {
float:none;
width:280px;
}

#nav_wrap ul ul li:hover {
background:#1a3d62;
}

#nav_wrap ul ul a {
line-height:120%;
padding:10px 18px;
color:#fff;
font-size:16px;
text-transform:none;
}

#nav_wrap ul ul a:hover {
background:#1a3d62;
}

#nav_wrap ul ul li a:hover {
color:#80c4e7;
}

#nav_wrap ul li:hover > ul {
display:block;
background:#0a2a4c;
z-index:9999;
}



/*collapsibles*/



.container {
  margin: 0 auto;
  padding: 4rem;
  width: 58rem;
  font-size: 16px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 17px;
}


/*tables*/
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {background-color: #f2f2f2;}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;

}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Footer */
.footer-row {
min-width:1000px;
background:#0D499C;
}

.footer {
font-family:'Open Sans', sans-serif;
color:#fff;
width:960px;
margin:0 auto;
padding:15px 0 15px;
text-align:center;
}

.footer p {
color:#fff;
font-size:14px;
margin:0;
padding:3px 0;
line-height:18px;
}

.footer-icon {
margin:15px 0;
padding:0 10px;
color:#fff;
}

.footer-icon:hover {
color:#e7e7e7;
}

.footer a:visited {
color:#fff!important;
font-size:14px!important;
}

.footer a:link {
color:#fff!important;
font-size:14px!important;
}

.footer a {
color:#fff!important;
font-size:14px!important;
}

.footer a:active {
color:#e7e7e7!important;
}

.footer a:hover {
color:#e7e7e7!important;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}
</style>
