/**/
::-webkit-input-placeholder{color:#ccc !important}
:-moz-placeholder{color:#ccc !important}
::-moz-placeholder{color:#ccc !important}
:-ms-input-placeholder{color:#ccc !important}
/**/

/**/
.titulo-whatsapp-com-fundo{
    font-size: 30px;
    color: #555;
    line-height: 30px;
    font-weight: 700;
    max-width: 1200px;
    margin: 0 auto -10px;
    position: relative;
    text-align: center;
    -webkit-transform: rotate(1deg);
    transform: rotate(-1deg);
}
/**/

/**/
.detalhe-1{width: 100%; height: 40px; overflow: hidden; position: relative;}
.detalhe-1:before{width: 1930px; height: 50px; content: ""; background-color: #ff7600; position: absolute; right: -10px; top: 23px; -webkit-transform: rotate(-1deg); transform: rotate(-1deg);}

.detalhe-2{width: 100%; height: 40px; overflow: hidden; position: relative;}
.detalhe-2:before{width: 1930px; height: 50px; content: ""; background-color: #ff7600; position: absolute; left: -10px; bottom: 23px; -webkit-transform: rotate(-1deg); transform: rotate(-1deg);}
/**/

/**/
.camada-whatsapp-com-fundo{
    width: 100%;
    background-color: #005498;
    background-image: url(fundo-formulario-whatsapp.jpg);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 10px 40px 10px;
    position: relative;
}

.previa-plantao-e-whats{
    max-width: 800px;
    height: auto;
    margin: 0 auto 0;
    text-align: center;
}
#wrapper .previa-plantao-e-whats p{
    font-size: 21px;
    margin: 0 0 30px 0;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
}

.camada-plantao-e-whats{
    max-width: 1200px;
    height: auto;
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
}

.plantao{
    width: 100%;
    height: auto;
    padding: 0 10px 20px 10px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    text-align: center;
}

#wrapper .plantao h2{
    background-color: #ff7600;
    box-shadow: 10px 0 0 0 #ff7600, -10px 0 0 0 #ff7600;
    text-align: center;
    position: relative;
    color: #fff;
    padding: 13px 0;
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 700;
}

#wrapper .plantao h2 img{
    height: 22px;
    display: inline;
    position: relative;
    top: 2px;
}

#wrapper .plantao a{
    color: #ff7600;
    text-decoration: none;
    font-weight: 700;
    padding: 0;
    font-size: 50px;
    display: inline-block;
}
#wrapper .plantao a:hover{color: #4caf50;}

#wrapper .lista-vantagens{
    width: 100%;
    margin: 10px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;
    padding: 0 20px;
}
#wrapper .lista-vantagens ul{
    width: 100%;
    margin: 0;
}
#wrapper .lista-vantagens ul li{
    font-size: 16px;
    line-height: 20px;
    color: #666;
    font-weight: 700;
    margin: 0;
    list-style: none;
    background-image: url(icone-lista-vantagens.svg);
    background-position: 0 13px;
    background-repeat: no-repeat;
    background-size: 12px;
    padding: 7px 0 7px 18px;
    text-align: left;
}

.form-whats{
    width: 100%;
    background-color: #fff;
    padding: 0 10px 20px 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

#wrapper .form-whats h2{
    background-color: #4caf50;
    box-shadow: 10px 0 0 0 #4caf50, -10px 0 0 0 #4caf50;
    text-align: center;
    position: relative;
    color: #fff;
    padding: 13px 0;
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 700;
}

#wrapper .form-whats h2 img{
    height: 22px;
    display: inline;
    position: relative;
    top: 2px;
}

#wrapper .form-whats p{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px 0;
}

.form-whats div{padding: 0 10px;}

.form-whats input[type="text"], .form-whats input[type="tel"]{
    height: 52px;
    margin: 0 0 10px 0;
    outline: none;
    padding: 0 0 0 9px;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #ccc;
}

.form-whats #nome{width: 100%;}
.form-whats #ddd-whats{width: 17%; float: left;}
.form-whats #telefone-whats{width: 81%; float: right;}

.form-whats label{display: none !important;}

.form-whats input[type="submit"]{
    height: 52px;
    background-color: #ff9800;
    font-weight: 700;
    border: none;
    padding: 0 80px 0 80px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    border-radius: 50px;
    margin: 20px auto 0;
    display: block;
    font-size: 20px;
    outline: none;
	-webkit-appearance: none;
}
.form-whats input[type="submit"]:hover{background-color: #4caf50;}

.form-whats input.error{border: 2px solid red !important;}
.form-whats input.valid{border: 2px solid #4caf50 !important;}

#form-whats.form-whats .sucesso{
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 40px;
    font-weight: 700;
    color: #4caf50;
    background-color: #e5fff6;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#form-whats.form-whats .falha-envio{
    width: 100%;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    background-color: red;
    margin: 10px 0 0 0;
    border-radius: 5px;
    clear: both;
}

#form-whats.form-whats .loader{
    width: 52px;
    height: 52px;
    background-color: white;
    background-image: url(gif-enviando.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    bottom: 36px;
    margin: 0 0 0 -26px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    display: none;
}

@media(max-width:1200px){
    #wrapper .lista-vantagens{padding: 0 10px;}
}

@media(max-width:950px){
    .titulo-whatsapp-com-fundo{-webkit-transform: rotate(0deg); transform: rotate(0deg); background-color: #005498; color: #fff; margin: 0; padding: 30px 0 0 0;}
    .detalhe-1, .detalhe-2{display: none;}

    .camada-whatsapp-com-fundo{background-image: none; padding: 10px 10px 45px 10px;}

    .camada-plantao-e-whats{display: block;}
    .plantao{width: 100%; margin: 0 0 20px 0; text-align: center;}
    #wrapper .lista-vantagens{display: none;}

    .form-whats{width: 100%;}
    #form-whats.form-whats .sucesso{position: relative; background-color: transparent; padding: 20px 0 0 0;}
}

@media(max-width:767px){
    .titulo-whatsapp-com-fundo{font-size: 22px; line-height: 24px; padding: 25px 10px 0 10px;}

    #wrapper .previa-plantao-e-whats p{font-size: 15px; line-height: 20px;}

    #wrapper .plantao h2{font-size: 18px;}
    #wrapper .plantao h2 img{height: 18px;}
    #wrapper .plantao a{font-size: 36px;}

    #wrapper .form-whats h2{font-size: 18px;}
    #wrapper .form-whats h2 img{height: 18px;}
    #wrapper .form-whats p{max-width: 240px; margin: 0 auto 15px; font-size: 16px;}
    .form-whats #ddd-whats{width: 23%;}
    .form-whats #telefone-whats{width: 74%;}

    #form-whats.form-whats .loader{bottom: 20px;}
}