@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url(fontello.css)

* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

/*---------------------Estilos base----------------------------------*/
#apDiv1 {
	position: absolute;
	width: 153px;
	height: 140px;
	z-index: 1;
	left: 22px;
    top: 6px;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.container {
    width: 100%;
    margin: auto;
}
.header {
    width: 100%;
    height: 170px;
    background: white;
    color: #fff;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.container {
    width: 98%;
    margin: auto;
}

.container--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.column {
    width: 100%;
}



.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 120px;
    background: #B695C0;
    color: black;
    padding: 10px;
    margin: 10px auto;
}
/*---------------------Estilos del header----------------------------------*/

.main-header {
    width: 100%;
}

.main-header [class*="icon-"]:before {
    position: relative;
    top: 2px;
    right: 5px;
}

/*---------------------Estilos del menu----------------------------------*/
.main-nav {
    width: 100%;
    position: relative;
    z-index: 2000;
    padding: 10px;
}

.icon-menu {
    display: block;
    background: white;
    top: 160px;
    color: black;
    margin-top: 160px;
    border: 1.5px solid black;
    border-radius: 3px;
    width: 44px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 1.8em;
}

.social-icon {
    display: flex;
    justify-content: space-between;
}

.social-icon [class*="icon-"] {
    color: white;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    width: 35px;
    height: 35px;
    background: black;
    border-radius: 30%;
}

.social-icon__link {
    text-decoration: none;
}

.header label {
    float: right;
    font-size: 28px;
    margin: 6px 0;
    cursor: pointer;
    color: black;
    padding: 5px;
    border: 1px solid black;
    border-radius: 6px;
   background-color: aqua;
   
}

.menu {
    position: absolute;
    top: 215px;
    left: 0;
    width: 100%;
    background: rgba(30,30,30,0.9);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: height .3s linear;
}

.menu__link {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
}

.menu__link:hover {
    background: #B695C0;
}

.menu__link--select {
    background: #B695C0;
}
.menu a {
    display: block;
    color: white;
    height: 22px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.menu a:hover {
    background: 1px solid rgba(255,255,255,0.3);
}

#menu-bar:checked ~ .menu {
    transform: translateX(0%);
}


.mostrar {
    height: 215px;
}

/*---------------------Estilos del banner----------------------------------*/

.banner {
    margin-top: -50px;
    position: relative;
}
.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    z-index: 1500;
}

.banner__img {
  width: 100%;
  height: 100%;
  z-index: 1500;
  margin-top: 20px;
  object-fit: cover;
}

.banner__container {
    width: 98%;
    color: white;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4em;
    font-weight: bold;
    z-index: 1500;
    
}

/*---------------------Estilos principales----------------------------------*/

.group--color {
    background: none;
    color: black;
    padding: 10px;
    text-align: center;
    margin: 10px;
    border-color: #B695C0;
}


.group--color1 {
    background: #B695C0;
    color: black;
    padding: 10px;
    text-align: center;
    margin: 10px;
    border-color: white;
}

.main__tittle {
    margin: 15px 0;
    font-size: 1.8em;
    font-family: 'fontello';
    font-weight: 100;
    font-weight: bold;
}

.column__tittle {
    font-size: 1.3em;
}

.main__txt {
    text-align: justify;
    padding: 5px;
}


.banner h2 {
    font-size: 28px;
}

.section {
    width: 100%;
    margin-bottom: 25px;
}

#Somos {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
}

.patrocinadores .column {
    border: 5px solid #ddd;
    margin-bottom: 30px;
    text-align: center;
    padding: 5px;
}

.patrocinadores__img {
    margin: auto;
    max-width: 200px;
}

.patrocinadores__tittle {
    text-align: center;
    font-size: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.group__tittle {
    text-align: center;
    font-family: 'fontello';
    font-weight: 100;
    font-size: 1.8em;
    font-weight: bold;
    margin: 30px;
}
.patrocinadores__texto {
    text-align: center;
}
.group__patrocinadores {
    text-align: center;
}

.column {
    width: 100%;
}

.fb-comments {
    top: 2px;
}

.main-footer {
    background: #222;
    color: white;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .8em;
}

.copy {
    text-align: center;
    margin: auto;
    margin-top: 15px;
}

.main-footer [class*="icon-"] {
    color: white;
    text-decoration: none;
}

.main-footer [class*="icon-"]:before {
    position: relative;
    top: 2px;
    right: 5px;
}
@media screen and (min-width:480px) {
     .container {
        width: 400px;
    }
    .column--33 {
     width: 33%;
    }
    
   .patrocinadores .column {
        border: 3px solid #ddd;
        padding: 5px;
    }
    
    .banner__container {
        font-size: 2em;
    }
    
    .patrocinadores__img {
        height: auto;
        object-fit: cover;
    }
    .column--50-25 {
        width: 49%;
    }
}

@media screen and (min-width:768px) {
    
    .banner__container {
        font-size: 5.5em;
    }
    
    .main__tittle {
        font-size: 2.2em;
    }
    
    .column--50-25 {
        width: 30%;
    }
    
    
@media screen and (min-width:1024px) {
   
    .container {
        width: 1000px;
    }
    .main-nav {
        padding: 0;
    }
    
    .banner__container {
        margin-top: px;
        font-size: 48pt;
        top: 85%;
    }
    
    .banner__img {
      width: 100%;
      height: 100%;
      z-index: 1000;
      margin-top: 180px;
     object-fit: cover;
    }     
          
    .icon-menu {
        display: none;
    }
        
    .menu {
        position: relative;
        display: flex;
        height: auto;
        width: auto;
        margin-top: -60px;
    }
    
    .menu__link {
        padding: 20px;
    }

  
    .main__tittle {
        font-size:  2.3em;
        text-align: center;
        widows: 100%;
    }

    .column--33 {
     width: 33%;
    }
}
