/* reglas
selectores
declaraciones
propiedades
valores */


/* seletor de etiqueta  header - section - article - nav */


/* header {
  background: pink;
  color: red
} */


/* selector descendente  */


/* body header div nav ol li a  */


/* selector de clase . */


/* .link */


/* selector de id # */


/* #portafolio */


/* gris oscuro = #1d252c */


/* gris claro = #626262 */


/* background gris = #1b2127 */


/* celeste = #026fff */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts//icomoon.eot?hnoloj');
    src: url('../fonts/icomoon.eot?hnoloj#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?hnoloj') format('truetype'), url('../fonts/icomoon.woff?hnoloj') format('woff'), url('../fonts/icomoon.svg?hnoloj#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: "\e900";
}

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; */
}

h1 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: -.2px;
    color: white;
    margin: 0;
    /* margin: 100px 150px 70px 30px; */
    /* text-transform: uppercase; */
    /* text-decoration: dashed; */
}

.h1-titulo-servicios {
    color: #056fff;
}

h1 strong {
    color: #026fff;
}

h2 {
    color: #026fff;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
}

.hero {
    height: auto;
    /* background-image: url('../images/hero.jpg'); */
    background-color: #1565b5;
    /* background-size: 500px 300px; */
    /* background-repeat: no-repeat; */
    /* background-position-x: right; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.back {
    background-image: url(../images/back-menu.png);
    background-color: #1b2127;
}

.back1 {
    background-image: url(../images/back-menu.png);
    background-color: #0c79e6;
}

.hero-contact {
    background-color: #000000;
    /* background-size: 500px 300px; */
    /* background-repeat: no-repeat; */
    background-position-x: right;
}

.hero-image {
    object-fit: cover;
    border-radius: 2px;
    vertical-align: 10px;
}

.bg-h1 {
    background: #0b64bda1;
    padding: 2%;
    border-radius: 0px 0px 50px 0px;
}

.servicios {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h1-servicios {
    color: #026fff;
    text-transform: uppercase;
    font-size: 76px;
    font-weight: 400;
    line-height: 100%;
}

.h3-servicios {
    color: #026fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 3.6px;
}

.servicios-footer {
    background-image: url(../images/back-menu.png);
    height: 300px;
    margin-top: 1%;
    background-position-x: center;
    display: flex;
    flex-wrap: wrap;
}

.h1-servicios-footer {
    color: #1565b5;
    font-weight: 400;
}

.portfolio {
    background: #fafafa;
    padding: 20px;
    /* background: red; */
}

.project {
    /* border-top: 10px solid red;
  border-right: 10px solid green;
  border-left: 10px solid orange;
  border-bottom: 10px solid pink; */
    /* color: blue; */
    /* border-top-color: red;
  border-top-width: 15px;
  border-top-style: solid; */
    border: 1px solid #f4fbff;
    box-shadow: 5px 5px 5px 2px rgba(0, 0, 0.1, 0.5);
    border-radius: 10px;
    /* border-top-left-radius: 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
    /* margin: 10px; */
    margin-bottom: 15px;
    /* margin-right
  margin-left 
  margin-top */
    padding: 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-course,
.project-date,
.project-url {
    margin: 10px 0;
}

.project-description {
    font-size: 20px;
}

.project strong {
    font-family: 'Fjalla One', sans-serif;
}


/* .project-date {
  margin: 10px 0;
} */

.project-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}

.project-details {
    width: 50%;
}

.project-imageContainer {
    width: 50%;
}

.project-imageContainer img {
    max-width: 100%;
}

.header {
    background-color: #ffffff;
    background-image: url('../images/back-menu.png');
    background-repeat: no-repeat;
    color: white;
    display: flex;
    /* height: 70px; */
    height: 250px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-hero {
    background-color: #000000;
    background-image: url('../images/back-menu.png');
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #f4fbff;
    justify-content: space-between;
    flex-wrap: wrap;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* .header a {
  
  height: 40px;
  font-size: 2em;
  
} */

.menu.is-active {
    left: 0;
}

.header ol {
    display: flex;
    height: inherit;
}

.header ol li {
    height: inherit;
}

.header a {
    color: white;
    display: flex;
    align-items: center;
    height: inherit;
    padding: 0 10px;
    text-decoration: none;
    
}

.flexbox {
    display: flex;
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
    /* flex-direction: column; */
}

.box {
    width: 50px;
    height: 50px;
    margin: 5px;
    border: 1px solid red;
    flex-shrink: 0;
}
.contactanos{
    background-image: url(../images/fondo9.jpg);
    background-repeat: no-repeat;
    height: 500px;
}
.footer {
    color: white;
    background-color: #1b2127;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer img {
    vertical-align: middle;
}

.footer a {
    color: white;
}

.event-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background-color: #313030;
}

.event-list-title {
    margin-left: 20px;
}

.event {
    margin: 1%;
    width: 48%;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #007bff;
    box-shadow: 5px 5px 5px 2px rgba(0, 0, 0.1, 0.5);
}

.event img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.event-detail {
    margin: 20px 40px;
    margin-top: -40px;
    background-color: white;
    position: relative;
    padding: 20px;
    text-align: center;
    border-radius: 50px 0px 0px 8px;
    box-shadow: 5px 5px 5px 2px rgba(68, 68, 68, 0.5);
}

.event-description {
    text-align: left;
}

.event-url {
    color: #056fff;
    border: 1px solid;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 5px;
}
.cont-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background-image: url(../images/fondo9.jpg);
    background-repeat: no-repeat;
    
}

.cont-list-title {
    margin-left: 20px;
}

.cont {
    margin: 1%;
    width: 48%;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    
}
.cont img {
    
    height: 50px;
    object-fit: cover;
}
.social-icons2 li {
    margin-top: 5px;
    /* vertical-align: top; */
    display: block;
    font-size: 24px;
    padding: 0.5em;
  }

.contact {
    background-color: #21221f;
    background-image: url(../images/back-menu.png);
    color: white;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social {}

.galeria {
    border: blue 5px solid;
    border-radius: 10px;
    cursor: url(../images/galeria.png), url(cursor.cur), pointer;
}

.galeria:hover {
    box-shadow: 0 0 5px #fafafa;
    border: rgb(2, 133, 255) 5px solid;
    /* filter: blur(5px); */
    filter: grayscale(80%);
}

.b {
    border: blue 1px solid;
}

.social-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    background-size: 50px 50px;
}

.social-link.telefono {
    background-image: url('../images/telefono.svg');
}

.social-link.correo {
    background-image: url('../images/correo.svg');
}

.social-link.facebook {
    background-image: url('../images/facebook.svg');
}

.social-link.instagram {
    background-image: url('../images/instagram.svg');
}

.social-link.whatsapp {
    background-image: url('../images/whatsapp.svg');
}


/* 
.menu2-link {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0 10px;
  background-size: 80px 80px;
}

.menu2-link.inicio {
  background-image: url('../images/inicio.png');
}
.menu2-link.nosotros {
  background-image: url('../images/nosotros.png');
}
.menu2-link.servicios {
  background-image: url('../images/servicios.png');
}
.menu2-link.galeria {
  background-image: url('../images/galeria.png');
}
.menu2-link.contacto {
  background-image: url('../images/contacto.png');
}
 */

.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: transparent;
    color: white;
    padding: 10px 0;
    border-radius: 5px;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-email h3 {
    font-family: 'Source Sans Pro', sans-serif;
}

.container {
    /* border: 1px solid red; */
    /*width: 1000px;*/
    max-width: 1440px;
    /* width: 100%; */
    flex: 1;
    margin: 0 auto;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    height: inherit;
    flex-wrap: inherit;
}

.html-video {
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

.youtube-video {
    /* width: 100%;
  height: auto; */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexible-video {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: red;
    position: relative;
}

.burguer-button {
    width: 40px;
    height: 40px;
    border-radius: 6%;
    background-color: rgba(11, 87, 226, 0.658);
    display: none;
    line-height: 40px;
    text-align: center;
    position: fixed;
    z-index: 4;
    left: 5px;
    top: 5px;
    color: #fafafa;
    font-size: 30px;
}

.menu {
    position: fixed;
    z-index: 5;
    right: 5%;
}


/*recomendacion si vas a hacer desktop first empezar de mq mas grande*/

@media screen and (max-width:2300px) {
    .event-list-title {
        margin-left: 0;
    }
    .container {
        padding: 0 1em;
    }
    .hero {
        height: auto;
        position: relative;
        overflow: hidden;
        padding: 2em;
    }
    .hero-image {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
    }
    h1 {
        font-size: 2em;
        z-index: 2;
    }
}


/*MQ PARA MAXIMO 768 PX para resoluciones mas bajitas del ipad*/

@media screen and (max-width:769px) {
    h2 {
        font-size: 1.1em;
        margin: .5em 0;
    }
    .menu {
        position: fixed;
        background-color: rgba(15, 126, 218, 0.9);
        z-index: 3;
        top: 0;
        left: -100vw;
        width: 100vw;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        ;
    }
    .header a {
        color: white;
        height: 40px;
        font-size: 2em;
        text-decoration: underline;
        margin: 25px;
    }
    .burguer-button {
        display: block;
    }
    .header {
        display: block;
        height: auto;
    }
    .header ol {
        display: initial;
    }
    .header ol li {
        height: 50px;
    }
    .header a {
        justify-content: center;
    }
    .header .logo {
        text-align: center;
    }
    .project {
        display: block;
    }
    .project-imageContainer {
        width: auto;
        text-align: center;
    }
    .project-details {
        width: auto;
        font-size: 18px;
    }
    .project-course,
    .project-date,
    .project-url {
        margin: .4em 0;
    }
    .project-title {
        font-size: 1.5em;
        margin-bottom: .3em;
    }
    .project-url {
        font-size: 1em;
    }
    .project-course {
        font-size: .7em;
    }
    .project-date {
        font-size: 1.2em;
    }
    .project-description {
        font-size: 1em;
    }
    .event {
        width: auto;
        flex-shrink: initial;
    }
    .cont{
        width: auto;
        
    }
    .event img {
        width: 100%;
    }
    .event-detail {
        margin: -2em .5em .5em;
        padding: 1em;
    }
    .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;
    }
}


/*MQ PARA MAXIMO 480 PX*/

@media screen and (max-width:480px) {
    .social-link {
        width: 40px;
        height: 40px;
        margin: 0 10px;
        background-size: 100%;
    }
    h1 {
        font-size: 1.5em;
    }
    .project-details {
        width: auto;
        font-size: 15px;
    }
    .h1-servicios {
        color: #026fff;
        text-transform: uppercase;
        font-size: 68px;
        font-weight: 400;
        line-height: 100%;
    }
    .h3-servicios {
        color: #026fff;
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 3.6px;
    }
    .text-contact{
        font-size: 16px;
    }
}


/*MQ PARA MAXIMO 320 PX*/

@media screen and (max-width:320px) {
    .h1-servicios {
        color: #026fff;
        text-transform: uppercase;
        font-size: 58px;
        font-weight: 400;
        line-height: 100%;
    }
    .h3-servicios {
        color: #026fff;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 3.6px;
    }
    h1 {
        font-size: 1em;
    }
    .hero {
        padding: 2em 1em;
    }
    .bg-h1 {
        background: #0b64bda1;
        padding: 5%;
        border-radius: 0px 0px 10px 0px;
    }
    .social-link {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 10px;
        background-size: 30px 30px;
    }
    .social-link.telefono {
        background-image: url('../images/telefono.svg');
    }
    .social-link.correo {
        background-image: url('../images/correo.svg');
    }
    .social-link.facebook {
        background-image: url('../images/facebook.svg');
    }
    .social-link.instagram {
        background-image: url('../images/instagram.svg');
    }
    .social-link.whatsapp {
        background-image: url('../images/whatsapp.svg');
    }
}