* {
    padding: 0;
    margin: 0;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500');


.wrapper {
    width: 100%;
    text-align: center;
    height: 325px;
    top: 50%;
    margin-top: -162px;
    position: absolute;
}

a {
    display: inline-block;
    cursor: pointer;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease
}

#c-yes {
    -webkit-transition:all .1s ease;
    -moz-transition:all .1s ease;
    -ms-transition:all .1s ease;
    -o-transition:all .1s ease;
    transition:all .1s ease
}

.redes-sociales {
    top: 30px;
    right: 10%;
    position: absolute;
}

.redes-sociales a {
    cursor: pointer;
    background-image: url(images/rs.png);
    display: inline-block;
    margin-left: 6px;
}

a.fb {
    background-position: -30px 0px;
    height: 30px;
    width: 16px;
}

a.twitter {
    background-position: -46px 0px;
    height: 30px;
    width: 30px;
}

a.in {
    background-position: 0 0;
    height: 30px;
    width: 30px;
}

.logo {
    background-image: url(images/logo.png);
    width: 392px;
    height: 130px;
    margin: auto;
    display: inline-block;
}



body {
    font-family: Roboto;
    background-color: #06544a;
    background-image: url(images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

#services {
    margin: 50px 0;
    font-size: 24px;
    text-align: center;
    width: 100%;
    color: white;
    font-weight: 100;
    min-height: 28px;
}

.btn-white {
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
    border: 2px white solid;
    border-radius: 7px;
    margin: 0px 10px 20px 10px;
    min-width: 80px;
}

.btn-white:hover, .btn-white.active {
    background: white;
    color: #21823f;
    font-weight: 400;
}

.text-add {
    color: white;
    font-size: 13.5px;
    font-weight: 100;
    text-align: center;
    margin-top: -9px;
}


.form {
    margin: auto;
    height: 100vh;
    display: none;
}

.circle {
    background: #2d2d2d;
    background-image: url(images/bg-gray.jpg);
    background-repeat: repeat;;
    border-radius: 920px;

    /*width: 920px;
    height: 920px;
    margin-top: -460px;
    margin-left: -460px;*/

    width: 0px;
    height: 0px;
    margin-top: 0px;
    margin-left: 0px;

    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0;
    
    /*-webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;*/
}

.circle.active {
    width: 920px;
    height: 920px;
    margin-top: -460px;
    margin-left: -460px;
}

.form .close {
    color: #7d7b7b;
    font-size: 50px;
    font-weight: 100;
    right: 30%;
    top: 12%;
    position: absolute;
}

.wrap-form {
    width: 100%;
    text-align: center;
    height: 150px;
    top: 50%;
    margin-top: -80px;
    position: absolute;
}

.form4 {
    height: 240px;
    top: 50%;
    margin-top: -120px;
}

.thanks {
    height: 180px;
    top: 50%;
    margin-top: -90px;
}

.thanks .t1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin: 0px;
}

.thanks .t2 {
    font-weight: 100;
    font-size: 30px;
    margin: 4px 0 0 0;
}

.thanks .t3 {
    font-weight: 100;
    font-size: 19px;
    line-height: 24px;
    margin: 20px 0;
}

input[type="text"] {
    background: transparent;
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    height: 32px;
    line-height: 32px;
    padding: 0;
    border: 2px white solid;
    border-radius: 7px;
    margin: 0 10px 25px 10px;
    width: 370px;
}

input[type="text"]::-webkit-input-placeholder {
    color: #7c7c7c;
}

.wrap-form p {
    font-weight: 100;
    font-size: 28px;
    text-align: center;
    color: white;
    margin: 25px 0;
}

.logo-bottom {
    background-image: url(images/logo.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 181px;
    height: 60px;
    margin: auto;
    cursor: none;
    left: 50%;
    margin-left: -91px;
    bottom: 40px;
}

.form2, .form3, .form4, .thanks {
    display: none;
}

#txtEmail2 {
    display: none;
}

.msg {
    font-size: 13px;
    font-weight: 100;
    color: #4dce4d;
}

@media screen and (max-width: 480px) {
    #services {
        min-height: 58px;
    }
}

@media screen and (max-width: 480px) {

    .logo {
        width: 302px;
        height: 100px;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .wrapper {
        width: 90%;
        padding: 0 5%;
    }

    .wrap-form {
        width: 90%;
        padding: 0 5%;
    }

    #txtEmail {
        display: none;
    }

    #txtEmail2 {
        display: block;
        margin: 0 auto 10px auto;
        width: 270px;
    }

    .form .close {
        right: 10%;
    }

}

@media screen and (max-width: 360px) {
    .logo {
        width: 257px;
        height: 85px;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    #services {
        font-size: 21px;
        min-height: 50px;
    }

    .form2 {
        margin-top: -120px;
    }

    .form3, .form4 {
        margin-top: -140px;
    }

}

