
	p.texto.justalign {
    	font-size: 16px;
	}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    background: #e8e5e5;
}

header {
    margin-top: 5%;
}

.logo {
    text-align: left;
    float: left;
}

.logo img {
    width: 35%;
}

#apply-input {
    -webkit-box-shadow: 0 4px 16px 0 rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0 4px 16px 0 rgba(50, 50, 50, 0.5);
    box-shadow: 0 4px 16px 0 rgba(50, 50, 50, 0.5);
    border: 2px solid #000;
    color: #000;
    font-weight: bold;
}

.wrapper {
    background-color: #FFF;
}

.main-text {
    color: #000;
    text-align: center;
}

.main-text h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4.8em;
}

.main-text strong {
    color: #00C;
}

#wrapper_apply {
    padding-top: 80px;
}

.custom {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border: 1px solid #63CFE3;
    border-radius: 16px;
    background: #63CFE3;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#cc0000', GradientType=0);
    -webkit-box-shadow: 0 4px 16px 0 rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0 4px 16px 0 rgba(50, 50, 50, 0.5);
    box-shadow: 0 4px 16px 0 rgba(50, 50, 50, 0.5);
}

.custom2 {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 16px;
    background: #c00;
    background: -moz-linear-gradient(top, #cc0000 0, #cc0000 100%);
    background: -webkit-linear-gradient(top, #cc0000 0, #cc0000 100%);
    background: linear-gradient(to bottom, #3B5998 0, #3B5998 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#cc0000', GradientType=0);
    -webkit-box-shadow: 0 4px 16px 0 rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0 4px 16px 0 rgba(50, 50, 50, 0.5);
    box-shadow: 0 4px 16px 0 rgba(50, 50, 50, 0.5);
}

.imgs img {
    width: 200px;
    height: 200px;
}

form {
    margin-top: 15px;
}

blockquote footer {
    text-align: left;
}

.footer {
    text-align: justify;
    font-size: 12px;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-align: center;
}

.slogan {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding-top: 29px;
}

.contact-info {
    text-align: right;
    font: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.main-timer {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font: normal 12px 'Open Sans', sans-serif;
    margin-top: 20px;
}

.dropbtn {
    background-color: #F00;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #f1f1f1;
}

.h-text {
    font-size: 18px;
    text-align: right;
}

.texto {
    font-size: 14px;
    text-align: justify;
}

.show {
    display: block;
}

@media(max-width:450px) {
    .imgs {
        text-align: center;
    }
    blockquote footer {
        text-align: center;
    }
    .wrapper {
        background-color: #FFF;
    }
    .main-text h1 {
        font-size: 14px;
        font-weight: 600;
    }
    .logo {
        text-align: center;
        padding-top: 5px;
    }
    .logo img {
        width: 60%;
    }
    .contact-info {
        text-align: center;
    }
    .h-text {
        text-align: center;
    }
    .texto {
        font-size: 10px;
    }
    .slogan {
        color: #000;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        padding-top: 29px;
    }
    .displayimg {
        padding: 0;
    }
}

@media(min-width:1024px) {
    .logo {
        text-align: left;
        padding-top: 15px;
    }
    .logo img {
        width: 35%;
    }
    blockquote>footer {
        text-align: left;
    }
    .wrapper {
        background-color: #FFF;
    }
}

@media(max-width:350px) {
    .slogan {
        color: #000;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        padding-top: 29px;
    }
