@charset "utf-8";

section#planos{
    float: left;
    width: 100%;
    background-color: #0060a7;
    padding: 40px 0;
    margin-top: 30px;
}

section#planos h1{
    display: inline-block;
    width: 90%;
    font-size: 30px;
    color: #fff;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

section#planos ul {
    display: inline-block;
    align-items: center;
    width: 250px;
    border-radius: 20px;
}

section#planos ul li {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: 'proximanova-regular', sans-serif;
    padding: 10px 23px;
    margin: 2px -8px;
    border-radius: 20px;
    font-size: 17px;
    word-wrap: break-word;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

section#planos ul li.ativo, section#planos ul li:hover {
    color: #fff;
    background-color: #cc0007;
}

section#planos div.plano{
    display: inline-block;
    width: 200px;
    margin: 30px 10px 0 10px;
}

section#planos div.plano div.cont-plan{
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 0;
    position: relative;
    top: 0;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	transition:.4s;
}

section#planos div.plano:hover div.cont-plan{
    top: -10px;
}

section#planos div.plano span.velocidade{
    display: inline-block;
    width: 90%;
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700;
    color: #b40c13;
    margin-bottom: 10px;
}

section#planos div.plano span.especificacoes{
    display: inline-block;
    width: 90%;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 20px;
    color: #888;
}

section#planos div.plano span.valor{
    display: inline-block;
    width: 50%;
    color: #0060a7;
    margin-top: 15px;
    line-height: normal;
    font-size: 14px;
}

section#planos div.plano span.valor b{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 13px;
}

section#planos div.plano span.valor i{
    display: inline-block;
    vertical-align: top;
}

section#planos div.plano span.valor strong{
    font-size: 30px;
}

section#planos div.plano .assinar{
    display: inline-block;
    padding: 7px 30px;
    font-size: 17px;
    margin-top: 10px;
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	transition:.4s;
}

section#planos div.plano .assinar:hover{
    background-color: #fff;
    color: #0060a7;
}

section#planos p.localidade{
    display: inline-block;
    width: 90%;
    text-align: left;
    font-size: 14px;
    margin-top: 30px;
    color: #fff;
    font-style: italic;
}

div#modal-plano{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999999;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

div#modal-plano form{
    display: inline-block;
    position: relative;
    width: 90%;
    max-width: 500px;
    padding: 30px 0;
    background-color: #fff;
    margin-top: 5%;
}

div#modal-plano form input#check-form{
    display: inline-block;
}

div#modal-plano form label{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
    font-family: 'Panton Black', sans-serif;
}

div#modal-plano form p{
    display: inline-block;
    width: 90%;
    text-align: left;
    font-family: 'gogoposterpunchregular', sans-serif;
    font-size: 25px;
    color: #194681;
    margin-bottom: 10px;
}

div#modal-plano form input, div#modal-plano form select{
    display: inline-block;
    width: 90%;
    height: 30px;
    background-color: #fff;
    margin-top: 10px;
    text-indent: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

div#modal-plano form input#assinar{
    width: 180px;
    height: 35px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    background-color: #194681;
    color: #fff;
    font-size: 18px;
    text-indent: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

div#modal-plano form input#assinar:hover{
    width: 200px;
}

div#modal-plano form ::-webkit-input-placeholder{
    color: #000;
}

div#modal-plano form ::-moz-input-placeholder{
    color: #000;
}

#check-form, #check-form2{
    display: none;
}

#check-form:checked ~ div#modal-plano, #check-form2:checked ~ div#modal-plano{
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 768px){
    section#planos ul {
        width: 520px;
    }

	div#modal-plano form label{
        font-size: 35px;
    }

    div#modal-plano form .m1{
        width: 43%;
        float: left;
        margin-left: 5%;
    }

    div#modal-plano form .m2{
        width: 43%;
        float: right;
        margin-right: 5%;
    }
}

@media screen and (min-width: 1024px){
    section#planos{
        background: url(../imagens/bg-planos.jpg) center top no-repeat;
        background-color: #0060a7;
    }

    section#planos h1{
        font-size: 40px;
    }
}