﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter;
}
.DivBody {
    padding-top: 0px;
    padding-left: 0px;
    width: 100%;
}

.ColumnaCenter {
    margin:auto;
}
.CentrarContenido {
    margin: auto;
    text-align:center;
}
.DivImagenPrincipal {
    background-image: url(../../Imagenes/TemaCompuenlaces2/Principal1.jpg);
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position-x: right;
    width: 100%;
}
.DivContenedorTextoPrincipal {
    width: 60%;
    padding-left: 35px;
    text-align: left;
    vertical-align: top;
    line-height: 1;
}
.TituloBlanco {
    color: #ffffff;
    font-family: Outfit;
    font-size: 4.5rem;
    font-weight: 700;
}
.TituloNaranja {
    color: #ff6600;
    font-family: Outfit;
    font-size: 4.5rem;
    font-weight: 700;
}
.TituloMarino {
    color: #101b21;
    font-family: Outfit;
    font-size: 4.5rem;
    font-weight: 700;
}
.TextoEnTitulo {
    color: #ffffff;
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
}

.SubTituloMarino {
    color: #101b21; /*marino casi negro*/
    font-family: Outfit;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.SubTituloNaranja {
    color: #ff6600;
    font-family: Outfit;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.TextoEnSubTitulo {
    color: #101b21; /*marino casi negro*/
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
}
.RedondearImagen {
    border-radius: 25px;
    box-shadow: -4px 4px 20px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
}
.txtboxes {
    width: 90%;
    font-family: Outfit;
    font-weight: 400;
    font-size: 1em;
    padding: 20px;
    margin: auto;
    color: #ff6600;
    border-radius: 15px;
    border:1px solid gray;
}
.TablasFondoBlanco {
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: -4px 4px 20px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    color: #101b21; /*marino casi negro*/
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.cardsDoble {
    font-family: Inter;
    color: #101b21; /*marino casi negro*/
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-content: center;
}

.cards_itemDoble {
    display: flex;
    padding: 1rem;
    justify-content: center;
    width: 50%;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-content: center;
}

.cards_item {
    display: flex;
    padding: 1rem;
    justify-content: center;
    width: 33.3333%;
    margin-right: auto;
    margin-left: auto;
}
.cardsContactanos {
    font-family: Inter;    
    color:#ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-content: center;
    overflow:hidden;
}

.cards_itemContactanosIzq {
    background-color: #101b21; /*marino casi negro*/
    display: flex;
    justify-content: center;
    width: 50%;
}
.cards_itemContactanosDer {
    background-color: #ffffff; /*blanco*/
    display: flex;
    justify-content: center;
    width: 50%;
}
.buttonNaranja {
    font-family: Inter;
    font-size: 1rem;
    background-color: #ff6600;
    border: solid 2px #FB962B;
    padding: 10px 30px 10px 30px;
    color: white;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.4s;
    text-transform: uppercase;
    border-radius: 15px;
    width: 90%;
}

    .buttonNaranja:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
        background-color: #FB962B
    }

.imagenContactanos {
    width: 115%;
    height: auto;
}

@media (max-width: 840px) {
    .DivContenedorTextoPrincipal {
        width: 90%;
    }
        .TituloBlanco {
        font-size: 3rem;
        font-weight: 600;
    }

    .TituloNaranja {
        font-size: 3rem;
        font-weight: 600;
    }
    .TituloMarino {
        font-size: 3rem;
        font-weight: 600;
    }

    .cards_itemDoble {
        width: 100%;
    }
    .cards_item {
        width: 100%;
    }
    .cards_itemContactanosIzq {
        width: 100%;
    }

    .cards_itemContactanosDer {
        width: 100%;
    }
    .imagenContactanos {
        width: 100%;
        height: auto;
    }
}