/*
Theme Name: Curaprox
Text Domain: curaprox
Author: Webcomum
Author URI: https://www.webcomum.com
Version: 1.0
*/

/* -------------------------------------------*--------------*--------------------------------------------------*/
/*                    -----------------------*   CUSTOM CSS   *------------------------                         */
/* -------------------------------------------*--------------*--------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@font-face {
  font-family: FuturaStdBook;
  src: url(assets/fonts/FuturaStdBook.otf);
}

/*
font-family: "Inter", sans-serif;
*/

.dn {
	display: none !important;
}

:root {
  --blue: #003DA5;
  --dark-grey: #414141;
  --tr: all .3s ease-in-out;
  --tr2: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  --tr3: all .7s cubic-bezier(0.7, 0, 0.3, 1);
}

html,
body {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

html {
  box-sizing: border-box;
}

body {
	font-family: FuturaStdBook, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
    -webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: unset;
	color: var(--red);
	font-weight: 700;
	display: inline-block;
}

a:active,
a:focus {
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: FuturaStdBook, sans-serif;
	font-size: 40px;
	font-weight: 400;
	color: var(--blue);
	margin: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

p {
	margin: 0;
}

input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus,
button:active,
button:focus {
	outline: 0;
}

button {
	border: 0;
    background-color: transparent;
}

.section {
	padding-left: 18%;
	padding-right: 18%;
}

.padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

img {
	width: 100%;
	height: auto;
}

.header-section-left img {
	width: 179px;
}

header {
	padding-top: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.header-section-right {
    text-align: right;
    margin: 0 40px;
}

.header-section-right a {
    text-transform: uppercase;
    color: #fff;
    background: #0d458b;
    padding: 5px 15px;
}

.banner-section {
	padding: 0 !important;
    background-position: top center;
    background-size: cover;
    /* height: 720px; */
	margin-bottom: -10px;
}

.banner-section-mobile {
	display: none;
}

.about-section {
	background-color: var(--blue);
	text-align: center;
	color: #fff;
	padding: 70px 0 40px 0;
}

.about-section p:nth-child(10)
{font-size:15px;}
.about-section p:nth-child(11),
.about-section p:nth-child(12)
{font-size:12px;}


.about-section h1 {
	margin-bottom: 20px;
	color: #fff;
}

.about-section div {
	font-size: 21px;
	margin-bottom: 40px;
}

.btn {
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 17px;
}

.btn-white {
	background-color: #fff;
	color: var(--blue);
}

.form-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.form-section h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 200px;
    margin: 0 auto 40px;
    padding: 10px 25px;
    background-color: #003da5;
    color: #fff;
}

.form-section-inner {
	max-width: 700px;
	margin: 0 auto;
	font-family: "Inter", sans-serif;
}

.form-section-inner input {
	width: 100%;
	height: 30px;
	border: 0;
	border-bottom: 1px solid var(--blue);
	margin-bottom: 20px;
	font-size: 16px;
}

.form-section-inner span {
	font-size: 14px;
}


.info-section {
	padding-top: 70px;
	padding-bottom: 40px;
	font-size: 14px;
	text-align: center;
}

footer {
	padding: 20px 0;
	background-color: var(--dark-grey);
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

.wpcf7-not-valid-tip {
    margin-top: -14px;
    margin-bottom: 10px;
}

.page-top {
	margin-top: 140px;
}

.inst-section {
	margin-bottom: 60px;
}

.footer-menu {
	margin-bottom: 5px;
}

.footer-menu ul,
.footer-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li,
.footer-right li {
	display: inline-block;
}

.footer-menu li:after {
	content: '|';
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.footer-menu li:last-child:after {
	content: none;
}

.footer-menu li a {
	font-size: 12px;
	font-weight: 300;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
}

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

.footer-right li {
	margin-left: 10px;
}

.footer-right p {
	font-size: 14px;
	font-weight: 500;
	margin-right: 5px;
}

input[type=checkbox]{
    height: 18px;
    margin-right: 11px;
    margin-left: -4px;
}

.form-section-inner input[type="submit"] {
    width: auto;
    color: #fff !important;
    padding: 5px 40px;
    border-radius: 50px;
    font-size: 17px;
    background-color: var(--blue);
    color: var(--white);
    margin-top: 20px;
    cursor: pointer;
    height: 40px;
}

.form-section-inner input[type="submit"]:hover {
    width: auto;
    color: #fff !important;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 17px;
    background-color: var(--dark-grey);
    color: var(--white);
    margin-top: 20px;
    cursor: pointer;
}


/* -------------------------------------------*-----------------*--------------------------------------------------*/
/*                    -----------------------*   MEDIA QUERIES   *------------------------                         */
/* -------------------------------------------*-----------------*--------------------------------------------------*/


@media (max-width: 1500px) { 

	

}

@media (max-width: 1350px) { 

	

}

@media (max-width: 1199px) { 

	.banner-section {
        /* height: 500px; */
		height: auto;
    }

	.section {
	    padding-left: 12%;
	    padding-right: 12%;
	}

}

@media (max-width: 991px) { 

	h1, h2, h3, h4, h5, h6 {
	    font-size: 30px;
	}

	.about-section div {
	    font-size: 18px;
	}

	.btn {
	    font-size: 15px;
	}

}

@media (max-width: 767px) {

	.footer-inner {
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    align-items: flex-start;
	}

	.footer-left {
		margin-bottom: 20px;
	}

}

@media (max-width: 680px) {
    .btn {
        margin-bottom: 15px;
    }

	.banner-section {
	    /* height: 417px; */
		height: auto;
		display: none;
	}

	.banner-section-mobile {
		display: block;
		padding: 0 !important;
		margin-bottom: -10px;
	}
}

@media (max-width: 550px) {

	
		
}

@media (max-width: 480px) {

	.banner-section {
	    /* height: 417px; */
		height: auto;
		display: none;
	}

	.section {
	    padding-left: 30px;
	    padding-right: 30px;
	}

	
}