﻿#ImagenVertical_Click {
    height: 604px !important;
}

#ImagenHorizontal_Click {
    height: 395px !important;
}

.Titulo_Modelo {
    font-size: 20px !important;
    font-weight: 700;
    background-color: #6d2e13;
    color: #ffffff;
    border: 2px solid #000000;
}

    .Titulo_Modelo:hover {
        color: #ffffff;
    }

.General_Datos .Filas {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    font-family: Calibri !important;
}

.Descripcion_Modelo {
    font-size: 18px !important;
    color: #6d2e13;
    height: 195px;
}

.Enlace_Redes a {
    font-size: 20px;
    color: #000000 !important;
}

.Foto_Central img {
    height: 130px !important;
}

.Enlace_Redes img {
    height: 32px !important;
    width: 32px !important
}

.Cita_Pensamos img {
    width: 75px;
    height: 90px;
}

.btn_Modelo {
    background: rgba(197,151,120,1);
    background: -moz-linear-gradient(-45deg, rgba(197,151,120,1) 0%, rgba(133,73,38,1) 25%, rgba(109,46,19,1) 51%, rgba(133,73,38,1) 75%, rgba(197,151,120,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(197,151,120,1)), color-stop(25%, rgba(133,73,38,1)), color-stop(51%, rgba(109,46,19,1)), color-stop(75%, rgba(133,73,38,1)), color-stop(100%, rgba(197,151,120,1)));
    background: -webkit-linear-gradient(-45deg, rgba(197,151,120,1) 0%, rgba(133,73,38,1) 25%, rgba(109,46,19,1) 51%, rgba(133,73,38,1) 75%, rgba(197,151,120,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(197,151,120,1) 0%, rgba(133,73,38,1) 25%, rgba(109,46,19,1) 51%, rgba(133,73,38,1) 75%, rgba(197,151,120,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(197,151,120,1) 0%, rgba(133,73,38,1) 25%, rgba(109,46,19,1) 51%, rgba(133,73,38,1) 75%, rgba(197,151,120,1) 100%);
    background: linear-gradient(135deg, rgba(197,151,120,1) 0%, rgba(133,73,38,1) 25%, rgba(109,46,19,1) 51%, rgba(133,73,38,1) 75%, rgba(197,151,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59778', endColorstr='#c59778', GradientType=1 );
    font-size: 18px !important;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #000000;
    color: #ffffff;
    text-transform: uppercase;
}

    .btn_Modelo:hover {
        color: #00ff00;
    }

.btnEnviar_Consulta {
    background-color: #000000 !important;
    color: #ffffff;
    border: 0px;
}

    .btnEnviar_Consulta:hover {
        color: #00ff00;
    }

.Superior_Modelo img {
    width: 12% !important;
}


.Contacto_Movil {
    background-color: #00ff00 !important;
    color: #000000 !important;
    border: 3px solid #000000 !important;
    font-size: 20px !important;
    text-transform: capitalize !important;
}

/***********************************************************************************************/
/******************************
/******************************  INICIO RESPONSIVE DISPOSITIVOS MOVIL
/******************************
/***********************************************************************************************/

/*@media screen and (min-width: 310px) and (max-width: 425px) {*/
@media only screen and (min-width : 0px) and (max-width : 981px) {
    * {
        font-family: Calibri !important;
    }

    .Titulo_Modelo {
        font-size: 16px !important;
        font-weight: 700;
        background-color: #6d2e13;
        color: #ffffff;
    }

    .btn_Modelo {
        font-size: 20px !important;
    }

    .General_Datos .Filas {
        font-family: Calibri !important;
        font-size: 14px !important;
    }

    .card video {
        margin: 0px !important;
    }

    .Contacto_Movil {
        background-color: #00ff00 !important;
        color: #000000 !important;
        border: 3px solid #000000 !important;
        font-size: 20px !important;
        text-transform: capitalize !important;
    }

    .Titulo_Modelo span {
        font-size: 14px !important;
    }

    .FotoIni_Movil {
        width: 448px;
        height: 564px;
    }
}
