/*fuentes*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap');

@media (max-width:1920px)
{
.contenedor /*donde viene la info del reloj, su contenedor vaya*/ 
{
    display: flex;
    justify-content: left;
    align-items: left;
    padding-left: 150px;
    text-align: left;
    background-color: white;
}

.contenedor p /*Descripcion de detalles de reloj*/
{
    font-size: 16px;
    font-weight: 500px;
    width: 450px;
    height: auto;
    word-wrap: break-word;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}

.contenedor p.PrecioGrande {
    font-size: 20px;
    font-weight: bold;
    margin-top: 60px;
}

.contenedor h2 /*nombre de reloj en previsualizacion*/
{
    font-size: 20px;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700px;
    width: 500px;
}

.imagenShow{
    width: 352px;
    height: 480px;
    border-radius: 5px;
    box-shadow: 4px 7px 7px 0px #00000042;
    margin-top: 25px;
}

.ImgExtra {
    display: flex;
    margin-top: 20px;
    width: 200px;
    gap: 5px;
    margin-left: -40px;
}

.ImgExtra img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.DescripcionDeReloj /*"Descripcion de reloj en stock"*/
{
    text-align: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    background-color: white;
}

.contenedor .Bttn /* boton de estoy interesado*/{
    padding: 10px;
    text-decoration: none;
}

.Interesado
{
    size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-top: 10px;
    font-style: italic;
        text-decoration: underline;
}

.Bttn img{
    width: 40px;
    height: 40px;
}

.BttnGmail img{
    width: 52px;
    height: 40px;
    padding-right: 10px;
}

.Int {
    margin-left: -45px;
}

.contenedor .SKU2 {
    font-size: 18px;
    color: grey;
    font-family: 'Montserrat', sans-serif;
    margin-top: -10px;
    margin-bottom: 25px;
}

}

@media (max-width:760px)
{
body{
    margin: 0;
    padding: 0;
    background-color: white;
}

.contenedor /*donde viene la info del reloj, su contenedor vaya*/ 
{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    padding-left: 0px;
    text-align: left;
}

.contenedor p /*Descripcion de detalles de reloj*/
{
    font-size: 16px;
    font-weight: 500px;
    width: 300px;
    height: auto;
    word-wrap: break-word;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}

.contenedor p.PrecioGrande {
    font-size: 20px;
    font-weight: bold;
    margin-top: 60px;
}

.contenedor h2 /*nombre de reloj en previsualizacion*/
{
    font-size: 20px;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700px;
    width: 300px;
}

.imagenShow{
    width: 352px;
    height: 480px;
    border-radius: 5px;
    box-shadow: 4px 7px 7px 0px #00000042;
    margin-top: 25px;
    margin-left: -20px;
}

.ImgExtra {
    display: flex;
    margin-top: 20px;
    width: 200px;
    gap: 5px;
    margin-left: -40px;
}

.ImgExtra img {
    width: 75px;
    height: 75px;
    border-radius: 5px;
}

.DescripcionDeReloj /*"Descripcion de reloj en stock"*/
{
    text-align: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
}

.contenedor .Bttn /* boton de estoy interesado*/{
    padding: 10px;
    text-decoration: none;
}

.Interesado
{
    size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-top: 10px;
    font-style: italic;
        text-decoration: underline;
}

.Bttn img{
    width: 40px;
    height: 40px;
}

.BttnGmail img{
    width: 52px;
    height: 40px;
    padding-right: 10px;
}

.Int {
    margin-left: -45px;
}

.contenedor .SKU2 {
    font-size: 18px;
    color: grey;
    font-family: 'Montserrat', sans-serif;
    margin-top: -10px;
    margin-bottom: 25px;
}

}
