@font-face {
    font-family: futura_condensed;
    src: url(Futura\ Condensed\ Regular.ttf);
}

@font-face {
    font-family: futura_condensed_bold;
    src: url(futura-condensed.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
a,
div,
p,
html,
body,
td,
input,
select,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: futura_condensed;
}

b {
    font-family: futura_condensed_bold;
}

.error {
    color: red;
    font-size: 20px;
}

.success {
    color: green;
    font-size: 20px;
}

.loading {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999999999;
}

body {
    background-image: url("../img/bg_amarillo.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f6f6f8;
}

.bg_footer {
    background: #fff;
    padding: 40px 0px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}

.bloque {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.text-middle {
    vertical-align: middle !important;
}

ul {
    padding-left: 0px;
    margin-left: 12px;
}

#form_contact {
    padding: 0% 10% 0% 10%;
}

#mymessage {
    height: 100px;
}

#submit_message {
    width: 260px;
    color: #fff;
    background: #ac8a32;
    padding: 6px 30px 6px 30px;
    border-radius: 10px;
    border: 0px;
    font-size: 17px;
}

.titulo_1 {
    color: #000;
    font-size: 34px;
    text-align: center;
    font-family: futura_condensed_bold;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
}

.bottom_border {
    position: absolute;
    width: 60px;
    border-bottom: 4px solid #ac8a32;
    margin-top: -32.3px;
}

.titulo_1_negro {
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-family: futura_condensed_bold;
    background-color: #000;
    border-radius: 20px;
}

.titulo_2 {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    font-weight: 700;
}

.texto_1 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}

.texto_2 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}

.texto_2 a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}

.texto_2>ul {
    padding-left: 10px;
}

.texto_2>ul>li {
    padding-top: 10px;
}

.btn_pdf {
    background: #000;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    padding: 6px 6px 6px 10px;
}

.btn_pdf img {
    width: 35px;
    margin-right: 6px;
}

.btn_pdf:hover {
    color: #ac8a32;
    text-decoration: none;
}

.logo_nosotros {
    text-align: center;
}

.logo_nosotros img {
    max-width: 120px;
}

.ico {
    height: 25px;
    color: #ac8a32;
}

.btn_action:hover {
    text-decoration: none;
}

.btn_action img {
    width: 46px;
}

.btn_action {
    margin-left: 4px;
    margin-top: 18px;
    display: block;
    width: 160px;
    color: #000;
    font-size: 20px;
}

.btn_header a {
    color: #fff;
}


/*carousel*/

.item a {
    text-decoration: none;
}

.titulo-carousel {
    text-align: center;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    margin-top: 50px;
    padding: 16px 10px 16px 10px;
    color: #fff;
    transition: all ease 0.5s;
    font-family: futura_condensed_bold;
}

.item:hover .titulo-carousel {
    padding: 26px 10px 26px 10px;
    margin-top: 40px;
    background: rgba(172, 138, 50, 0.5);
}

.carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
}

.btn_menu,
.btn_menu:hover {
    text-decoration: none;
}

.btn_menu img {
    width: 30px;
}

.img-carousel {
    border-radius: 20px;
}

.carousel-item img {
    border-radius: 20px;
}


/*BOTONES LATERALES*/

.btn_flotante_1,
.btn_flotante_2,
.btn_flotante_3,
.btn_flotante_4 {
    position: fixed;
    right: 20px;
    z-index: 999;
    top: 42%;
    padding: 10px;
    border-radius: 50%;
    transition: all ease 1s;
}

.btn_flotante_1 {
    background: #06d755;
}

.btn_flotante_2 {
    background: #727272;
}

.btn_flotante_3 {
    background: #dd3333;
}

.btn_flotante_1 i,
.btn_flotante_2 i,
.btn_flotante_3 i {
    color: #fff;
}

.btn_flotante_1:hover,
.btn_flotante_2:hover,
.btn_flotante_3:hover {
    text-decoration: none;
    background: #fff;
}

.btn_flotante_1:hover i {
    color: #06d755;
}

.btn_flotante_2:hover i {
    color: #727272;
}

.btn_flotante_3:hover i {
    color: #dd3333;
}

.btn_flotante_2 {
    margin-top: 70px;
}

.btn_flotante_3 {
    margin-top: 140px;
}

.btn_flotante_1 i,
.btn_flotante_2 i,
.btn_flotante_3 i,
.btn_flotante_4 i {
    font-size: 38px;
    transition: all ease 1s;
}

.btn_flotante_4:hover {
    text-decoration: none;
    color: #000;
}

.btn_flotante_4 {
    bottom: 20px;
    top: auto;
    background: transparent;
    color: #000;
    transform: rotate(90deg);
    border-radius: 0px;
}

.btn_flotante_4 i {
    font-size: 30px;
}


/*FOOTER*/

.footer {
    background: #ac8a32;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.border_table {
    border-bottom: 0px solid #333 !important;
    border-left: 0px solid #333;
    border-right: 0px solid #333;
}

.border_table td {
    border-top: 0px solid #333;
    border-left: 0px solid #333;
}

.texto_nosotros {
    min-height: 390px;
}

.border_table_r {
    border-top: 1px solid #ac8a32 !important;
    width: 70%;
}

.border_table_l {
    border-left: 1px solid #ac8a32 !important;
}

@media screen and (max-width:800px) {
    .titulo-carousel {
        top: 50%;
        margin-top: -20.5px;
        padding: 10px 10px 10px 10px;
    }
    .item:hover .titulo-carousel {
        padding: 10px 10px 10px 10px;
        background: rgba(172, 138, 50, 0.5);
        top: 50%;
        margin-top: -20.5px;
    }
}




.subtitulo-servicios{
  text-transform:uppercase;
}
  


.lista-letras{
  padding-left:10px;
}
.lista-letras li {
list-style-type: none;
counter-increment: lista;
position: relative;
}

.lista-letras li::before {
content: counter(lista, lower-alpha) ")";
text-align: right;
margin-right:16px;
  width:25px;
}
