/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 29, 2022, 12:58:08 PM
    Author     : tobias
*/

.contenedor {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.contenedor a {
    color: white;
}

.contenedor a:hover {
    color: white;
}

.new_section {
    padding: 20px 30px;
    float: left;
    width: 100%;
    background: #435368;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.new_section p {
    margin: 0;
    margin-top: 0px;
    margin-top: 5px;
    font-weight: 300;
    font-size: 13px;
    opacity: 0.8;
    color: #fff;
}

.banner_garantia {
    background-size: cover;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-top: 85px;
}

.titulo_principal_garantia {
    color: white;
    font-family: toyotaDisplay,sans-serif;
    margin: 0;
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
}

.garantia_overlay {
    position: absolute;
    left: 10%;
    top: 20%;
    background: rgba(0,0,0,.5);
    padding: 20px;
}

.c_agendar_cita {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 40px 0;
    background: #f9f9f9;
}

.contenedor {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.titulo_anulacion {
    font-family: toyotaDisplay,sans-serif;
    font-weight: 100;
    text-align: center;
    margin-top: 0;
    padding: 20px;
    font-size: 24px;
    line-height: 30px;
}

.garantia_vehiculo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.garantia_imagenes, .detalles_chatea {
    width: 50%;
    text-align: center;
}

.titulo_cta_comunicar {
    font-family: open-sans,sans-serif;
    color: #435370;
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 10px;
}

.cta_garantia {
    font-family: toyotaDisplay,sans-serif;
    background: #eb0a1e;
    border-radius: 20px;
    color: white;
    padding: 10px 15px;
    margin: 10px;
    display: inline-block;
}

.garantia_imagenes, .detalles_chatea {
    width: 50%;
    text-align: center;
}

.titulo_cta_comunicar {
    font-family: open-sans,sans-serif;
    color: #435370;
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 10px;
}

.cta_texto_pbx {
    font-family: toyotaDisplay,sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.garantia_vehiculo a {
    color: black;
}

.garantia_vehiculo a:hover {
    color: black;
}

a.toyota-primary-btn, a.toyota-primary-btn:hover, a.toyota-primary-btn:active, a.toyota-primary-btn:visited {
    color: white;
    text-decoration: none;
}