
/* generales */

a{
    text-decoration: none;
}

a:hover{
    color: white;
}


p{
    font-family:'Open Sans', sans-serif;
}


/* nav */

nav{
    background-color: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.LogoHeader{
    width: 8rem;
    height: auto;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.ContenedorRedesHeader{
    text-align: right;
    padding-top: 5px;
    padding-right: 2rem;
}

/* Main*/


.MainLinks{
    background-image: url(img/Comedia-fondo.jpg);
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    padding-bottom: 3rem;
}

.contenedorRayita{
    width: 100%;
    text-align: center;
}

.Rayita{
    width: 5rem;
    height: auto;
    margin-bottom: 2rem;
}

.TituloAporte{
    color: black;
    font-family:'Open Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}


.UnicoPago{
    text-align: center;
    color: black;
    font-family:'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.contenedorLinks{
    width: 50%;
    margin: auto;
    justify-content: space-around;  
}


.btnLinks {
    background-color: black;
    border-radius: 25px;
    color: white;
    font-size: 20px;
    margin-bottom: 1rem;
    margin-top: 1rem ;
}

.TextoLiknsAporte{
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.contenedorMercado{
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

.imgMercadoPago{
    width: 35%;
    height: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.TituloExterior{
    color: black;
    font-family:'Open Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.ContenedorExterior{
    width: 100%;
    display: block;
}

.btnLinksExterior{
    background-color: black;
    border-radius: 25px;
    width: 130px;
    display: block;
    margin: auto;
    margin-bottom: 2rem;
}

.imgPaypal{
    margin-left: 1.5rem;
    margin-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ContenedorMensual{
    width: 100%;
    height: auto; 
    margin-top: 2rem;   
}

.RectanguloMensual{
    margin: auto;
    width: 60%;
    height: auto;
    display: block;
    background-image: url(img/fondo-mensual3.jpg);
    background-position: center;
    border-radius: 12px;
}

.TituloMensual{
    color: white;
    font-family:'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
}


.btnLinksMensual {
    background-color: white;
    border-radius: 25px;
    color: black;
    font-size: 20px;
    margin-bottom: 1rem;
}

        
.btnLinksMensual:hover {
    background-color: white;
    border-radius: 25px;
    color: black;
    font-size: 20px;
    margin-bottom: 1rem;
}



/* Texto Saludo */

.SegundaParte{
    padding-top: 2rem;
}

.ContenedorImgComedia{
    width: 100%;
    display: block;
    text-align: center;
}

.imgComediaLogo{
    width: 40%;
    margin-bottom: 1rem;
}

.contenedorLentes{
    text-align: center;
}

.lentes{
    margin: auto;
    width: 20%;
    margin-bottom: 1rem;
}

.ContenedorTextoSaludo{
    display: block;
    margin-bottom: 2rem;
    width: 100%;
}

.TextoSaludo p{
    font-family:'Open Sans', sans-serif;
    font-size: 20px;
    width: 95%;
    margin: auto;
}

.ContenedorFoto{
    width: 100%;
    display: block;
    text-align: center;
}

.fotoLakerman{
    max-width: 300px;
    height: auto;
    margin: auto;
}


/* footer */

footer{
    background-color: black;
    padding-top: 1rem;
}

.ByCgContenedor{
    width: 100%;
    height: auto;
    background-color: #282728;
}

.LogoCG{
    display: block;
    margin: auto;
    width: 160px;
    height: auto;
}

/* tablet */

@media only screen and (max-width: 1080px) {


    .RectanguloMensual{
        margin: auto;
        width: 80%;
        height: auto;
        display: block;
        background-image: url(img/fondo-mensual3.jpg);
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 12px;
    }

    .contenedorLinks{
        width: 40%;
        margin: auto;
        justify-content: space-around; 
    }

    .TituloAporte{
        color: black;
        font-family:'Open Sans', sans-serif;
        font-size: 22px;
        text-align: center;
        font-weight: 600;
    }



    .TituloExterior{
        color: black;
        font-family:'Open Sans', sans-serif;
        font-size: 20px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }
    

    
    .btnLinks {
        background-color: black;
        border-radius: 25px;
        color: white;
        font-size: 20px;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .imgMercadoPago{
        width: 70%;
        height: auto;
        margin-bottom: 1rem;
    }

    .imgComediaLogo{
        width: 75%;  
        margin-bottom: 1rem;   
    }
     


.TextoSaludo p{
    font-family:'Open Sans', sans-serif;
    font-size: 20px;
    width: 80%;
    margin: auto;
    margin-top: 2rem;
}

    

}

/* mobile */




@media only screen and (max-width: 999px) {

    .contenedorLentes{
        text-align: center;
    }
    
    .lentes{
        margin: auto;
        width: 45%;
    }

    .TextoLiknsAporte{
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .ContenedorTextoSaludo{
    display: block;
    margin-bottom: 2rem;
    }

.ContenedorDeContenedor{
    width: 100%;

}

    .contenedorLinks{
        width: 80%;
        margin: auto;
        justify-content: space-around; 
    }
    
    .btnLinks {
        background-color: black;
        border-radius: 25px;
        color: white;
        font-size: 18px;
        margin-bottom: 1rem;
        margin-top: 1rem ;
        margin-right: 2px;
        margin-left: 2px;
    }

  

    .imgMercadoPago{
        width: 60%;
        height: auto;
        margin-bottom: 1rem;
    }

    .imgComediaLogo{
        width: 90%;
        margin-bottom: 1rem;
    }

    .fotoLakerman{
        max-width: 300px;
        height: auto;
        margin: auto;
    }

    .TextoSaludo p{
        font-family:'Open Sans', sans-serif;
        font-size: 18px;
        width: 80%;
        margin: auto;
        margin-top: 2rem;
    }


    .RectanguloMensual{
        margin: auto;
        width: 80%;
        height: auto;
        display: block;
        background-image: url(img/fondo-mensual3.jpg);
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 12px;
    }
    
    .TituloMensual{
        color: white;
        font-family:'Open Sans', sans-serif;
        text-transform: uppercase;
        font-size: 22px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 1.5rem;
        padding-top: 1rem;
    }
    
    .btnLinksMensual {
        background-color: white;
        border-radius: 25px;
        color: black;
        font-size: 20px;
        margin-bottom: 1rem;
    }

        
    .btnLinksMensual:hover {
        background-color: white;
        border-radius: 25px;
        color: black;
        font-size: 20px;
        margin-bottom: 1rem;
    }


    
    

}