@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	top: 0;
}
body {
	margin: 0;
	padding: 0;
	top: 0;
	background-image: url("../img/FONDO-Comunidad-CADS.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.logo {
    display: block;
    width: 70vw;
}
.logo2 {
    display: block;
    width: 25vw;
}
.bot {
    display: block;
    width: 90%;
}
.Boton {
    width: 90%;
    height: 70px;
    max-width: 710px;
    position: relative;
    background: rgba(255,255,255,0.9);
    display: block;
    margin: 1% auto 3%;
    border-radius: 35px;
}
.Boton:hover {
    background: rgba(255,255,255,1);
}
.Boton .Link {
    font-family: "lato";
    text-decoration: none;
}
.Boton .Link p {
    width: 100%;
    font-size: 25px;
    line-height: 70px;
    text-transform: uppercase;
    color: rgba(28,58,98,1);
    text-align: center;
    display: block;
}
.Loguito {
    margin: 5px auto;
    float: left;
    position: absolute;
    left: 15px;
    text-align: center;
    display: block;
    height: 65px;    
}
.Loguito img {
    height: 100%;
    position: relative;
}
.DivRedes {
    margin: 20px;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
}
.Redes {
    margin: 0 3px;
    opacity: 1;
    height: 32px;
    display: inline-block;
}
.Redes:hover {
    opacity: 0.8;
}
.Redes img {
    height: 100%;
    position: relative;
}
@media (min-width: 768px) {
.logo {
    max-width: 480px !important;
    margin: 15vh auto !important;
}
.logo2 {
    max-width: 180px !important;
    margin: 3vh auto 4vw !important;
}
.bot {
    margin: 1% auto !important;
    max-width: 720px !important;
}
.Boton {
    height: 70px !important;
    margin: 1% auto 3% !important;
    border-radius: 35px !important;
}

.Boton .Link p {
    font-size: 25px !important;
    line-height: 70px !important;
}
.Loguito {
    margin: 5px auto !important;
    left: 15px !important;
    height: 65px !important;    
}
.DivRedes {
    margin: 20px !important;
}
.Redes {
    margin: 0 3px !important;
    opacity: 1 !important;
    height: 32px !important;
}
}
@media (min-width: 300px) {
.logo {
    margin: 40% auto;
    max-width: none;
}
.logo2 {
    margin: 10% auto;
    max-width: 130px;
}
.bot {
    margin: 5% auto;
}
.Boton {
    height: 40px;
    border-radius: 20px;
    margin: 2% auto 7%;
}
.Boton .Link p {
    font-size: 16.5px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(28,58,98,1);
    text-align: center;
    display: block;
}
.Loguito {
    margin: 2px auto;
    height: 36px;
    left: 7px;
}
.DivRedes {
    margin: 8px;
}
.Redes {
    margin: 2px;
    opacity: 1;
    height: 20px;
    display: inline-block;
}
}