@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');

.main-banner{
	background-image: url(../img/quienessomosv2.png); 
	color: white;
}

.since
{
	display: none;
}

body, .contact-data, .nav-item, .since.slogan,  .below-slogan , .main-info
{
	font-family: Monserrat;
}

.nav-item
{
	font-size: 14px;
}

.background-container
{
	background: rgba(0,0,0,0.8);   
	border-radius: 25px;
	padding: 20px;
	margin-top: 20px;
}
.form-title-container
{
	border-bottom-style: solid;
	border-bottom-color: #54a4cc;
	margin-bottom: 15px;
	border-width: 3px;
}

.form-title
{
	color: white;
	font-size: 22px;
	text-align: center;

}

.slogan{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-top: 25px;
}

.below-slogan{
	text-align: center;
	font-size: 16px;
}

.main-info p
{
	font-size: 18px;
}

.main-info .fa-ul
{
	font-size: 16px;
}

.main-logo{
	max-width: 200px;
}

.list{
	margin-top: 25px;
}

.wpp-btn{
	padding: 5px;
}

.main-wpp-text
{
	font-size: 18px;
}

.form-group .form-control {
    border: none;
    border-bottom: 2px solid;
    font-weight: 300;
    padding: 10px 10px;
    background: transparent;
    margin-bottom: 0;
    border: solid;
    border-width: 1px;
    border-color: #034561;
    border-radius: 5px;
    color: white;
}

.form-control::placeholder {
	color: white;
}

option {
	background-color: black;
}


.form-col{
	margin-top: 30px;
}

.main-wpp-icon
{
	max-width: 50px;
}

.main-items
{
	text-align: center;
	padding: 30px;
}

.title-description-col
{
	margin-top: 20px;
}

.title-description
{
	padding: 10px;
	height: 100%;
}

.title-description h2
{
	margin-top: 15px;
	font-size: 18px;
	font-weight: normal;
}

.title-description img
{
	width: 50px;
}

.requisite-section{
	padding: 20px;
}

.requisite-icon
{
	width: 100px;
}

.requisite-container h2
{
	margin-top: 15px;
	font-size: 28px;
}

.requisite-container p
{
	font-size: 20px;
}

.procedure-description
{
	padding: 20px;
	height: 100%;
}

.procedure-description h2
{
	margin-top: 15px;
	font-size: 30px;
}

.procedure-description img
{
	width: 50px;
}

.procedure-description p
{
	font-size: 16px;
	color: black;
}


.section-title h2
{
	font-size: 44px;
}

.procedure
{
	text-align: left;
	padding: 80px;
}

.us-description
{
	padding: 20px; 
	background-color: rgba(0, 0, 0, 0.9); 
	border-radius: 15px; 
	text-align: center;
}

.us-description img
{
	width:200px
}

.us-description p
{
	margin-top:35px; 
	color:white; 
	font-size: 16px;
}

.us-atributes
{
	padding: 20px; 
	background-color: rgba(0, 0, 0, 0.9); 
	border-radius: 15px; 
	text-align: center;
	color: white;
}

.us-atributes img
{
	width: 50px;
}

.us-atributes span{
	font-size: 24px;
}

.us-atributes p{
	font-size: 22px;
}

.faq-container
{
	margin: auto;
}
.contact-row
{
	text-align:center;
	margin-top:50px;
}
.contact-title h2
{
	font-size: 28px;
}

.contact-title p
{
	font-size: 22px;
}

.contact-item
{
	font-size: 16px;
	margin-top: 15px;
}

.contact-item img
{
	width: 50px;
}

@media (min-width: 768px) 
{
	.vertical-center{
		position:absolute; top: 50%; 
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);"
	}
}

@media (min-width: 790px) 
{
	.main-logo{
		max-width: 200px;
	}

	.slogan{
		font-size: 46px;
		margin-top: 25px;
	}

	.below-slogan{
		font-size: 26px;
	}
	.main-info
	{
		font-size: 18px;
	}

	.list{
		margin-top: 25px;
	}

	.wpp-btn{
		padding: 10px;
	}

	.main-wpp-icon
	{
		max-width: 50px;
	}

	.main-wpp-text
	{
		font-size: 18px;
	}

	.main-items
	{
		padding: 30px;
	}


	.title-description
	{
		padding: 20px;
	}

	.title-description h2
	{
		margin-top: 15px;
		font-size: 24px;
	}

	.requisite-container h2
	{
		margin-top: 15px;
		font-size: 34px;
	}

	.requisite-container p
	{
		font-size: 22px;
	}

	.procedure-description p
	{
		font-size: 18px;
		color: black;
	}


	.us-description p{
		font-size: 18px;
	}

	.us-atributes img
	{
		width: 80px;
	}

	.us-atributes span{
		font-size: 24px;
	}

	.us-atributes p{
		font-size: 18px;
	}

	.faq-container{
		width: 70%;
	}

	.contact-row
	{
		text-align:center;
		margin-top:50px;
	}
	.contact-title h2
	{
		font-size: 62px;
	}

	.contact-title p
	{
		font-size: 26px;
	}

	.contact-item
	{
		font-size: 18px;
		margin-top: 15px;
	}

	.contact-item img
	{
		width: 50px;
	}

}

@media (min-width: 1250px) 
{
	.since
	{
		color: white; 
		position: absolute; 
		bottom:10px; 
		font-size: 18px;
		display: inline;
	}
	.faq-container{
		width: 60%;
	}
}
