/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


body {
    background-color: #04589c;
}

section#intro {
    background-image: url('../images/mulheres-bg.jpg');
    background-size: cover;
}

section#oferta {
    background-color: #FFFFFF;
}

section#indique {
    background-color: #04589c;
}

section#todas {
    background-color: #03467d;
}


div#wrapper {
    background: #04589c;
}


#header-wrap {
    background-color: #bacbd3;
	border-bottom: 1px solid #bacbd3;
}


h1, h2, h3, h4 {font-family:"Raleway", "Palatino Linotype", "Century Schoolbook L", "Times New Roman", "serif"; color:#ffffff;
}

p {
	font-family: "Raleway", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 33px!important;
	margin-bottom: 0;		
}


h1 {
    font-size: 36px;
    color: #ffffff;
    line-height: 41px;
}

h2 {
    font-size: 28px;
    color: #ffffff;
    line-height: 40px;
    font-weight: 700;
}

strong {
    font-weight: 800;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-spacing-default {
    letter-spacing: 5px;
}

.btn-lg {
    background-color: #f27c0f;
    padding: 18px 35px;
    font-size: 17px;
}

.btn-p-lg {
    padding: 10px 60px!important;
}

.btn-md {
    background-color: #f27c0f;
    padding: 10px 25px;
    font-size: 16px;
}

.btn-white-md {
    background-color: #FFFFFF;
    padding: 10px 25px;
    font-size: 16px;
    color: #000000!important
}

.btn-size-md {
    width: 315px;
}

.btn-send {
    width: 297px;
}

.btn-sm {
    background-color: #f27c0f;
    padding: 9px 23px;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-size-sm {
    width: 235px;
}

.btn {
	font-weight: 700;
    line-height: 24px;
	text-transform: uppercase;
	color:#FFFFFF;
    border-radius: 15px;
}

.btn:hover {
    color: #FFFFFF;
    background-color: #48a1e6;
}

.font-size-default {
    font-size: 31px;
}

.font-size-sm {
    font-size: 12px;
    line-height: 23px!important;
}

.color-primary {
    color: #b9e5fb!important
}

.color-secondary {
    color: #04589c
}

.img-text {
    width: 115px;
    margin-bottom: 16px;
}

.form-control {
    padding: 10px 30px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    width: 297px;
}

.display-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-copy {
    width: 213px;
    text-align: center;
    background: #ffffff;
    color: #000;
    padding: 10px 30px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 20px;
    margin-left: 12px;
}

.container-copy {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-copy {
    width: 90px;
    height: 50px;
}

#todas p{
    margin-top: 10px
}

button.blue {
    background-color: #3498db;
}

button.green {
    background-color: #2ecc71;
}

button.orange {
   background-color: orangered;
}

.pe-auto {
    cursor: pointer
}

/* ----------------------------------------------------------------
FOOTER BLACK
-----------------------------------------------------------------*/

footer {
    background: #1b1b1b;
}

div#copyrights {
    background: #1b1b1b;
}


#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}


footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
	color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
	line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

p.legal {
    font-size: 13px;
    line-height: 16px !important;	
    margin-top: 35px !important;
    width: 70%;
}

.social-icons {
    margin-bottom: 40px;
}

.chat a {
    color: #ffffff;
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

.w-75, .w-50 {width: 100% !important;}		
#copyrights {padding: 20px 20px;}		
	
}

@media (min-width: 767px) {
    .d-none.d-img-none {
        display: none!important;
    }
}

@media (min-width: 1000px) {
    .font-size-default {
        font-size: 28px;
    }

    .d-none.d-img-none {
        display: block!important;
    }

    .container-copy {
        display: inline-flex;
    }
}

@media (min-width: 1200px) {

    h1 {
        line-height: 43px;
    }

    h2 {
        font-size: 36px;
    }

    p { 
        font-size: 23px;
    }

    .font-size-default {
        font-size: 40px
    }	
    
    .btn-lg {
        font-size: 24px;
    } 
    
    .btn-md, .btn-white-md {
        font-size: 20px;
        padding: 15px 25px;
    }

    .btn-size-md, .btn-send  {
        width: 333px;
    }

    .btn-p-lg {
        padding: 15px 30px!important;
    }

    .display-flex {
        display: block;
    }

    .form-control {
        width: 333px;
        font-size: 20px;
        padding: 13px 30px;
    }
        
}

