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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.logomain{
	width: 100%;
	max-width: 250px;
}

.sublogo{
	width: 100%;
	max-width: 200px;
}

.cont-texto{
	max-width: 600px;
	font-weight: 500;
	text-align: center;
}

.placa {
    width: 60px;
    height: 3px;
    background-color: #18304c;
    left: 50%;
    position: relative;
    margin-left: -30px;
}

.icono{
	width: 50px;
}

.info-cont{
	max-width: 1000px;
}

.paddings{
	padding: 5rem;
}
.paddings h3{
	font-size: 2.5rem;
    color: #18304c;
}
.elemento {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: flex-start;
}
.textos {
    padding: .5rem 1rem;
}
.textos h4{
    margin-bottom: 5px;
    color: #18304c;
    font-size: 1.4rem;
}

.textos p {
    margin-bottom: 10px;
}
.img img {
    max-width: 55px;
}

.iconop img {
    width: 60px;
}

.posiciones {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.left {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}

.form-widget{
	background-color: #FFF;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
	padding: 3rem;
}
.blue label{
	color:#18304c;
}