body{
    margin: 0;
    padding: 0;
}
.no-scroll {
    overflow: hidden;
}
.contBody{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(107, 107, 107, 0.486);
}
.contenedorContacto{
    position: relative;
    overflow: hidden;
    width: 60%;
    height: 70%;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.interiorContactos{
    padding: 50px;
}
.cont1C{
    width: 100%;
    display: flex;
    justify-content: right;
}
.btnCerrar{
    width: 50px;
    height: 50px;
    background-image: url(../media/icon/x.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.flexContBody{
    display: flex;
    width: 100%;
    margin-top: 51px;
}
.flexIconRedesC{
    display: flex;
}
.iconRedesC{
    margin: 10px;
    width: 50px;
    height: 50px;
}
.flexContFormularioC{
    display: flex;
}
.contFormularioC{
    padding: 0 20px;
}
.cajaTexto {
    font-size: 15px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 18%;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;
    padding: 5px 0;
}
.contBtnEnviar{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: right;
}
.BtnEnviar{
    font-size: 15px;
    margin: 0;
    width: 90px;
    height: 35px;
    border-radius: 20px;
    border: none;
    background-color: rgb(168, 169, 170);
}
.contDerFondo{
    position: absolute;
    top: 0px;
    right: 0px;
}
.contIzqFondo{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.ContIzqC, .ContDerC{
    width: 50%;
}
.contFormularioIzq, .contFormularioDer{
    width: 50%;
    padding: 0 20px;
}
.llamadoAtencion h4{
    width: 50%;
    font-size: 40px;
    margin: 0px;
}
.fondoTriContacto{
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
}
/*Estilos de triangulos fondo */
.triRes1 {
    width: 300px;
    height: 400px;
    right: 0px;
    top: -50px;
    position: absolute;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(90deg);
    background-color: #e63232;
}
.triRes2 {
    width: 85%;
    height: 106%;
    right: 0px;
    top: -40px;
    position: absolute;
    z-index: -1;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(180deg);
    background-color: rgba(238, 238, 238, 0.356);
}
.triRes3 {
    width: 300px;
    height: 300px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(270deg);
    background-color: rgb(111, 138, 129);
}
.triRes4 {
    width: 70px;
    height: 70px;
    left: 74px;
    bottom: 157px;
    position: absolute;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(-90deg);
    background-color: rgb(222, 224, 224);
}
.triRes5 {
    width: 30px;
    height: 30px;
    left: 197px;
    bottom: 155px;
    position: absolute;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(-270deg);
    background-color: rgb(37, 37, 37);
}
.triRes6 {
    width: 40px;
    height: 40px;
    left: 224px;
    bottom: 107px;
    position: absolute;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(0deg);
    background-color: #e63232;
}
.triRes7 {
    width: 90px;
    height: 75px;
    left: 224px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(-180deg);
    background-color: #e63232;
}
.triRes8 {
    width: 75px;
    height: 90px;
    left: 321px;
    bottom: -8px;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(-90deg);
    background-color: #aaaaaa;
}
.triEqui1{
    width: 90px;
    height: 180px;
    position: absolute;
    left: 165px;
    bottom: -45px;
    background-color: #c5c5c5;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: rotate(-90deg);
}
.triEqui2{
    width: 65px;
    height: 130px;
    position: absolute;
    left: 215px;
    bottom: -45px;
    background-color: rgb(31, 31, 31);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: rotate(-90deg);
}

.triRes9 {
    width: 20px;
    height: 20px;
    right: 293px;
    top: 80px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(0deg);
    background-color: #e63232;
}
.triRes10 {
    width: 30px;
    height: 30px;
    right: 315px;
    top: 30px;
    position: absolute;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(90deg);
    background-color: #aaaaaa;
}
.triEqui3{
    width: 30px;
    height: 60px;
    position: absolute;
    right: 111px;
    top: 149px;
    background-color: #c5c5c5;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: rotate(90deg);
}