@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

._inn img{
  max-width:100%;
  height:auto;
}

._logoco img{
  width:100%;
  height:auto;
}

.item-page{
  padding:50px;
}
._inn{
  padding:0px;
}
._objetivos{
  background-color:#f3f3f3;
  padding-top:30px;
  padding-bottom:30px;
}
._objetivos ul{
  list-style:none;
}
._objetivos ul li{
  margin-bottom:20px;
  min-height:60px;
}
._objetivos ul li h1{
  float:left;
  margin-right:15px;
  width:60px;
  height:60px;
  line-height:60px;
  text-align:center;
  color:#fff;
  background-color:#73bd44;
  margin-bottom:20px;
}


._fronttop{
  padding:10px;
}
.headerx{
  width:100%;
}
._colaboran{
  background-color:#fff;
  padding-top:30px;
  padding-bottom:30px;
  text-align:center;
}
._colaboran h3{
  font-size:18px;
  padding-bottom:10px;
  border-bottom: solid 1px #666;
  text-align:center;
}
._colaboran ul{
  text-align:center;
}

._colaboran li{
  display:inline-block;
  width:100px;
}
._colaboran img{
  max-width:100%;
  height:auto;
}
._speakers{
  background-color:#73bd44;
  color:#fff;
    padding-bottom:50px;
    text-align:center;

}
._speakers .tit{
  margin-bottom:50px;
}
._speakers .speaker img{
  max-width:100%;
  height:auto;
  border: solid 10px #5a4942;
  background-color:#fff;
  padding:10px;
  margin-bottom:15px;
-webkit-border-radius: 400px;
-moz-border-radius: 400px;
border-radius: 400px;
  
    transition: all 0.20s linear;
    -webkit-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
}
._speakers .speaker:hover img{
  border: solid 5px #5a4942;
  padding:5px;
}
._speakers .speaker{
  padding:30px;
  text-align:center;
}
._speakers .speaker h5{
color:#fff;
  }
._speakers .speaker h6{
color:#fff;
}
._speakers h3{
background-color:#fff;
  color:#73bd44;
  display:inline-block;
  width:200px;
  height:40px;
  line-height:40px;
  text-align:center;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
._speakers h4{
background-color:#fff;
  color:#5a4942;
  display:inline-block;
  width:180px;
  height:35px;
  line-height:35px;
  text-align:center;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
._speakers h5{
  color:#fff;
  text-align:center;
}

.tit h1{
  background-color:#5a4942;
  color:#fff;
  font-weight:bold;
  font-size:48px;
  text-align:center;
  padding:30px;
  margin-bottom:0px;
  text-transform:uppercase;
}
.tcenter{
  text-align:center;
}

.bgp {
  background-color:#fff;
  background-image: url(../../../images/hojas-trans.svg);
  background-repeat:no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  background-size: 480px auto;

}

._programa table{
  width:100%;
}
._programa table thead{
  background-color:#73bd44;
  color:#fff;
}
._programa table thead tr th{
  padding:5px;
}
._programa table thead tr th:nth-child(1){
  text-align:center;
}
._programa table tbody tr{

  border-bottom: solid 1px #666;
}
._programa table tbody tr td{
  padding:5px;
  padding-top:15px;
  padding-bottom:15px;
}
._programa table tbody tr:hover{
  background: rgba(115,189,68,0.2);
    transition: all 0.20s linear;
    -webkit-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;

}
.hojas-color{
max-width:160px;
  height:auto;
}
._programa{
  padding-top:50px;
  padding-bottom:50px;
}
._programa h2{
  background-color:#5a4942;
  color:#fff;
  font-size:18px;
  width:150px;
  text-align:center;
  padding:10px;
  text-transform:uppercase;
}

._programa h3{
  background-color:#73bd44;
  color:#fff;
  font-size:16px;
  width:150px;
  text-align:center;
  padding:10px;
  text-transform:uppercase;
}

._programa h4{
  color:#73bd44;
  font-size:16px;
  font-weight:bold;
}
._programa h4 strong{
  color:#999;
  font-size:16px;
  font-weight:bold;
}
._programa h5{
  color:#000;
  font-size:12px;
}


header{
  background-image: url(../../../images/hojas.svg);
  background-repeat:no-repeat;
  background-position:right bottom;
  background-size:380px auto;
  
}
._logos{
  margin-top:50px;
  background-color:#fff;
  padding-top:20px;
  padding-bottom:20px;
  text-align:center;
  
}
._logos img {
  display:inline-block;
  height:80px;
  width:auto;
  
}

._front{
  margin-top:300px;
}
._front .col-lg-6, ._front .col-lg-4{
    display: flex;
  flex-direction: row; /* Default */
  align-items: flex-end; /* Aligns all items to the bottom */
}
._front .col-lg-6:nth-child(1) img{
  max-width:450px; 
  height:auto;
}
._front .col-lg-4 {
  text-align:right;
  justify-content: flex-end;
}
._front .col-lg-4 img{
  max-width:200px; 
  height:auto;
}


.bgwhite{
  background-color:#fff;
}
footer {
    background-color: #73bd44;
  padding-top:5px;
  padding-bottom:5px;
  
}

ul.menu_leftp {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.menu_leftp li {
    position: relative;
}

ul.menu_leftp li a {
    background-color: #fff;
    color: #666;
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    max-width: 270px;
    text-transform: uppercase;
    border-top: 1px solid #f0f0f0;
    border-left: 4px solid #ec8827;
}

ul.menu_leftp li a:hover {
    background-color: #ec8827;
    color: #fff;
    border-left: solid 8px #666;
}

ul.menu_leftp li ul {
    position: absolute;
    top: -999999px;
    z-index: 3;
}

ul.menu_leftp li:hover ul {
    left: 270px;
    top: 0px;
}

ul.menu_leftp li ul li {
    float: none;
}

ul.menu_leftp li ul li a {
    float: none;
    background-color: #fafafa;
    font-size: 13px;
    width: 210px;
    text-transform: none;
}

.moduletable_leftp h3 {
    color: #ec8827;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: center;
    margin: 0px;
    background-color: #565656;
    border-bottom: 1px solid #ec8827;
}

.menuoculto {
    opacity: 0;
}

.menutopfixed {}


.menutopfixed ._menu {
    position: relative;
    margin: 0px;
}

nav.desktop ._menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  float:right;
  margin-top:20px;
  background-color:#5a4942;
}

nav.desktop ._menu ul li {
    position: relative;
    float: left;
}

nav.desktop ._menu  ul li a {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
  text-decoration:none;
}

nav.desktop ._menu ul li a:hover {
    color: #000;
    background: none;
    background-color: #fff;
}



nav.desktop ul._menu  li.current a {
    color: #000;
    background-color: #fff;
}

nav.desktop ul._menu  li.item-108 a  {
    background-color: #fc7404;
    color: #fff;
  margin-top:25px;
    height: 50px;
    line-height: 50px;
  margin-left:20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;  
}

nav.desktop ul._menu  li button{
  display:none;
}

nav.desktop ul._menu  li ul {
    position: absolute;
/*    left: -99999px;*/
  left:0px;
    z-index: 2;
    padding: 0px;
    top: 100px;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}

nav.desktop ul._menu  li:hover ul {
    left: 0px;
  display:block;
}

nav.desktop ul._menu  li ul li {
    position: relative;
}

nav.desktop ul._menu li ul li a {
    width: 220px;
    background-color: #fff;
    color: #333;
    height: 30px;
  font-size:16px;
    line-height: 30px;
    border-top: #f0f0f0 solid 1px;
    text-transform: none;
}

nav.desktop ul._menu  li ul li a:hover {
    background: none;
    background-color: #f0f0f0;
    color: #ec8827;
    text-decoration: none;
}
nav.desktop ul._menu  li ul li ul{
    position: absolute;
  left:0px;
    z-index: 2;
    padding: 0px;
    top: 30px;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}
nav.desktop ul._menu li ul li ul li a {
    width: 350px;
    background-color: #fff;
    color: #333;
    height: 30px;
  font-size:16px;
    line-height: 30px;
    border-top: #f0f0f0 solid 1px;
    text-transform: none;
}
nav.desktop ul._menu  li span {
    width: 350px;
    background-color: #fff;
    color: #333;
    height: 30px;
  font-size:16px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: #f0f0f0 solid 1px;
    text-transform: none;
  display:block;
}
a {
    transition: all 0.20s linear;
    -webkit-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
    color: #000;
}

a:hover {
    transition: all 0.20s linear;
    -webkit-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
    color: #666;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
}


/*********************************************************************************************************/

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1030px) {

}

@media only screen and (max-width: 979px) {

    .menuoculto {
        opacity: 1;
        filter: alpha(opacity=100);
        transition: all 0.20s linear;
        -webkit-transition: all 0.20s linear;
        -moz-transition: all 0.20s linear;
    }
  nav.desktop ._menu {
    display:none;
  }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 640px) {

._logoco img{
  width:100%;
  height:auto;
  padding:35px;
}
header{
  background:none;
  
}
._logos{
  margin-top:50px;
  background-color:#fff;
  padding-top:20px;
  padding-bottom:20px;
  
}
._logos .col-lg-6 img{
    max-width:100%;
  height:auto;
  }
._logos .col-lg-6:nth-child(1) {
  text-align:center;
}
._logos .col-lg-6:nth-child(2) {
  text-align:center;
}

._front{
  margin-top:150px;
}
._front .col-lg-6, ._front .col-lg-4{
    display: block;
}
._front .col-lg-6:nth-child(1) img{
  max-width:360px; 
  height:auto;
}
._front .col-lg-4 {
  text-align:center;
}
._front .col-lg-4 img{
  margin-top:30px;
  max-width:160px; 
  height:auto;
}
._speakers .speaker img{
max-width:240px;
}
  
}