
.imgcard{
    width: 100%;
}
.benef {
    min-height: 246px;
}
.head2{
    width: 100%;
}
.responsive-img{
    max-width: 100%;
}
.ini{
    margin-top: 65px;
}
.Contenedor{
    margin-right: 25px;
    margin-left: 25px;
    position: relative;
}
.Separador{
    margin-right: 7%;
    margin-left: 7%;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}
/*********Cosas del menu*********/
.resNav{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    display: none;
}
.resNav img{
    max-height: 50px;
}

/****
Menu Principal
*****/
.mainNav{
    display: flex;
    justify-content: space-between;
    height: 50px;
    max-height: 50px;
}
.mainNav ul{
    display: flex;
}
.mainNav a{
    display: flex;
    min-height: 45px;
    align-items: center;
    font-weight: bold;
    padding: 0 10px;
}
.mainNav i{
    padding-right: 5px;
}
.mainNav .left{
    display: flex;
    align-items: center;
    height: 100%;
}
.mainNav .left img{
    max-height: 45px;
}
.mainNav .left img:nth-child(2){
    max-height: 20px;
    margin-right: 5px;
}

/*********Cosas del Banner*********/
.BannerText{
    position: absolute;
    top:35%;
    left:15%;
    width: 35%;
    min-height: 35%;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.BannerText img{
    height: 40px;
}

.TituloB{
    display: flex;
    justify-content: center;
}
.TituloA{
    display: flex;
    justify-content: center;
}
.Marg{
    margin-top: 5%;
}
.TituloA p{
    position: absolute;
    top: 30%;
}
.TituloB p{
    position: absolute;
    top: 30%;
}

.Flex{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.card{
    max-width: 25%;
    margin: 7px 0;
}
.card2{
    max-width: 30%;
    max-height: 520px;
}
.bluetext{
    padding: 1.5rem;
    min-height: 14rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin-bottom: 2%;
}
.bluetext h6{
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.2rem;
}

.parallax { 
    height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 

.video{
    margin: 50px 0px;
    display: flex;
    justify-content: center;
}

.copy{
    display: flex;
    flex-direction: column;
    background: #212121;
    color: white;
    justify-content: center;
    align-items: center;
}
.copy div{
    min-height: 3rem;
    display: flex;
    align-items: center;
}


.footmenu{
    background:#252525;
    color:#fff;
    display: flex;
    flex-flow: row nowrap;
    padding: 20px;
    justify-content: space-between;
}
.footmenu div{
    flex-basis: 20%;
    /* text-align: justify; */
}
.footmenu div p{
    padding: 10px;
    border-bottom: 2px solid #fff;
    font-family: 'Montserrat';
}
.footmenu div span{
    font-family: 'Jura';
}

@media only screen and (max-width: 600px){
    .imgcard{
        max-width: 272px; 
    }
    /*********Cosas del Banner*********/
    .resNav{
        display: flex;
    }
    .mainNav{
        display: none;
    }
    .Contenedor{
        margin-right: 0px;
        margin-left: 0px;
    }
    .BannerText{
        top:35%;
        left:5px;
        min-height: 0;
        min-width: 0;
        width: 80%;
    }
    .BannerText p, .BannerText a{
        display: none;
    }
    .Flex{
        flex-flow: column wrap;
    }
    .card{
        display: flex;
        min-width: 100%;
        border-bottom: 1px solid #a4a4a4;
    }
    .card2{
        display: flex;
        min-width: 100%;
        border-bottom: 1px solid #a4a4a4;
    }
    .card2 img{
        height: 150px;
    }
    .card img{
        height: 200px;
    }
    .bluetext{
        min-height: 5rem;
    }
    .footmenu{
        flex-flow: column wrap;
        
    }
    .parallax{
        height: 100px;
    }
    .TituloA p{
        font-size:1rem;
    }
}
@media only screen and (min-width: 601px) and (max-width: 992px){
    .imgcard{
        max-width: 350px; 
    }
    .mainNav img:nth-child(1){
        display: none;
    }
    .hideMedium{
        display: none;
    }
    .BannerText{
        top: 25%;
        left:100px;
        min-width: 50%;
        min-height: 50%;
    }

    .Flex{
        flex-flow: column wrap;
    }
    .card{
        display: flex;
        min-width: 100%;
        border-bottom: 1px solid #a4a4a4;
    }
    .card img{
        height: 200px;
    }
    .card2{
        display: flex;
        min-width: 100%;
        border-bottom: 1px solid #a4a4a4;
    }
    .card2 img{
        height: 200px;
    }
    .bluetext{
        min-height: 203px;
    }
    .footmenu{
        flex-flow: column wrap;
    }
    .parallax{
        height: 150px;
    }
    .benef{
        min-height: 275px
    }
}