@import url(//db.onlinewebfonts.com/c/58862b5f5172c3609c9b0ced6da89b12?family=Calisto+MT);
@font-face {
	font-family: 'BRLNSR';
	src: url('./BRLNSR.eot');
	src: local('BRLNSR'), url('./BRLNSR.woff') format('woff'), url('./BRLNSR.ttf') format('truetype');
}



:root{
    --maincolor: rgb(103, 162, 179);
    --black: #13131a;
    --bg: #ffffff;
    --border: .1rem solid rgba(189, 189, 189, 0.3);
}

* {
    font-family: 'Calisto MT', sans-serif;
    box-sizing: border-box;
    margin: 0; padding: 0;
    outline: none; border: none;
    text-decoration: none;
    transition: .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: .8rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: #ffffff;
    border-radius: 5rem;
}

body {
    background-color: rgba(28, 73, 86, 1);
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v20H0V0zm10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm20 0a7 7 0 1 0 0-14 7 7 0 0 0 0 14zM10 37a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm10-17h20v20H20V20zm10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14z' fill='%230b1d22' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

section{
    padding: 1rem 7%;
}

.heading{
    text-align: center;
    color:#ffffff;
    padding-bottom: 3.5rem;
    font-size: 5rem;
}

.heading span{
    color:rgb(103, 162, 179);
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding:.9rem 3rem;
    font-size: 1.7rem;
    color:#fff;
    background: rgb(103, 162, 179);
    cursor: pointer;
}

.btn:hover{
    letter-spacing: .2rem;
}

.header{
    background: rgb(4, 43, 54);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 7%;
    border-bottom: var(--border);
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index:1000;
}

.header .logo img{
    height: 5rem;
}

.header .navbar a{
    margin:0 1rem;
    font-size:1.6rem;
    font-family: 'BRLNSR', sans-serif;
    color: #ffffff
}

.header .navbar a:hover{
    color:rgb(103, 162, 179);
    border-bottom: .1rem solid rgb(103, 162, 179);
    padding-bottom: .5rem;
}

.header .icons div{
    color:#fff;
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 2rem;
}

.header .icons div:hover{
    color: rgb(103, 162, 179);
}

#menu-btn{
    display: none;
}

.header .search-form{
    position: absolute;
    top:115%; right: 7%;
    background: #fff;
    width: 50rem;
    height: 5rem;
    display: flex;
    align-items: center;
    transform: scaleY(0);
    transform-origin: top;
}

.header .search-form.active{
    transform: scaleY(1);
}

.header .search-form input{
    height: 100%;
    width: 100%;
    font-size: 1.6rem;
    color:var(--black);
    padding:1rem;
    text-transform: none;
}

.header .search-form label{
    cursor: pointer;
    font-size: 2.2rem;
    margin-right: 1.5rem;
    color:var(--black);
}

.header .search-form label:hover{
    color:var(--maincolor);
}

.HOME{
    min-height: 100vh;
    display: flex;
    align-items: center;
    margin-top: 1.6rem;
    background-size: cover;
    background-position: center;
}

.HOME .container{
    flex: 1 1 45rem;
}

.HOME .container{
    color: #000000;
    background-color: rgba(255, 255, 255, 1);
    align-items: center;
    margin: 0 auto;
    margin-top: 5rem;
    border-radius: 1rem;
}

.HOME .container .cover {
    display: flex;
    max-height: 26rem;
    margin: auto;
    border-radius: 1rem
}

.HOME .container .cover img{
    flex:1 1 45rem;
    width:100%;
    border-radius: 1rem
}

.presentation1 h3 {
    font-family: 'Calisto MT', sans-serif;
    font-size: 2rem;
    width: 90%;
    height: max-content;
    margin: auto;
    margin-top: 1rem;
    text-align-last: center;
}
.presentation1 h3 {
    line-height: 2.5rem;
}

.presentation1 p {
    font-family: 'Calisto MT', sans-serif;
    font-size: 1.8rem;
    width: 90%;
    height: max-content;
    margin: auto;
    text-align-last: center;
}
.presentation1 p {
    line-height: 2rem;
}

.presentation2 h3 {
    font-family: 'Calisto MT', sans-serif;
    font-size: 2.2rem;
    width: 90%;
    height: max-content;
    margin: auto;
    text-align-last: center;
}
.presentation2 h3 {
    line-height: 2.5rem;
}

.presentation3 h3{
    font-family: 'BRLNSR', sans-serif;
    font-size: 2.5rem;
    color: rgb(78, 170, 196);
    width: 90%;
    height: max-content;
    margin: 0 auto;
    text-align-last: left;
}
.presentation3 p {
    line-height: 2.5rem;
}

.fourstages {
    align-items: center;
    display: flex;
}

.fourstages img{
    width: 100%;
    flex: 1 1 45rem;
    padding: 1rem;
}

.nosotros .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 1rem;
    padding: 2rem;
}

.nosotros .row .crewimage {
    flex:1 1 45rem;
    padding: 1rem;
}

.nosotros .row .crewimage img{
    width:80%;
    margin-left: 5rem;
}

.nosotros .row .content{
    flex:1 1 45rem;
    padding: 1rem;
    background: rgba(42, 112, 131, 0.6);
    border-radius: 1rem;
}

.nosotros .row .content h3{
    font-size: 2.5rem;
    font-family: 'BRLNSR', sans-serif;
    color: #ffffff;
    }

.nosotros .row .content p{
    font-size: 2rem;
    color:rgb(147, 216, 235);
    padding: 1rem 0;
    line-height: 1.8;
}

.dia .diadia{
    min-height: 85vh;
    display: flex;
    align-items: center;
    background:url(../img/blog.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.dia .diadia .content{
    max-width: 85rem;
    background: rgba(28, 73, 86, 0.8);
}

.dia .diadia .content h3{
    font-size: 3rem;
    text-transform: uppercase;
    color:#fff;
}

.dia .diadia .content p{
    font-size: 1.8rem;
    font-weight: lighter;
    line-height: 1.8;
    padding:1rem 0;
    color:#eee;
}

.dia .row{
    margin-top: 5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    padding: 2rem;
}

.dia .row .image {
    flex:1 1 45rem;
    padding: 1rem;
}

.dia .row .image img{
    width:80%;
    margin-left: 5rem;
}

.dia .row .info{
    flex:1 1 45rem;
    padding: 1rem;
    background: rgba( 0, 0, 0, 0.6);
    border-radius: 1rem;
}

.dia .row .info p{
    font-size: 2rem;
    color:rgb(136, 200, 218);
    padding: 1rem 0;
    line-height: 1.8;
}

.dia .commands h3{
    font-size: 2rem;
    font-family: 'Calisto MT', sans-serif;
    font-weight: lighter;
    color: var(--black);
}

.dia .commands{
    padding: 1rem;
    background: rgb(255, 255, 255);
    border-radius: 1rem;
    text-align: center;
}

.dia .box-container{
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap:1rem;
}

.dia .box-container .box{
    padding: 4rem;
    text-align: center;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.6);
    border: 0.5rem dotted rgb(78, 170, 196);
    border-radius: 1rem;
}

.dia .box-container .box img{
    height: 10rem;
}

.dia .box-container .box h3{
    color:rgb(255, 255, 255);
    font-size: 1.3rem;
    padding: 0.6rem 0;
}

.dia .box-container .box:hover{
    background: var(--maincolor);
}

.en-sociedad .content{
    font-size: 2rem;
    padding: 1rem;
    background: rgb(255, 255, 255);
    border-radius: 1rem;
    text-align: center;
}

.en-sociedad .box-container{
    padding: 1.5rem;
}

.en-sociedad .box-container img{
    width: 100%;
}

.en-escena .content{
    padding: 2rem;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 1rem;
}

.en-escena .content h3{
    font-size: 2rem;
}

.en-escena .box-container{
    padding: 1.5rem;
}

.en-escena .box-container img{
    width: 100%;
}

/* 
.organizacional{
    min-height: 100vh;
    display: flex;
    align-items: center;
    margin-top: 1.6rem;
    background-size: cover;
    background-position: center;
}
*/

.organizacional .content{
    padding: 2rem;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 1rem;
}

.organizacional .content h3{
    font-size: 2rem;
}

.organizacional .box-container{
    padding: 1.5rem;
}

.organizacional .box-container img{
    width: 100%;
}

.organizacional .box-container .box{
    border: 0.5rem  var(--bg);
    text-align: center;
    font-size: 2rem;
    font-family: 'Calisto MT', sans-serif;
    padding: 3rem 2rem;
    border-radius: 1rem;
    width: max-content;
    background: rgba(73, 185, 216, 0.7);
}

.organizacional .box-container .box img{
    height: 17rem;
    padding: 0.5rem;
}

.organizacional .box-container .box .video{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
}

.organizacional .box-container .box .video img{
    height: 5rem;
}

.organizacional .box-container .box .info{
    margin-top: 0.5rem;
}

.contacto img{
    width: 100% ;
}
.contacto .row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
    background: rgba( 0, 0, 0, 0.6);
    flex-wrap: wrap;
    gap:1rem;
    border-radius: 1rem;
}

.contacto .row img{
    flex:1 1 45rem;
    width: 100%;
    padding: 5rem;
}

.contacto .row .form form{
    flex:1 1 45rem;
    padding:5rem 2rem;
    text-align: center;
}

.contacto .row .form form h3{
    font-size: 3.5rem;
    color:rgb(255,255,255);
}

.contacto .row .form form .inputBox{
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: rgb(109, 202, 228);
    border:var(--border);
}

.contacto .row form .inputBox span{
    color:#fff;
    font-size: 2rem;
    padding-left: 2rem;
}

.contacto .row form .inputBox input{
    width: 100%;
    padding:2rem;
    font-size: 1.7rem;
    color:#fff;
    text-transform: none;
    background:none;
}

.footer{
    background: rgb(4, 43, 54);;
    text-align: center;
}

.footer .share{
    padding:1rem 0;
}

.footer .share a{
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    color:#fff;
    border:var(--border);
    margin:.3rem;
    border-radius: 50%;
}

.footer .share a:hover{
    background-color: var(--maincolor);
}

.footer .links{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding:1rem 0;
    gap:1rem;
}

.footer .links a{
    padding:.7rem 2rem;
    color:#fff;
    border:var(--border);
    font-size: 1.6rem;
}

.footer .links a:hover{
    background:var(--maincolor);
}

.footer .credit{
    font-size: 2rem;
    color:#fff;
    font-weight: lighter;
    padding:0.5rem;
}

/* Formacion */
.nosotros2 .heading{
   margin-top: 6rem;
}

.nosotros2 .box-container{
    font-size: 2rem;
    color: var(--black);
    background: var(--bg);
    text-align: center;
    border-radius: 1rem;
    margin-top: 2rem;
    padding: 1rem;
}

.nosotros2 .crewimage img{
    width: 100%;
    border-radius: 1rem;    
}

.nosotros2 .who img{
    max-height: 15rem;
}

.nosotros2  .who p{
    text-align: left;
}

.nosotros2 .box-container .content{
    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
    flex-wrap: wrap;
    font-size: 2rem;
}

/* Blog */

.recientes .title .heading{
    margin-top: 8rem;
}

.recientes .back img{
    width: 100%;
    margin-bottom: 5rem;
}

.recientes .subtitle .heading{
    text-align: left;
    font-size: 3.5rem;
}

.recientes .commands{
    padding: 1rem;
    background: rgb(255, 255, 255);
    border-radius: 1rem;
    text-align: left;
    font-size: 1.6rem;
}

.cla .subtitle .heading{
    text-align: left;
    font-size: 3.5rem;
    margin-top: 3rem;
}
.cla .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    padding: 1rem;
}

.dia .row .image {
    flex:1 1 45rem;
    padding: 0.2rem;
}

.cla .row .image img{
    width:80%;
    margin-left: 5rem;
}

.cla .row .info{
    flex:1 1 45rem;
    padding: 0.5rem;
    background: rgba( 0, 0, 0, 0.6);
    border-radius: 1rem;
}

.cla .row .info p{
    font-size: 1.8rem;
    color:rgb(136, 200, 218);
    padding: 1rem 0;
    line-height: 1.8;
}

.cla .commands h3{
    font-size: 2rem;
    font-family: 'Calisto MT', sans-serif;
    font-weight: lighter;
    color: var(--black);
}

.cla .commands{
    padding: 1rem;
    background: rgb(255, 255, 255);
    border-radius: 1rem;
    text-align: center;
}

.cla .box-container{
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap:1rem;
}

.cla .box-container .box{
    padding: 4rem;
    text-align: center;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.6);
    border: 0.3rem dotted rgb(78, 170, 196);
    border-radius: 1rem;
}

.cla .box-container .box img{
    height: 10rem;
}

.cla .box-container .box h3{
    color:rgb(255, 255, 255);
    font-size: 1.3rem;
    padding: 0.6rem 0;
}

.cla .box-container .box:hover{
    background: var(--maincolor);
}

.title{
    margin-top: 5rem;
    padding: 2rem;
}

.title img{
    width: 100%;
}

.subtitle h1{
    text-align: left;
    font-size: 3rem;
    padding: 2rem;
}

.public{
    background: rgb(255,255,255);
    padding: 2rem;
    border-radius: 1rem;
    font-size: 1.5rem;
}

/* ARTICLES */

.blogpad .article {
    background: rgb(255,255,255);
    border-radius: 1rem;
    font-size: 2rem;    
}

.blogpad .article .vineta img{
    width: 100%;
    border-radius: 1rem;
}

.blogpad .article .box-container{
    display: flex;
}

.blogpad .article .box-container .titulo {
    text-align: center;
    flex: 1 1 45rem;
}

.blogpad .article .titulo img{
    height: 5rem;
}

.blogpad .article p{
    padding: 5rem;
}

.blogpad .article h3{
    padding: 5rem;
    text-align: center;
    color: rgb(78, 170, 196);
}

.blogpad .article .body .video{
    align-content: center;
    padding: 5rem;
}

.blogpad .article .body img{
    width: 100%;
    padding: 5rem;
}

.blogpad .article .body .hola img{
    width: 100%;
    padding: 5rem;
}

.blogpad .postales {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap:1rem;
    flex-wrap: wrap;
    padding: 2rem;
}

.blogpad .postales img{
    width: 100%;
}

.prueba{
    background: #000000;
}













/* media queries  */
@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .header{
        padding:1.5rem 2rem;
    }

    section{
        padding:2rem;
    }

}

@media (max-width:768px){

    #menu-btn{
        display: inline-block;
    }

    .header .navbar{
        position: absolute;
        top:100%; right: -100%;
        background: #fff;
        width: 30rem;
        height: calc(100vh - 9.5rem);
    }

    .header .navbar.active{
        right:0;
    }

    .header .navbar a{
        color:var(--black);
        display: block;
        margin:1.5rem;
        padding:.5rem;
        font-size: 2rem;
    }

    .header .search-form{
        width: 90%;
        right: 2rem;
    }

    .home{
        background-position: left;
        justify-content: center;
        text-align: center;
    }

    .home .content h3{
        font-size: 4.5rem;
    }

    .home .content p{
        font-size: 1.5rem;
    }

}

@media (max-width:450px){

    html{
        font-size: 50%;
    }

}