/*------CSS------*/


/*MAIN LAYOUT*/

body{
    margin: 0px;
    padding: 0px;
    width: 100% !important;

}

header {
    background-color: #f4f4f4;
    height: 445px;
    /*background-image: url(img/picheader.jpg);
    background-position: center -115px;
    background-repeat: no-repeat;
    background-size: cover;*/
    border-top: 20px black solid;
}

main{
    margin-top: 6%;
    margin-bottom: 2%;
    background-color: whitesmoke;
    padding-bottom: 15vh;
    padding-top: 2%;
}

section{}

footer {
    color: #ffff;
    padding: 3%;
    background-color: #282828;
    font-size: 14px;
    /*background-color: #00a059*/
    height: 20vh;
}

header,
main,
section,
footer{
    width: 60%;
}



/*------HEADER----*/

header .logo{
    float: left;
    padding-top:2%;
    padding-left: 4%;
    width:250px;
}

.headerpic{
    width: 100%;
}

.headerpic img{
    width: 100%;
    height: auto;
}

/*-----MAIN & SECTION-----*/

iframe{
    height: 100%;
    width: 100%;
}

main .col-sm-12{
    height: auto;
}

.container-CTA{
    width: 50%;
}

h1 {
    font-size: 65px;
}

h2 {
    padding-bottom: 3%;
    font-size: 50px;
    text-align: center;
    padding-top: 0%;
}

h3 {
    font-size: 30px;
    margin-top: 20px;
}

.iconos {
    display: block;
    margin: auto;
    width: 150px;
}

.section-iconos {
    padding-bottom: 2%;
    padding-top: 2%;
    background-color: #f4f4f4;
}

.spacer-icon{
    display: inline;
}

.info {
    text-align: center;
    font-size: 18px;
}

.button {
    background-color: #96c31e;
    border-color: transparent;
    border-radius: 3rem;
    color: #fff !important;
    padding: 10px 22px 10px 22px;
    text-align: center !important;
    text-decoration: none !important;
    margin-top: 20px;
    width: 80%;
    font-size: 1.4em;
}

.button:hover {
    background-color: #00a059;
}

/*MEDIA QUERY*/

@media screen and (max-width:1600px){
    header,
    main,
    section,
    footer{
        width: 70%;
    }
}

@media screen and (max-width:1500px){
    header,
    main,
    section,
    footer{
        width: 80%;
    }
}

@media screen and (max-width:1300px){
    header,
    main,
    section,
    footer{
        width: 85%;
    }

    header{
        /*! height: 60vh; */
    }
}

@media screen and (max-width:1130px){
    header,
    main,
    section,
    footer{
        width: 100%;
    }

}

@media screen and (max-width:992px){
    iframe{
        height: 30vh;
    }

    .spacer-icon{
        display: none;
    }
}

@media screen and (max-width:830px){
header .logo{
        width: 180px;
        filter: drop-shadow(0px 0px 2px #FFF);
    }
    header{
        height: 35vh
    }
}
@media screen and (max-width:600px){
    header{
        background-position: center center;
        height: 26vh;
    }

    header .logo{
        width: 140px;
        filter: drop-shadow(0px 0px 2px #FFF);
    }
    
    iframe{
        height: 25vh;
    }

    .container-CTA{
        width: 100%;
    }

    main{
        padding-bottom: 20%;
    }

    h3{
        font-size: 22px;
    }

    h2{
        font-size: 36px;
        padding-bottom: 0%;
        padding-top: 3%;
    }

    .section-iconos {
        padding-bottom: 5%;
        padding-top: 3%;
   
    }

    .iconos {
        width: 120px;
    }

    .info{
        font-size: 16px;
    }
}