@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
nav{
	background-color: #fff8f1;
	padding: 15px 25px;
}
nav img{
	max-height: 100px;
}
.menu{
		height: 100px;
}

.whats{
	background-color: #25d366;
    padding: 6px 7px 6px 8px;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.envio .row{
	height: 450px;
}
.envio .fondo{
	background-image: url('../img/back.jpg');
	background-size: cover;
}
.envio .form{
	padding: 20px;
	color: #fff;
	background-image: url('../img/Colos.jpg');
}
.envio .form h3{
	text-align: center;
}
.envio .form h3:after {
    width: 60%;
    margin-left: 15px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    content: " ";
    margin-bottom: 5px;
}
.envio .form-control {
       display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #ffffff;
    background-color: #fff0;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid rgb(255, 255, 255);
    border-radius: 0;
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    /* transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
}

.body-content{
	padding-top: 20px;
}
.body-content .title h3{
	font-weight: 300;
	color: #002248;
	text-align: center;
}
.body-content .title h2{
	font-weight: 400;
	color: #002248;
}
.body-content .title h2:after{
	padding-top: 15px;
    width: 20px;
    margin-left: 0px;
    display: block;
    border-bottom: 2px solid #002248;
    content: " ";
    margin-bottom: 5px;
}
.body-content .title p{
	padding-top: 10px;
	margin: auto;
	width: 50%;
	color: #808080;
	text-align: justify-all;
}
.part h3{
	padding-top: 15px;
	font-size: 17px;
	color: #002248;
	padding-left: 15px;
}
.part h3:after{

	padding-top: 15px;
    width: 20px;
    margin-left: 40px;
    display: block;
    border-bottom: 1px solid #002248;
    content: " ";
    margin-bottom: 5px;
}
.part hr{
	border-color: #002248;
}