@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?qk736l');
    src:  url('../fonts/icomoon.eot?qk736l#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?qk736l') format('truetype'),
      url('../fonts/icomoon.woff?qk736l') format('woff'),
      url('../fonts/icomoon.svg?qk736l#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-menu:before {
    content: "\e9bd";
  }


body{
    font-family: "Source Sans Pro", sans-serif;
    margin: 0%;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    /*font-style: italic*/
}
.logo{
    margin-top: auto;
}
h1{
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: -.2px;
    color: white;
    margin: 0px;
 
}

h2 {
    color:darkgray;
    font-family:"Source Sans Pro", sans-serif;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 40px;
    margin-top: 0%;
    display: flex;
    justify-content: center;
}

h3{
    font-size: 32px;
    font-family: ' Fjalla One',  ;
}
.hero-image{
    object-fit: cover;
    flex-wrap: wrap;
}
.principal-image{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    flex-wrap: wrap;
}

    

.header{
    background-color: white;
    color: white;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 0 40px 0;
    border-bottom: #e5e5e5 solid 1px;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.nav-bar a{
    color:#c22020;
    text-decoration: none;  
    font-weight: bold;
    display: flex;
    align-items: center;
    height: inherit;
    padding: 26px 30px 19px;
    font-size: 19px;
    font-family: ' Fjalla One',  ;
}
.menu {
    height: inherit;
}
.nav-bar ol {
    display: flex;
    height: inherit;
    justify-content: center;
}
.nav-bar ol li{
    height: inherit;
}


.footer{
 color: white;
 background-color: black;
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
}


.footer img {
    vertical-align: middle;
}

.footer a{
    color: white
}
 
.contact{
    background-color:black;
    color: white;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social{
    height: 100%;
    margin-bottom: auto;
}
.social h3{
    font-weight: normal;
    font-family: ' Fjalla One',  ;
}
.social-link{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    background-size: 50px 50px;
}

.social-link.facebook{
    background-image: url("../images/facebook.svg");
}

.social-link.instagram{
    background-image: url("../images/instagram.svg");
}

.form-email a{
    color: white;
}
.form-email input{
    border-color: gray;
    border-style: solid;
    border-radius: 5px;
    padding: 10px 20px 10px 25px;
    background-image: url("../images/envelope.svg");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 5px;
}

.form-email button{
    display: block;
    background: #2a2a2a;
    color: white;
    padding: 10px 0;
    border-radius: 5px;
    width: 100px;
    margin-top: 10px;
}
.form-email h3{
    font-family: ' Fjalla One',  ;
}

.form-email h4{
font-size: 40px;
font-family: "allura";
margin: auto;
}

.form-email p{
    font-size: 18px;
}
.container{
     /* border: 1px solid red; */
    max-width: 1000px;
    flex: 1;
    margin: 0 auto;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    height: inherit;
    flex-wrap: inherit;
}
.container-logo{
    /* border: 1px solid red; */
   max-width: 1000px;
   flex: 1;
   margin: 0 auto;
   display: inherit;
   justify-content: center;
   align-items: inherit;
   height: inherit;
   flex-wrap: inherit;
   z-index: 3;
}


.citas p{
font-size: 23px;
margin-left: 18px;
}
.citas-container{
    display: flex;
}
.burger-button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
    display: none;
    line-height: 40px;
    text-align: center;
    position: fixed;
    z-index: 4;
    left: 5px;
    top: 5px;
    color: white;
}

.conocenos-description p{
    font-size: 28px;
    text-align: justify;
}

.conocenos-description strong {
    font-family: "allura";
    font-weight: 100;
}
.container-conocenos{
    /* border: 1px solid red; */
   max-width: 1000px;
   flex: 1;
   margin: 0 auto;
   display: flex;
   justify-content: inherit;
   align-items: inherit;
   height: inherit;
   flex-wrap: inherit;
   margin-top: 50px;
   
}

.conocenos-mision{
    width: 100%;
}
.conocenos-mision p{
    font-size: 20px;
    text-align: justify;
}
.conocenos-mision h3{
    color: gray;
}
.mision-image{
    width: 33%;
    justify-content: flex-end;
}
.mision-image2{
    width: 33%;
    justify-content: flex-start;
    margin-bottom: 100px;
}
.razones{
    margin-bottom: 60px;
}
.razones h3{
    color: gray;
}
.razones li{
    font-size: 20px;
    list-style: disc;
    text-align: justify;
}
.mision-image3{
    width: 33%;
    justify-content: flex-start;
    margin-bottom: 100px;
    display: none;
}
@media screen and (max-width: 1023px) {
  

.container {
    padding: 0 3em;
}

.principal-image{
    padding: 30px;
}
.hero-image {
   height:auto ;
   max-width: 100%;
}
h1 {
    font-size: 2em;
    z-index: 2;
}
.container-conocenos {
    padding: 0 1em;
}
.conocenos-mision {
    margin: 0 15px;
}
.mision-image2{
    margin-bottom: 10px;
}
}


@media screen and (max-width: 767px) {
    h2{
        margin: 0;
        margin-bottom: .3em;
    }
    .burger-button{
        display: block;
    }
    .header{
        display: block;
       height: auto;
    }   
    .logo img{
     height: 130px;
     }
    .nav-bar ol {
        display: block;
    }
    .nav-bar ol li{
        height: 50px;
    }
    .nav-bar a{
        height: 40px;
        font-size: 1.5em;
        text-decoration: none;
        margin-bottom: .5em;
        border-bottom: solid 1px #2b2329;
        color:#dcdcdc;
        padding: 0 20px;
    }
    .header .logo{
         text-align: center;
    }
    .menu{
        position: fixed;
        background: rgba(32, 28, 29,.9);
        z-index: 3;
        top: 0%;
        left: -100vw;
        width: auto;
        bottom: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s;
    }
    .menu.is-active{
        left: 0;
        justify-content: flex-start;
        align-items: baseline;
        padding-top: 29px;
    }
    .container-conocenos{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    }

    .conocenos-mision {
        width: 100%
    }
    .mision-image{
        width: 100%;
        justify-content: center;
    }
    .mision-image2{
        width: 100%;
        justify-content: center;
        display: none;
    }
    .mision-image3{
        margin-bottom: 10px;
        width: 100%;
        justify-content: center;
        display: flex;
    }
}
@media screen and (max-width: 480px) {
    h1{
        font-size: 1.5em;
    }

    .contact{
        height: auto;
        padding: 1.5em 0;
        text-align: center;
        display: block;
    }
    .form-email button{
        margin:  1em auto;
    }
    .form-email h3{
        margin-top: 0;
    }
    .footer{
        display: block;
        text-align: center;
        border: 1px solid transparent
    }
    .social-link{
        width: 40px;
        height: 40px;
        background-size: 100%;
    }
  
    .header{
          padding: 10px 0;
      }
     .principal-image{
          padding: 15px;
      }
    .nav-bar a{
        font-size: 1em;
    }
    .logo img{
        height: 90px;
        }
  .citas-container {
        justify-content: center;
        }    
    .conocenos-title h2{
        font-size: 48px;
    } 
    .conocenos-title img{
        height: 48px;
    } 
    .conocenos-description p{
        font-size: 20px;
    }
    .mision-image {
        width: 200px;
        height: auto;
        max-width: 100%;
        flex-wrap: wrap;
        object-fit: cover;
        display: block;
      }
     .mision-image2 {
       width: 200px;
       height: auto;
       max-width: 100%;
       flex-wrap: wrap;
       object-fit: cover;
      }
     .mision-image3 {
       width: 200px;
       height: auto;
       max-width: 100%;
       flex-wrap: wrap;
       object-fit: cover;
       display: block;
      }
    .conocenos-image {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
    }
    } 

@media screen and (max-width: 320px) {
    h1{
        font-size: 1.2;
        } 
    .logo img
    {height: 60px;
    }
    .conocenos-title h2{
        font-size: 36px;
    } 
    .conocenos-title img{
        height: 36px;
    } 
    .mision-image img{
        width: 150px;
      }
      .mision-image2 img{
       width: 150px;
      }
      .mision-image3 img{
       width: 150px;
      }
}
