/*CSS UNATE DESDE EL MUNDO*/
.bg {
    background-image: url("../img/ayuda/mundo/landing.jpg");
    height: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 700px){
	.bg{
		height: 50%;
	}
}

.top-content1{
	font-family: gotham;
	padding: 1em 4em;
	text-align: center;
}

.logos{
	display: flex;
	justify-content: space-around;
	padding-bottom: 1em;
	align-items: center;
}

@media(max-width: 950px){
	.logos{
		display: block;
		text-align: center;
}
	.logo-donantes{
		margin: 2em 0em;
}
}

.top-content2{
	font-family: gotham-thin;
	padding: 1em 4em;
}

.top-content2 b{
	font-family: gotham;
}

@media(max-width: 700px){
	.top-content1{
	padding: 1em 2em;	
	}

	.top-content2{
	text-align: justify;
	padding: 1em 2em;
}	
}

.titulo-exito{
	font-family: gobold;
	font-size: 2em;
	text-align: center;
	margin: 1em 1em;
}


.titulo-unirte{
	font-family: gobold;
	font-size: 2em;
	margin: 1em 0em;
	text-align: center;
}

.contenido-unirte{
	font-family: gotham;
	text-align: center;
}

.logosu{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1em 0em;
}


@media(max-width: 800px){
	.logosu{
	display: block;
	text-align: center;
}

	.logo-unirte{
		margin-top: 2em;
		margin-bottom: 2em;
	}
}

.texto-unirte{
	font-family: gotham-thin;
	padding: 1em 4em;
	font-size: 0.8em;
}

.texto-unirte a{
	color: #000;
	font-family: gotham;
}

@media(max-width: 700px){
	.texto-unirte{
		text-align: justify;
		padding: 1em 2em;
	}
}

.titulo-form{
	font-family: gotham;
	text-align: center;
	font-size: 1.2em;
}

.contenido-form{
	font-family: gotham-thin;
	text-align: center;
	margin: 1em 1em;
}

.contenido-form b{
	font-family: gotham;
}

.form-mundo{
	padding: 1em 4em;
	margin-bottom: 5em;
}

@media(max-width: 700px){
	.form-mundo{
	padding: 1em 2em;
}	
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #cb6875;
    background-color: #e3e3e3;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 0.5em;
}

.message-form{
	padding-bottom: 4em;
}

.form-control:focus {
    color: #cb6875;
    background-color: #f5f5f5;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(203, 131, 8, 0.3);
}

.boton-submit{
	float: right;
	font-family: gobold;
	font-size: 0.8em;
	padding: 0.5em 2em;
	margin-top: 1em;
	background-color: #003e77;
	border-radius: 5px;
	color: #fff;
}

.banner{
	width: 100%;
	margin-bottom: 1em;
}

.banner img{
	width: inherit;
}

.datos{
	text-align: center;
}

.texto-acerca{
	font-family: gotham-thin;
	text-align: left;
	padding: 1em 4em;
}

.texto-acerca b{
	font-family: gotham;
}

@media(max-width: 700px){
	.texto-acerca{
	padding: 1em 2em;
}	
}

.conviertete-bg{
	background-color: #f07f13;
}

.redes-dinero-blanco a img {
	margin: 0em 1em;
}

.same-row{
	display: flex;
	align-items: center;
}

.form-controlr {
    width: 49.7%;
}

.exito-desc{
	text-align: center;
	font-family: gotham;
}

.pad-video{
	padding: 0 1em;
}