/*

Template: The Corps — Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Version:  1
Design and Developed by: potenzaglobalsolutions.com

Note: This is the file where you can add your custom styles to change the look of the
theme. But don't modify "style.css" file.

*/

/* Your custom css codes start from here: */


.titulos{
	height:150px;
	padding:50px;
}

.titulos h1{
	color:#fff;
}


input{
    background: #eceff8 !important;
    border: 2px solid #eceff8 !important;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 14px;
    color: #626262 !important;
    width: 100%;
}

textarea {
    resize: vertical;
    background: #eceff8 !important;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 14px;
	color:#626262 !important;
}

input:focus {
    background: transparent !important;
    border: 2px solid #00a9da !important;
}

textarea:focus {
    background: transparent !important;
    border: 2px solid #00a9da !important;
    outline: none !important;
}

.fa-whatsapp{
 color:#0DC143 !important;
}