
.slider {
    background: #f6f6f6;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(200px * 14);
}

.slide {
    height: 100%;
    width: 100%;
    text-align : center;
    margin-left: 20px;
}


@keyframes scroll {
0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 7));
    }
}

header{
    max-width: 1900px;
    margin: auto;
}

/*No scroll horizontal*/
html, body {
   /* max-width: 100%;*/
    max-width: 1900px;
    margin: auto;
    overflow-x: hidden;
   /* background: #f8f4fc;*/
  /*  background: #f6f6f6;*/
    background: #f8f7f8;
    scroll-behavior: smooth;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;

    /* opacity: .8;  */
}

body {
    font-family: 'Montserrat', sans-serif !important;
    /* background: #f8f4fc;*/
    /*  background: #f6f6f6;*/
    background: #f8f7f8;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;

}


h1 {
    /* H1/81pts/Medium */
    font-style: normal;
    font-weight: 500;
    font-size: 81px;
    line-height: 99px;
    /* identical to box height */
    color: #000000;
}

h2 {
    /* H2/54pts/Medium */
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 66px;
    /* identical to box height */
    color: #000000;
}

h3 {
    /* H3/36pts./Medium */
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 44px;
    /* identical to box height */
    color: #000000;
}

h4 {
    /* H4/24pts/Medium */
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

h5 {
    /* H5/16pts/Medium */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    color: #000000;
}

p { /* Body1/16pts/Regular */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    color: #000000;
}

button {
    background: #C32541;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
    border: 1px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.btn_contact[disabled] {
    opacity: 0.5; /* Ajusta el valor para cambiar la opacidad */
    cursor: not-allowed; /* Cambia el cursor cuando está deshabilitado */
}
#negociar{
    background:#5A224C;
}
#negociar:hover {
    background:#F5B71F;
}

.cabecera {
    background: #ffffff;
    height: 80px;
    width: 100%;

}

/* nav bar */

header {
    width: 100%;
    height: 80px;
    margin-top: 0px;
     position: fixed;
    z-index: 1;
    background: #ffffff;
}

.hidden {
    display: none;
}

.visuallyhidden {
    opacity: 0;
}


.container__menu {
    max-width:95%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo img {
    width: 45%;

}

.menu {
    display: flex;
    align-items: center;
}

.menu ul {
    display: flex;
}

.menu ul li {
    list-style: none;
    margin-left: 36px;
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    /* font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #5A224C;
    text-align: center;
    display: flex;
    align-items: center;
}

.menu ul li a:hover {
    color: #F5B71F;
}

#bar-nav-contacto, #bar-nav-contacto1 {
    display: none;
}


.menu nav img {
    display: block;
}

.menu #btn_menu, #icons-redes {
    display: none;
}

.img-icon-redes {
    width: 35px;
    height: 35px;
}

.btn-contacto-navBar {
    position: static;
    width: 170px;
    height: 40px;
    font-size: 16px;
    margin: 0px 0px;
}

.btn-contacto-navBar:hover {
    background: #F5B71F;
}


@keyframes move-vector {
    0% {
        transform: translateY(15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(15px);
    }
}


/* END    nav bar */

.carousel-container {
    position: relative;
}

.carousel {
    display: flex;
    overflow: hidden;
}

.carousel img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background: #000;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}



/* home 1*/
.home1 {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
}

.home1color {
    height: 100%;
    background: #C32541;
}
.home1colorNew {
    height: 100%;

}

.nosotros1color {
    height: 100%;
    background: #C32541;
}

.home1image {
    bottom: 0px;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.service1image {
    bottom: 0px;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.rectangulo56 {
    /* Rectangle 56 */
    position: absolute;
    width: 25%;
    height: 90px;
    left: -184px;
    top: 120px;
    border: 8px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}

.rectangulo56-nosotros {
    /* Rectangle 56 */
    position: absolute;
    width: 25%;
    height: 90px;
    left: -184px;
    top: 120px;
    border: 8px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}

.rectangulo50 {
    /* Rectangle 50 */
    position: absolute;
    width: 100%;
    height: 251px;
    left: -50%;
    top: 315px;
    border: 16px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}

.rectangulo50-nosotros {
    /* Rectangle 50 */
    position: absolute;
    width: 63%;
    height: 251px;
    left: -197px;
    top: 315px;
    border: 16px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}

.rectangulo562 {
    /* Rectangle 56 */
    position: absolute;
    width: 50%;
    height: 83px;
    right: -40%;
    top: 10%;
    border: 8px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 600px;
}

.rectangulo562-nosotros {
    /* Rectangle 56 */
    position: absolute;
    width: 50%;
    height: 83px;
    right: -40%;
    top: 10%;
    border: 8px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 600px;
}

.rectangulo60 {
    /* Rectangle 60 */
    position: absolute;
    width: 50%;
    height: 134px;
    right: -20%;
    bottom: 5%;
    border: 8px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}

.

.imghome1 {
    position: absolute;
    /* width: 43%;
     height: 75%;
     left: 7%;
     top: 20%;*/
    margin-left: 10px;
    margin-right: 10px;
}

.areatitulo {
    position: absolute;
    top: 3%;
    width: 100%;
    height: 100%;
    text-align: center;
}

.areatitulo h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    position: absolute;
    text-align: center;
    color: #5A224C;
    width: 550px;
    height: 132px;
    left: 25%;
    top: 20%;
}

.areatitulo span {
    color: #F5B71F;
}

.areatitulo p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;

    position: absolute;
    width: 500px;
    height: 132px;
    left: 25%;
    top: 45%;
    color: #C32541;
}

.areaTitulo-button {
    position: absolute;
    top: 50%;
    left: 44%;
}

.areaTitulo-button:hover {
    background: #5A224C;
    color: #F5B71F;
}
/*
contenedor-img-home {
    position: absolute;
    width: 45%;
    height: 40%;
    left: 6%;
    top: 17%;

}
.btn-video {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    position: absolute;
    width: 8%;
    height: 8%;
    left: 40%;
    top: 37%;
    background: #C32541;
    opacity: 0.6;
    border-radius: 8px;
    color: #ffffff;

}*/

.contenedor-img-home {
    position: absolute;
    width: 600px;
    height: 500px;
    left: 6%;
    top: 17%;
}

.container-fluid1 {
    position: relative;
    width: 100%;
    max-width: 100%; /* Asegura que el contenido ocupe todo el ancho */
    height: auto; /* Permite que la altura se ajuste automáticamente */
}

.img-fluid1 {
    width: 100%; /* Asegura que la imagen ocupe todo el ancho disponible */
    height: auto; /* Permite que la altura se ajuste automáticamente */
}

.btn-video {
    position: absolute;
    left: 40%;
    top: 37%;
    background: #C32541;
    opacity: 0.6;
    border-radius: 8px;
    color: #ffffff;
}


.btn-video:hover {
    background: #5A224C;
    color: #F5B71F;
}

/*Home 1 end*/

/* end home*/

/*footer*/

.footer_general {
    height: 420px;
   /* background: #5A224C; */
    background: #ffffff;
    position: relative;
    bottom: 0px;
}

.footer_blog {
    height: 305px;
    background: #5A224C;
    position: relative;
    bottom: 0px;
}

.footer_contact {
    /*height: 60px;*/
   /* background: #5A224C;*/
    position: relative;
    bottom: 0px;
    /* Flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100%;

}

.contenedor-elemntos {
    position: relative;
    width: 95%;
    margin: 0 auto;


}

.contenedor-elemntos-movile {
    display: none;
}
.footer-bar{
    margin-top: 50px;

}


.footer-bar ul {
    display: flex;
    max-width:100%;
    width: 95%;
    margin-top: -50px;
}
.flex-container {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}


.footer-bar  li {
    list-style: none;
    /*margin-right: 70px;*/
    display: flex;
    align-items: center;
}


.footer-bar {
    margin-left: 10px;
    margin-right: 4px;
    margin-bottom: 1px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    justify-content: center;
    align-items: center;


}


.footer_firma_parrafo {
    display: table-cell;
    vertical-align: middle;
    left: 35%;
    right: 20%;
    position: absolute;
    /*  font-family: 'Century Gothic'; */
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
   /* color: #ffffff;*/
    color:#5A224C;
  /*  margin-bottom: 30px;
    margin-top: 60px;  */
    margin-top: 130px;

}
.footer_txt_parrafo {
    display: table-cell;
    vertical-align: middle;
    left: 30%;
    position: absolute;
    /*  font-family: 'Century Gothic'; */
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    /* color: #ffffff;*/
    color:#5A224C;
    margin-bottom: 30px;
    margin-top: 60px;

}
.footer_txt_parrafo-list {
    display: table-cell;
    vertical-align: middle;

    position: absolute;
    /*  font-family: 'Century Gothic'; */
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    /* color: #ffffff;*/
    color:#5A224C;


}

.footer-txt {
  /*  color: #ffffff;*/
    color:#5A224C;
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.footer-txt:hover {
    color: #F5B71F;
}

.footer-txt1 {
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.footer-txt1:hover {
    color: #F5B71F;
}

.rectangulo62-footer {
    position: absolute;
    /* width: 321px;
     height: 58px;*/
    width: 25%;
    height: 15%;
    right: -10%;
    top: 10%;
    border: 2px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}

.rectangulo-footer {
    position: absolute;
    width: 100%;
    height: 41.4%;
    left: -20%;
    bottom: 10%;
    border: 8px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}

.elemntos-footer {
    position: relative;
    height: 100%;
    width: 100%;
}

.img-footer-mano {
    position: absolute;
    width: 321px;
    height: 270px;
    left: -10%;
    bottom: 12%;
}

.img-footer-carta {
    position: absolute;
    width: 71.22px;
    height: 71.22px;
    transform: rotate(-8.66deg);
    left: 50%;
    top: 1.7%;
}

.texto-footer {
    position: absolute;
    top: 19%;
    right: 13%;
    text-align: center;
    align-items: center;

}

.texto-footer h2 {
    /*   font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 59px;
    text-align: center;
    color: #ffffff;
}


.texto-footer span {
    color: #F5B71F;
}

.texto-footer p {
    height: 50%;
    color: #ffffff;
}

.footer-button {
    width: 40%;
    height: 54px;
    /*   font-family: 'Century Gothic'; */
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: auto;
}

.footer-button:hover {
    background: #F5B71F;
    color: #5A224C;
}

/* end footer*/


/* como lo hacemos*/
.como-lo-hacemos-class {
    position: static;
    background: #0da357;
    overflow: hidden;
}

.conte-card {
    text-align: center;
    position: relative;
}

.card-como-lo-hacemos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    position: static;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #FFFFFF;
    border-radius: 20px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    margin: 0px 0px;
    height: 280px;
}

.img-como-hacemos-card {


}

.card-como-lo-hacemos h4 {
    /*  font-family: 'Century Gothic'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #5A224C;
    text-align: left;
    margin-top: 18px;
}

.card-como-lo-hacemos p {
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #34355B;
    margin-top: 10px;
}

.card-hacemos-1 {
    height: 200px;
    position: relative;
}

.ovalo-como-hacemos {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 10%;
    background: #F5B71F;
    border-radius: 0px 200px 200px 0px;
}

.img-cel-como-hacemos {
    position: absolute;
    top: -10%;
    left: 30%;
    height: 346px;

}

.img-cel-como-hacemos-elemento {
    position: absolute;
    top: 13%;
    left: 36%;
    height: 110px;
}

.img-cel-como-hacemos-elemento2 {
    position: absolute;
    top: 10%;
    left: 37%;
    height: 155px;
}

.img-cel-como-hacemos-elemento3 {
    position: absolute;
    top: 10%;
    left: 40%;
    height: 135px;
}

/* END   como lo hacemos*/

/* Servicio Vertical */
.container-servico-vertical {
    margin-left: 6%;
    margin-right: 6%;
    align-items: center;

}

.container-servico-vertical h3 {
    align-items: center;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #5A224C;
}

.container-servico-vertical h3 span {
    color: #F5B71F;
}

.parrafo-general {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #34355B;
}

.parrafo-general span {
    color: #F5B71F;
}

.parrafo-general span:hover {
    color: #C32541;
}

.container-servico-vertical p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #34355B;
}

.container-servico-vertical p span {
    color: #F5B71F;
}

.container-servico-vertical p span:hover {
    color: #C32541;
}

.card-servicio {
    /* Card */
    height: 330px;
    width: 170px;
    background: #FFFFFF;
    border: 2px solid #5A224C;
    box-sizing: border-box;
    box-shadow: 0px 51px 63px rgba(135, 135, 203, 0.07), 0px 33.0556px 36.8958px rgba(135, 135, 203, 0.0531481), 0px 19.6444px 20.0667px rgba(135, 135, 203, 0.0425185), 0px 10.2px 10.2375px rgba(135, 135, 203, 0.035), 0px 4.15556px 5.13333px rgba(135, 135, 203, 0.0274815), 0px 0.944444px 2.47917px rgba(135, 135, 203, 0.0168519);
    border-radius: 20px;
    position: relative;
    margin-top: -5px;
}

.card-servicio:hover {
    background: #F5B71F;
}

.card-servicio:hover ~ span {
    color: #ffffff;
}

.img-servicio-card {
    position: static;
    width: 100%;
    height: 70%;

    left: -1px;
    top: 0px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.img-servicio-card1 {
    position: static;
    width: 90%;
    height: auto;
    left: -1px;
    top: 0px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-top: 10%;
}

.img-servicio-card2 {
    position: static;
    width: 100%;
    height: 70%;
    left: -1px;
    top: 0px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    border-radius: 20px;
}

.card-servicio h4 {
    position: absolute;
    left: 8%;
    top: 70%;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #5A224C;
    text-align: left;
}

.card-servicio span {
    color: #F5B71F;
}

.card-button {
    width: 70%;
    height: 10%;
    left: 25%;
    bottom: 1px;
    position: absolute;
    background: #C32541;
    border-radius: 8px;
    font-size: 11px;
}

.card-button:hover {
    background: #5A224C;;
}

.rectagulo_servicios {
    position: absolute;
    width: 140%;
    height: 50%;
    left: -38%;
    bottom: 7%;
    border: 8px solid #5A224C;
    box-sizing: border-box;
    border-radius: 600px;
}

/* END Servicio Vertical */

/*Infraestructura tecnologica*/
.separador-infraestructura-tegnologica {
    height: 100px;
    width: 100%;
}

.infraestructura_tecnologica {
    position: relative;
}

.infraestructura_tecnologica h3 {
    /*   font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 59px;
    text-align: center;
    color: #5A224C;
}

.infraestructura_tecnologica h3 span {
    color: #F5B71F;
}


.card-infraestructura {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 20px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    margin: 0px 0px;
    height: 350px;
}

.img-infraestructura-card {
    width: 60px;

}

.img-infraestructura-card1 {
    width: 80px;
}

.card-infraestructura h4 {
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #5A224C;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 10px 0px;
    text-align: left;

}

.card-infraestructura p {
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #252644;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
    margin: 10px 0px;
    text-align: left;
}

.rectangulo-infraestructura {
    position: absolute;
    width: 70%;
    height: 30%;
    left: -137px;
    top: 65%;
    background: #C32541;
    border-radius: 200px;
}

/* END   Infraestructura tecnologica*/


/*Home mapa*/
.area-mapa {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 20px;
}

.area-mapa h3 {
    color: #5A224C;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.area-mapa span {
    color: #F5B71F;
}

.area-mapa p {
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-align: center;

}

/*Home mapa END*/

/* ########################   NOSOTROS   ########################    */

.imghome1noostros {
    position: absolute;
    width: 43%;
    height: 75%;
    left: 7%;
    top: 24%;
}

.nosotros1 {
    padding-right: 0;
    padding-left: 0;
    height: 615px;
}

.servicios1 {
    padding-right: 0;
    padding-left: 0;
    height: 615px;
}

.rectangulo60nosotros {
    /* Rectangle 60 */
    position: absolute;
    width: 50%;
    height: 86px;
    left: 70%;
    bottom: 10%;
    border: 8px solid #C32541;
    box-sizing: border-box;
    border-radius: 600px;
}

.areatitulonosotros {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 30%;

}

.areatitulonosotros h3 {
    position: absolute;
    text-align: left;
    color: #5A224C;
    width: 550px;
    height: 132px;

}

.areatitulonosotros span {
    color: #F5B71F;
}

.areatitulonosotros p {
    width: 500px;
    height: 132px;
    position: absolute;
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #34355B;

}


/*mision*/

.nosotros-mision {
    padding-right: 0;
    padding-left: 0;
    height: 620px;
}

.nosotros-mision-color {
    height: 100%;
    background: #F5B71F;
}

.img-noostros-mision {
    position: absolute;
    width: 615px;
    height: 574px;
    right: 0px;
    bottom: 12.5%;
}

.rectangulo-nosotros-mision {
    /* Rectangle 60 */
    position: absolute;
    width: 100%;
    height: 200px;
    left: 55%;
    bottom: 10%;
    border: 16px solid #5A224C;
    box-sizing: border-box;
    border-radius: 600px;
}

.rectangulo-nosotros-mision1 {
    position: absolute;
    width: 321px;
    height: 83px;
    left: -39px;
    bottom: 7%;
    border: 8px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}

.titulo-mision {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px;
    position: absolute;
    width: 75%;
    height: 120px;
    left: 0px;
    top: 10%;
    background: #FFFFFF;
    border-radius: 0px 60px 60px 0px;
}

.titulo-mision h3 {
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #5A224C;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
}

.parr-mision {
    position: absolute;
    width: 568px;
    height: 214px;
    left: 12%;
    top: 40%;
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #34355B;
    text-align: justify;
}
.parr-mision1{
    position: absolute;
    width: 80%;
    height: auto;
    left: 15%;
    top: 32%;
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #34355B;
    text-align: justify;

}
/*Nuestro copromiso*/

.nosotros-compromiso {
    padding-right: 0;
    padding-left: 0;
    height: 620px;
}

.nosotros-compromiso-color {
    height: 100%;
    background: #C32541;
}


.titulo-compromiso {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px;
    position: absolute;
    width: 649px;
    height: 120px;
    right: 0px;
    top: 10%;
    background: #ffffff;
    border-radius: 60px 0px 0px 60px;
}

.titulo-compromiso h3 {
    /*   font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #5A224C;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
}

.parr-compromiso {
    position: absolute;
    width: 568px;
    height: 214px;
    right: 12%;
    top: 40%;
    /*   font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #34355B;
    text-align: justify;
}

.img-noostros-compromiso {
    position: absolute;
    width: 455px;
    height: 459.8px;
    left: 20%;
    bottom: 8%;
}

.rectangulo-nosotros-compromiso {
    /* Rectangle 60 */
    position: absolute;
    width: 70%;
    height: 200px;
    left: -20%;
    bottom: 10%;
    border: 16px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}

.rectangulo-nosotros-compromiso1 {
    position: absolute;
    width: 50%;
    height: 15%;
    left: 80%;
    bottom: 7%;
    border: 8px solid #C32541;
    box-sizing: border-box;
    border-radius: 600px;
}

/*Nuestros clientes*/
.nuestros-clientes {

}

.nuestros-clientes h3 {
    /*  font-family: 'Century Gothic'; */
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #5A224C;
}

.nuestros-clientes span {
    color: #F5B71F;
}

.nuestros-clientes p {
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #34355B;
}

.img-cliente {
    height: 80px;
}

/* ########################   NOSOTROS END    ########################    */
/*###########################    Servicios      ########################### */

/*iniicio*/
.home1colornosotros {
    height: 100%;
    background: #C32541;
}

.areatitulonosotros-servicios {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 15%;
}

.areatitulonosotros-servicios h3 {
    position: absolute;
    text-align: left;
    color: #5A224C;
    width: 550px;
    height: 132px;
    top: 23%;

}

.areatitulonosotros-servicios span {
    color: #F5B71F;
}

.areatitulonosotros-servicios p {
    width: 500px;
    height: 132px;
    position: absolute;
    /*  font-family: 'Century Gothic'; */
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #34355B;
    top: 33%;
    text-align: justify;

}

.img-servicios1 {
    position: absolute;
    width: 928px;
    height: 449px;
    right: -5%;
    bottom: 12.5%;
}

.img-servicios2 {
    position: absolute;
    width: 193px;
    height: 328px;
    right: 480px;
    bottom: 18%;
}

.rectangulo-servicios {
    /* Rectangle 60 */
    position: absolute;
    width: 150%;
    height: 200px;
    left: 50%;
    bottom: 10%;
    border: 16px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}


/*visitas cobranza*/

.visitas_cobranza {
    padding-right: 0;
    padding-left: 0;
    height: 620px;
}

.visitas_cobranza1 {
    padding-right: 0;
    padding-left: 0;
    height: 620px;
}

.visitas_cobranza-color {
    height: 100%;
    background: #5A224C;
}


.img-visitas-cobraza {
    position: absolute;
    width: 455px;
    height: 459.8px;
    right: 0px;
    bottom: 12.5%;
}

.img-noostros-compromiso {
    position: absolute;
    width: 455px;
    height: 459.8px;
    left: 0.5%;
    bottom: 12.5%;
}

.rectangulo-gestion-inteligente {
    /* Rectangle 60 */
    position: absolute;
    width: 70%;
    height: 200px;
    left: -20%;
    bottom: 10%;
    border: 16px solid #5A224C;
    box-sizing: border-box;
    border-radius: 600px;
}

.rectangulo-gestion-inteligente1 {
    position: absolute;
    width: 50%;
    height: 15%;
    left: 80%;
    bottom: 7%;
    border: 8px solid #C32541;
    box-sizing: border-box;
    border-radius: 600px;
}

/*Gestiones inteligentes*/

.gestiones-inteligentes-color {
    height: 100%;
    background: #F5B71F;
}

.img-gestiones-inteligentes {
    position: absolute;
    width: auto;
    height: 100%;


}

.img-gestiones-inteligentes-red {
    position: absolute;
    width: auto;
    height: 69%;
    right: 10%;
    bottom: 5px;
}


/*visitas oculares*/

.visitas-oculares {
    padding-right: 0;
    padding-left: 0;
    height: 680px;
}

.visitas-oculares-color {
    height: 100%;
    background: #C32541;
}

.img-visitas-oculares {
    position: absolute;
    width: 617px;
    height: 453px;
    right: 0px;
    bottom: 12%;
}


.rectangulo-visitas-oculares1 {
    position: absolute;
    width: 321px;
    height: 83px;
    left: -39px;
    bottom: 7%;
    border: 8px solid #C32541;
    box-sizing: border-box;
    border-radius: 600px;
}


.img-visitas-oculares {
    position: absolute;
    width: 617px;
    height: 453px;
    /*left: 54.5%;*/
    right: 0px;
    bottom: 12.5%;
}

.rectangulo-visitas-oculares {
    /* Rectangle 60 */
    position: absolute;
    width: 150%;
    height: 200px;
    left: 50%;
    bottom: 10%;
    border: 16px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}

.rectangulo-visitas-oculares1 {
    position: absolute;
    width: 321px;
    height: 83px;
    left: -39px;
    bottom: 7%;
    border: 8px solid #5A224C;
    box-sizing: border-box;
    border-radius: 600px;
}

/*entrega de documentos*/


.img-entrega-documentos {
    position: absolute;
    width: 616px;
    height: 509px;
    left: 0%;
    bottom: 10%;
}

/*Caracteristicas competitivas*/

.caracteristicas-competitivas-color {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;

}

.image-container {
    position: relative;
}

.img-caracteristicas-competitivas {
    width: 90%;
    height: auto;
    max-width: 100%; /* Evita que la imagen sea más grande que el contenedor */
}

.rectangulo-caracteristicas-competitivas {
    /* Rectangle 60 */
    position: absolute;
    width: 140%;
    height: 200px;
    right: -30%;
    bottom: 10%;
    border: 16px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}


.lista-caracteristicas {
    text-align: center;
}

.elemento-lista {
    height: 50px;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1em;
    text-align: center;
    position: relative;
}

.elemento-lista img {
    position: absolute;
    left: 5%;
    width: 20px;
    height: 20px;
}

.elemento-lista p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #34355B;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: 15%;
    margin: auto;
}
.elemento-lista p:hover{
    color: #F5B71F;
}

.cuadro-numerico {
    text-align: center;
}

.elemtono-numerico {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    position: static;
}

.elemtono-numerico h4 {
    /*   font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #F5B71F;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 24px 0px;
    text-align: center;
}

.elemtono-numerico p {
    /*  font-family: 'Century Gothic'; */
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #5A224C;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 24px 0px;
    text-align: center;

}

.elemtono-numerico span {

}

.linea-horizontal {
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0%;
    top: 50%;
    border: 1px solid #5A224C;
}

.linea-vertical-1 {
    position: absolute;
    width: 0%;
    height: 100%;
    left: 33.333%;
    top: 0%;
    border: 1px solid #5A224C;
}

.linea-vertical-2 {
    position: absolute;
    width: 0%;
    height: 100%;
    left: 64%;
    top: 0%;
    border: 1px solid #5A224C;
}

/* contcato*/
.form_contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 16px;


}
.msg_contacto_exitoso{
    width: 100%;
    height: 100%;
    margin-bottom: 10%;

}

.msg_contacto_exitoso h3 {
    /*   font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align:left;
    color: #5A224C;
}

.msg_contacto_exitoso h3 span {
    color: #F5B71F;
}
span{
    color: #F5B71F;
    font-weight: 700;
}


.msg_contacto_exitoso h5 {
    /*   font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #5A224C;
    text-align: left;
}

.msg_contacto_exitoso p {
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #34355B;
    text-align: left;
}

.msg_contacto_exitoso a {
    /*  font-family: 'Century Gothic';*/
    color: #F5B71F;
}



.rectangulo-contacto_demo {
    position: absolute;
    width: 90%;
    height: 70%;
    right: -30%;
    top: 0px;
    background: #5A224C;
    border-radius: 200px;
    text-align: center;
}

.rectangulo-contacto_demo h3 {
    /*   font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    text-align:center;
    color: #F5B71F;
    margin-top: 20px;
}
.rectangulo-contacto_demo-button{
    position: absolute;
    background: #F5B71F;
    color:#5A224C;
    top: 50%;
    left: 35%;

}
.rectangulo-contacto_demo-button:hover {
    background: #C32541;
    color:#ffffff;
}


.contenedor_text {
    margin-bottom: 5px;
}

.input_contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 20px;

    position: static;
    width: 100%;
    height: 50px;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    border: 1.5px solid #EAEDF0;
    box-sizing: border-box;
    border-radius: 5px;
    flex: none;
    order: 0;
    flex-grow: 0;
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
    color: #34355B;
    outline-color: #F5B71F;

}

.form_contact span {
    color: #C32541;
    font-size: 15px;
    visibility: hidden;

}

.btn_contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    position: static;
    width: 95%;
    height: 50px;
    background: #5A224C;
    border-radius: 8px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.btn_contact:hover {
    background: #F5B71F;
    color: #5A224C;
}

.contendero_texto {
    top: 5%;
}

.contendero_texto h5 {
    /*   font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #5A224C;
    text-align: left;
}

.contendero_texto p {
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #34355B;
    text-align: left;
}

.contendero_texto a {
    /*  font-family: 'Century Gothic';*/
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #B00020;
    text-align: left;
}

.contenedor-elemntos-contacto {
    position: relative;
    height: 200px;
}

.rectangulo-footer2 {
    /* Rectangle 54 */
    position: absolute;
    width: 100%;
    height: 45%;
    left: -30%;
    bottom: 0%;
    border: 8px solid #F5B71F;
    box-sizing: border-box;
    border-radius: 600px;
}

.img-footer-mano2 {
    position: absolute;
    width: 252px;
    height: 212px;
    left: -2%;
    bottom: 3%;
}

.img-footer-carta2 {
    position: absolute;
    width: 49.65px;
    height: 49.65px;
    transform: rotate(-8.66deg);
    left: 45%;
    top: -8%;
}


/*###########################  END  Servicios      ########################### */


/*########################### BLOG     ########################### */

.elemntos-footer-blog{

}

.elemntos-footer-blog h3{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
}
.elemntos-footer-blog span{
    color:#F5B71F;
}
.input-footer-blog{
    background: #FFFFFF;
    border-radius: 8px 0px 0px 8px;
    border: 8px solid #FFFFFF;
    color: #34355B;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 300px;
}
.btn-footer-blog{
    background: #C32541;
    border-radius: 0px 8px 8px 0px;
    border: solid #C32541;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}


.btn-footer-blog:hover{
    background: #F5B71F;
    border: solid #F5B71F;
    color: #5A224C;

}
.cabecera_blog{
    width: 94%;
    height: auto;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;

}
.cabecera_blog img{
    width: 100%;
    height: auto;
}
.cabecera_blob-titulo{
    position: absolute;
    width: 50%;
    height: 240px;
    left: 1%;
    top: 40%;
    background: #5A224C;
}
.cabecera_blob-titulo h3{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    width: 80%;
    margin-left: 10%;
    margin-top: 10%;
}
.cabecera_blob-titulo button{
    width: 25%;
    height:20%;
    margin-left: 10%;
    margin-bottom: 5%;
    background: #C32541;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.cabecera_blob-titulo button:hover{
    background: #F5B71F;
    color: #5A224C;

}


/*Cards blog*/

.contenedor_blog_tab{
    width: 94%;
    height: auto;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
}
.contenedor_text span{
    color: #C32541;
}
.card_blog{
    height: 420px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 5px;
}
.card_blog img{
    margin-top: 0px;
    margin-left: 0px;
    height: 50%;
    width: auto;

}

.card_blog:hover{
    background: #5A224C;
}
.card_blog:hover h4{
    color: #F5B71F;
}
.card_blog:hover p{
    color: #FFFFFF;
}
.card_blog:hover button{
    border: 1px solid #C32541;
    background:#C32541;
    color: #FFFFFF;
}

.card_blog h4{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #5A224C;
    width: 92%;
    margin-left: 4%;
    margin-top: 5%;
    text-align: left;
}
.card_blog p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #252644;
    width: 92%;
    margin-left: 4%;
    margin-top: 5%;
    text-align: left;
}

.card_blog ul {
    display: flex;
    width: 60%;
    position: absolute;
    bottom: 3%;
    left: 0%;
}

.card_blog ul li {
    list-style: none;
    margin-left: 0px;
    margin-right: 10px;
    display: flex;
   align-items: center;

    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    color: #C32541;
}

.key_word ul {
    display: flex;
    width: 90%;

}

.key_word ul li {
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;

    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;

    color: #C32541;
}

.card_redes{
    position: fixed;
    width: 55px;
    height: 135px;
    left: 0px;
    top: 100px;

    text-align: center;
}
.card_redes a{
    margin: auto;
    text-align: center;
    margin-top: 10px;

}

.compartir_redes ul {
    display: flex;
    width: 90%;

}

.compartir_redes ul li {
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    /* Body */

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;

    /* Violet 100 */

    color: #5A224C;


}



.card_blog button{
    border: 1px solid #5A224C;
    background:#FFFFFF;
    color: #5A224C;
    box-sizing: border-box;
    border-radius: 8px;
    width: 135px;
    height: 40px;
    margin-left: 56%;
    margin-right: 4%;
    position: absolute;
    bottom: 5%;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}
.card_blog button:hover{
    border: 1px solid #F5B71F;
    background:#F5B71F;
    color: #5A224C;
}
.contFecha{

    position: absolute;
    right: 25px;
    top: 20px;
    width: 90px;
    height: 40px;
    background: #5A224C;
    border-radius: 200px 0px 0px 200px;


}

.contFecha h3{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */
    text-align: center;
    color: #ffffff;
    width: 50%;
    position: absolute;
    left: 0%;
    top: 10%;


}
.contFecha p{
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #ffffff;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-top: 1px;
    margin-left: -5px;
}

.card_blog:hover .contFecha p{
    color: #5A224C;
}

.card_blog:hover .contFecha h3{
    color: #5A224C;
}
.card_blog:hover .contFecha{
    background:#F5B71F;
}

/*  Articulos  */


.contenedor_articulo{
    width: 94%;
    height: auto;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #34355B;
    text-align: justify;


}

.contenedor_articulo a{
    color: #F5B71F;
    font-size: 18px;
}

.contenedor_articulo a:hover{
    color: #5A224C;
}
.contenedor_articulo ul,ol{
    text-align: left;
}

.contenedor_articulo img{
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
}
.titulo_articulo{
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #5A224C;
    text-align: left;
}
.contenedor_articulo p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #34355B;
    text-align: justify;

}
.contenedor_parrafo{
    display: block;
}
.contenedor_parrafo_movile{
    display:none ;
}





/*###########################  END  BLOG      ########################### */



/*Haciendo la página Responsive*/

@media screen and (max-width: 1200px) {
    .contenedor_parrafo{
        display: none;
    }
    .contenedor_parrafo_movile{
        display:block ;
    }
    header {
        padding: 40px;
    }

    .footer-bar {
        padding: 10px;
        margin-bottom: 1px;
    }

    .footer_contact {
        margin-top: 30px;

    }


    .LogoNEW {

        width: 50%;
        height: auto;
        top: 0px;
        flex: none;
        order: 0;
        flex-grow: 0;
        margin-left: 0px;

    }
    .img-servicio-card1 {
        position: static;
        width: 70%;
        height: auto;
        left: -1px;
        top: 0px;
        flex: none;
        order: 0;
        flex-grow: 0;

    }
    .menu nav {
        position: fixed;
        top: 80px;
        right: -250px;
        background: #F5F7FA;
        width: 250px;
        height: 100vh;
        padding: 40px;
        z-index: 1;
        transition: all 300ms;
    }
    .menu ul {
        flex-direction: column;
        margin-top: 40px;
    }
    .menu ul li {
        margin-top: 30px;
        margin-left: 0;
    }
    .menu ul li a {
        text-align: left;
    }
    #icons-redes {
        display: inline-block;
        height: 80px;
        width: 140px;
        text-align: center;

    }
    #icons-redes a {
        text-align: center;
        top: 25px;
        position: absolute;

    }
    .img-icon-redes {
        width: 35px;
        height: 35px;
    }
    #bar-nav-contacto, #bar-nav-contacto1, #icons-redes {
        display: block;
    }

    #bar-nav-contacto-boton,#bar-nav-contacto-boton1, #nav-bar-redes {
        display: none;
    }
    .menu nav img {
        display: block;
        width: 60px;
    }
    .menu i {
        right: 90%;
    }
    #back_menu {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }


    .logo {
        height: 200%;
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Alineación a la izquierda */



    }
    .logo a{
        text-align: left;
    }

    .logo img {
        width: 45%;
        left: 0px;
    }
    .menu #btn_menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.1);
        font-size: 24px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 300ms;
        position: absolute;
        right: 1px;
    }
    .menu #btn_menu:hover {
        background: rgba(255, 255, 255, 0.2);

    }
    .form_contact {
        margin-top: 30px;
    }
    .footer_contact {
        margin-top: 30px;

    }
    .footer-bar {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 1px;



    }
    .footer-bar ul {
        flex-direction: column;
        margin-top: 10px;
        width: 100%;
    }
    .footer-bar ul li {
        width: 90%;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .footer-bar ul li a, div, p {
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    .reclamos2 {
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    .li1 {
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    .footer_firma_parrafo {
        text-align: center;
        align-items: center;
        top: 90%;
        left: 10%;
        right: 10%;
        margin-left: 5px;
        margin-right: 5px;
    }
    /*footer general*/
    .footer_general {
        height: 770px;
    }

    .footer_blog {
        height: 560px;
    }
    .contenedor-elemntos-movile {
        height: 490px;
        display: block;
        text-align: center;
        margin: auto;
        align-items: center;
        margin-top: 20px;
    }
    .elemntos-footer {
        margin-top: 30px;
        height: 280px;
        width: 100%;
    }
    .rectangulo-footer {

        width: 110%;
        height: 41.4%;
        left: -30%;
        bottom: 10%;
    }
    .img-footer-carta {
        left: 80%;
        top: -20%;
    }
    .texto-footer1 {
        margin-top: 40px;
        margin: 0 auto;
        width: 100%;
    }
    .rectangulo62-footer {
        display: none;
    }
    .texto-footer1 h2 {
        /*  font-family: 'Century Gothic';*/
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        color: #ffffff;

    }
    .texto-footer1 span {
        color: #F5B71F;
    }
    .texto-footer1 p {
        /*   font-family: 'Century Gothic';*/
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
    }
    .footer-button1 {
        width: 40%;
        height: 54px;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        margin: auto;
    }

    .elemntos-footer-blog h3{
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 44px;
        text-align: center;
        color: #ffffff;
    }

    .input-footer-blog{
        background: #FFFFFF;
        border-radius: 8px 0px 0px 8px;
        border: 8px solid #FFFFFF;
        color: #34355B;
        outline: none;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        width: 60%;
        margin-left: 10%;
    }
    .btn-footer-blog{
        background: #C32541;
        border-radius: 0px 8px 8px 0px;
        border: solid #C32541;
        color: #ffffff;
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        width: 20%;
    }

    .card_redes{
        display: none;
    }


}

@media screen and (max-width: 310px) {
    .contenedor_parrafo{
        display: none;
    }
    .contenedor_parrafo_movile{
        display:block ;
    }

    .footer_contact {
        margin-top: 30px;
    }
    .card_redes{
        display: none;
    }

}

@media screen and (max-width: 900px) {
    .card_redes{
        display: none;
    }
    .contenedor_parrafo{
        display: none;
    }
    .contenedor_parrafo_movile{
        display:block ;
    }
   #separadorBlogmovile{
       width: 100%;
       height: 190px;
   }
    .cabecera_blob-titulo{
        width: 92.5%;
        height: 200px;
        margin-left: 3%;
        margin-right: 3%;
        position: absolute;
        top: 100%;
    }

    .cabecera_blob-titulo h3{
        font-style: normal;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;

        color: #FFFFFF;
        width: 90%;
        margin-left: 5%;
        margin-top: 5%;
    }

    .cabecera_blob-titulo button{
        width: 50%;
        height:20%;
        margin-left: 25%;
        margin-bottom: 5%;
        background: #C32541;
        border-radius: 8px;
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;

    }


    .titulo_articulo{
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: left;
        color: #5A224C;
    }




    .menu nav {
        position: fixed;
        top: 80px;
        right: -250px;
        background: #F5F7FA;
        width: 250px;
        height: 100vh;
        padding: 40px;
        z-index: 1;
        transition: all 300ms;
    }
    .menu ul {
        flex-direction: column;
        margin-top: 40px;
    }
    .menu ul li {
        margin-top: 30px;
        margin-left: 0;
    }
    .menu ul li a {
        text-align: left;
    }
    #icons-redes {
        display: inline-block;
        height: 80px;
        width: 140px;
        text-align: center;

    }
    #icons-redes a {
        text-align: center;
        top: 25px;
        position: absolute;

    }
    .img-icon-redes {
        width: 35px;
        height: 35px;
    }
    #bar-nav-contacto, #bar-nav-contacto1, #icons-redes {
        display: block;
    }
    #bar-nav-contacto-boton, #nav-bar-redes {
        display: none;
    }
    .menu nav img {
        display: block;
        width: 60px;
    }
    .menu i {
        right: 90%;
    }
    #back_menu {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }
    .menu #btn_menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.1);
        font-size: 24px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 300ms;
        position: absolute;
        right: 1px;
    }
    .menu #btn_menu:hover {
        background: rgba(255, 255, 255, 0.2);

    }
    .form_contact {
        margin-top: 30px;
    }
    .footer_contact {
        margin-top: 30px;

    }
    .footer-bar {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;

    }
    .footer-bar ul {
        flex-direction: column;
        margin-top: 10px;
        width: 100%;

    }
    .footer-bar ul li {
        width: 90%;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .footer-bar ul li a, div, p {
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    .reclamos2 {
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    .li1 {
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    .footer_firma_parrafo {
        text-align: center;
        align-items: center;
        top: 90%;
        left: 10%;
        right: 10%;
        margin-left: 5px;
        margin-right: 5px;
    }
    /*footer general*/
    .footer_general {
        height: 770px;
    }

    .footer_blog {
        height: 550px;
    }
    .contenedor-elemntos-movile {
        height: 490px;
        display: block;
        text-align: center;
        margin: auto;
        align-items: center;
        margin-top: 20px;
    }
    .elemntos-footer {
        margin-top: 30px;
        height: 280px;
        width: 100%;
    }
    .rectangulo-footer {

        width: 110%;
        height: 41.4%;
        left: -30%;
        bottom: 10%;
    }
    .img-footer-carta {
        left: 80%;
        top: -20%;
    }
    .texto-footer1 {
        margin-top: 40px;
        margin: 0 auto;
        width: 100%;
    }
    .rectangulo62-footer {
        display: none;
    }
    .texto-footer1 h2 {
        /*  font-family: 'Century Gothic';*/
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        color: #ffffff;

    }
    .texto-footer1 span {
        color: #F5B71F;
    }
    .texto-footer1 p {
        /*   font-family: 'Century Gothic';*/
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
    }
    .footer-button1 {
        width: 40%;
        height: 54px;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        margin: auto;
    }

    /*Home*/
    .home1 {
        height: 280px;
    }

    .home1color {
        width: 80%;
        margin-left: 0px;
    }

    .home1image {
        background-image: none !important;
    }

    .service1image {
        background-image: none !important;
    }

    .rectangulo562, .rectangulo60 {
        display: none;
    }

    .rectangulo56 {
        /* Rectangle 56 */
        width: 45%;
        height: 50px;
        left: -20%;
        top: 10%;
        border: 5px solid #F5B71F;

    }

    .rectangulo50 {
        /* Rectangle 50 */
        width: 120%;
        height: 90px;
        left: -30%;
        top: 190px;
        border: 8px solid #F5B71F;
    }

    .contenedor-img-home {
        height: auto;
        width: 300px;
        left: 10px;
        bottom: 250px;

    }

    .areatitulo {
        position: absolute;
        top: 0%;
        width: 100%;
        height: 250px;

    }

    .areatitulo h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        position: absolute;
        text-align: left;
        width: 80%;
        height: auto;
        font-size: 24px;
        left: 7%;
        top: 5%;
    }

    .areatitulo p {
        position: absolute;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        width: 85%;
        height: auto;
        left: 7%;
        top: 45%;
        color: #C32541;
        text-align: left;
    }

    .areaTitulo-button {
        position: absolute;
        top: 70%;
        left: 25%;
        right: 35%;
        width: 40%;
        height: 54px;
    }

    /*Como lo hacemos*/
    .infraestructura_tecnologica h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }

    .infraestructura_tecnologica, .area-mapa p {
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 22px;
        text-align: center;
    }

    .conte-card {
        margin-top: 30px;
    }

    .ovalo-como-hacemos {
        left: -20%;
        width: 120%;

    }

    /*Un servicio vertical*/
    .container-servico-vertical h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        text-align: center;
        color: #5A224C;
    }

    .parrafo-general {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #34355B;
    }

    .parrafo-general span {
        color: #F5B71F;
    }

    .parrafo-general span:hover {
        color: #C32541;
    }

    .container-servico-vertical p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #34355B;
    }

    .rectagulo_servicios {
        position: absolute;
        width: 130%;
        height: 143px;
        left: -25%;
        top: 15%;

    }

    .card-servicio {
        height: 330px;
        width: 220px;
    }

    .rectagulo_servicios-movileFondo {
        border: 8px solid #5A224C;
        box-sizing: border-box;
        border-radius: 600px;
        position: absolute;
        width: 130%;
        height: 143px;
        right: -25%;
        bottom: -2%;
    }

    #infraestrutura_tecnologia {
        margin-top: 50px;
    }

    .card-infraestructura {
        margin: 0px 0px 15px 0px;
        height: 85%;

    }

    .rectangulo-infraestructura {
        position: absolute;
        width: 80%;
        height: 70%;
        left: -40%;
        top: 20%;
    }

    .separador-infraestructura-tegnologica {
        height: 0px;
        width: 100%;
    }

    /* Caracteristicas competitivas */
    .separador-movile-caracteristicasCompetitivas {
        height: 300px;
        width: 100%;
        margin-bottom: 0%;
    }

    .caracteristicas-competitivas-color {
        width: 100%;
        height: 300px;
        text-align: center;

    }

    .rectangulo-caracteristicas-competitivas {
        width: 140%;
        height: 160px;
        left: -30%;
        border: 8px solid #F5B71F;
    }

    .img-caracteristicas-competitivas {
        position: center;
        width: 80%;
        height: auto;
        margin-top: 10px;

    }

    .elemento-lista img {
        left: 5%;
        width: 20px;
        height: 20px;
    }

    .elemento-lista p {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #34355B;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        left: 15%;
    }

    /*Mapa*/
    .area-mapa h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }

    .area-mapa p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #34355B;
    }

    /*Nuestras ventajas*/
    .linea-horizontal, .linea-vertical-1, .linea-vertical-2 {
        display: none;
    }

    .cuadro-numerico {

        margin: auto;
    }

    .elemtono-numerico h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 59px;
    }

    .elemtono-numerico p {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #5A224C;
    }

    .separador-movile {

        width: 100%;
        height: 0px;
        border: 1px solid #5A224C;
    }

    /*Nosotros*/
    .nosotros1 {
        height: 280px;
    }

    .nosotros1color {
        width: 80%;
        margin-right: 0px;
    }

    .rectangulo60nosotros, .rectangulo562-nosotros {
        display: none;
    }

    .rectangulo56-nosotros {
        /* Rectangle 56 */
        width: 45%;
        height: 50px;
        left: 70%;
        top: 10%;
        border: 5px solid #F5B71F;

    }

    .rectangulo50-nosotros {
        /* Rectangle 50 */
        width: 120%;
        height: 90px;
        left: 10%;
        top: 190px;
        border: 8px solid #F5B71F;
    }

    .imghome1noostros {
        position: absolute;
        width: auto;
        height: 280px;
        right: 10%;
        top: 0px;
    }

    .areatitulonosotros {
        position: absolute;
        width: 80%;
        height: 100%;
        left: 8%;
        top: 0px;

    }

    .areatitulonosotros h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 39px;
        position: absolute;
        color: #5A224C;

    }

    .areatitulonosotros p {
        text-align: left;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        width: 100%;
        height: auto;
        position: absolute;
    }

    #n1 {
        top: -50%;

    }

    #n2 {
        top: 25%;
    }

    #n3 {
        top: 60%;
    }

    .cabeceraMobile {
        height: 245px;
        width: 100%;
    }
    .cabeceraMobileServicios {
        height: 160px;
        width: 100%;
    }
    .cabeceraMobile1 {
        height: 345px;
        width: 100%;
    }
    .footerMobile {
        height: 380px;
        width: 100%;
    }

    /*mision*/
    .nosotros-mision {
        height: 590px;
    }

    .nosotros-mision-color {
        position: absolute;
        bottom: 0px;
        width: 70%;
        height: 310px;
        left: 30%;
    }

    .contenedor-mision {
        position: absolute;
        width: 100%;
        height: 280px;
        top: 0px;
        left: 0px;
    }

    .rectangulo-nosotros-mision1 {
        display: none;
    }

    .rectangulo-nosotros-mision {
        /* Rectangle 60 */
        position: absolute;
        width: 120%;
        height: 200px;
        left: 5%;
        bottom: 6%;
        border: 8px solid #5A224C;
    }

    .img-noostros-mision {
        position: absolute;
        width: 327px;
        height: 307px;
        right: 0px;
        bottom: 7.5%;
    }

    .titulo-mision {
        padding: 36px;
        width: 95%;
        height: 57px;
        left: 0px;
        top: 10%;
        background: #ffffff;
    }

    .titulo-mision h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 10%;
    }


    .parr-mision {
        position: absolute;
        width: 80%;
        left: 10%;
        right: 10%;
        top: 40%;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #34355B;
        text-align: justify;
        margin: auto;
    }
    .parr-mision1{
        osition: absolute;
        width: 80%;
        left: 10%;
        right: 10%;
        top: 30%;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #34355B;
        text-align: justify;
        margin: auto;

    }
    .contenedor-mision,parr-mision span{
        color:  #F5B71F;
    }

    /*Compromiso*/
    .nosotros-compromiso {
        height: 590px;
    }

    .nosotros-compromiso-color {
        position: absolute;
        bottom: 0px;
        width: 70%;
        height: 310px;
        left: 0%;
    }

    .contenedor-compromiso {
        position: absolute;
        width: 100%;
        height: 280px;
        top: 0px;
        left: 0px;
    }

    .rectangulo-nosotros-compromiso1 {
        display: none;
    }

    .rectangulo-nosotros-compromiso {
        position: absolute;
        width: 120%;
        height: 200px;
        left: -25%;
        bottom: 6%;
        border: 8px solid #F5B71F;

    }

    .img-noostros-compromiso {
        position: absolute;
        width: 266px;
        height: 270px;
        left: 25%;
        bottom: 4.5%;
    }

    .titulo-compromiso {
        padding: 36px;
        width: 95%;
        height: 57px;
        right: 0px;
        top: 10%;
    }

    .titulo-compromiso h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 10%;
    }

    .parr-compromiso {
        position: absolute;
        width: 80%;
        left: 10%;
        right: 10%;
        top: 50%;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #34355B;
        text-align: justify;
        margin: auto;
    }

    /*Nuestros clientes*/
    .nuestros-clientes h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }

    .nuestros-clientes p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    /*Servicios*/
    .servicios1 {
        height: 520px;

    }

    .home1colornosotros {
        position: absolute;
        top: 0px;
        width: 70%;
        height: 280px;
        left: 30%;
    }

    .service1image {
        position: absolute;
        width: 100%;
        height: 240px;
        bottom: 0px;
        left: 0px;
    }

    .rectangulo-visitas-oculares1 {
        display: none;
    }

    .rectangulo-movile-servicio {
        position: absolute;
        box-sizing: border-box;
        border-radius: 600px;
        width: 45%;
        height: 50px;
        left: 70%;
        top: 10%;
        border: 5px solid #F5B71F;
    }

    .rectangulo-servicios {
        width: 120%;
        height: 90px;
        left: 10%;
        top: 190px;
        border: 8px solid #F5B71F;
    }

    .areatitulonosotros-servicios {
        position: absolute;
        width: 90%;
        height: 100%;
        left: 5%;
        top: 5px;
    }

    .areatitulonosotros-servicios h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 39px;
        position: absolute;
        top: 10%;
        left: 8%;
    }

    .areatitulonosotros-servicios p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        width: 85%;
        height: auto;
        position: absolute;
        left: 8%;
        top: 30%;
        text-align: left;
    }

    .img-servicios1 {
        width: auto;
        height: 198px;
        right: 0%;
        top: 10%;
    }

    .img-servicios2 {
        width: auto;
        height: 160px;
        right: 200px;
        top: 15%;
    }


    /*Gestion Inteligente*/
    .visitas_cobranza {
        height: 590px;
    }
    .visitas_cobranza1 {
        height: 790px;
    }

    .gestiones-inteligentes-color {
        position: absolute;
        bottom: 0px;
        width: 70%;
        height: 310px;
        left: 0%;
    }

    .contenedor-gestion-inteligente {
        position: absolute;
        width: 100%;
        height: 280px;
        top: 0px;
        left: 0px;
        text-align: center;
    }

    .contenedor-gestion-inteligente1 {
        position: absolute;
        width: 100%;
        height: 480px;
        top: 0px;
        left: 0px;
        text-align: center;
    }

    .rectangulo-gestion-inteligente1 {
        display: none;
    }

    .rectangulo-gestion-inteligente {
        position: absolute;
        width: 120%;
        height: 200px;
        left: -25%;
        bottom: 6%;
        border: 8px solid #5A224C;
    }

    .img-gestiones-inteligentes {
        position: absolute;
        width: 266px;
        height: 270px;
        left: 0%;
        bottom: 5%;
    }

    .img-gestiones-inteligentes-red {
        width: auto;
        height: 60%;
        margin: 0 auto;
        right: 10%;
        left: 10%;
    }

    .img-entrega-documentos {
        width: 361px;
        height: 303px;
        left: 0%;
        bottom: 0%;
    }

    /*Visitas de cobranza*/
    .contenedor-visitas-cobranza {
        position: absolute;
        width: 100%;
        height: 280px;
        top: 0px;
        left: 0px;
    }

    .visitas_cobranza-color {
        position: absolute;
        bottom: 0px;
        width: 70%;
        height: 310px;
        left: 30%;
    }

    .visitas-oculares-color {
        position: absolute;
        bottom: 0px;
        width: 70%;
        height: 310px;
        left: 30%;
    }

    .rectangulo-visitas-oculares1 {
        display: none;
    }

    .rectangulo-visitas-oculares {
        position: absolute;
        width: 120%;
        height: 200px;
        left: 5%;
        bottom: 6%;
        border: 8px solid #F5B71F;
    }

    .img-visitas-cobraza {
        width: 237px;
        height: 250px;
        right: 5px;
        bottom: 7%;

    }

    .img-visitas-oculares {
        position: absolute;
        width: 304px;
        height: 222px;
        right: 0px;
        bottom: 7%;

    }


    .msg_contacto_exitoso{
        width: 100%;
        height: 400px;
        margin-bottom: 10%;

    }

    .rectangulo-contacto_demo {
        position: absolute;
        width: 180%;
        height: 70%;
        left: 10%;
        top: 30px;
        background: #5A224C;
        border-radius: 200px;
        text-align: center;
    }


    .rectangulo-contacto_demo h3 {
        /*   font-family: 'Century Gothic';*/
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 29px;
        text-align:left;
        color: #F5B71F;
        margin-top: 20px;
        margin-left: 10%;
    }
    .rectangulo-contacto_demo-button{
        position: absolute;
        background: #F5B71F;
        color:#5A224C;
        top: 50%;
        left: 10%;


    }
    #dialog{

        width: 120%;
        height: auto;

    }


}

