/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    background-color: #ededed;
    font-family: "Poppins", sans-serif;
}

.logo {
    width: 200px;
    margin-top: 3px;
}

header {
    margin-top: 42px;
}

.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    animation: fadeInRight 1s ease-out forwards;
  }

  @keyframes fadeInRight {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .bor20 {
    border-radius: 20px;
    overflow: hidden;
  }

.sm1 {
    margin-top: 30px;
}

.sm2 {
    margin-top: 50px;
}

.sm3 {
    margin-top: 60px;
}

.caja_p p {
    color: #fff
}

.text_cr p {
    color: #fff;
    padding: 0;
    margin: 0;
}

.caja_text_slider {
    width: 300px;
    margin-top: 100px;
    margin-right: 100px;
    position: absolute;
    left: 24%;
}

.titulo_slider {
    color: #cc1611;
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
}

p {
    font-size: 14px;
    color: #606060;
    line-height: 17px;
}


.identificacion {
    color: #cc1611;
    padding: 12px 15px;
    border: 2px solid #cc1611;
    border-radius: 30px; background: #ffffff;
}


.datos_del_libro {
    padding-right: 25px; 
    color: #000;
}

.altito {
    height: 200px;
}

.det1 {
    position: absolute;
    top: 32px;
    left: 81px;
    width: 200px;
}




.det2 {
    position: absolute;
    top: 0px;
    right: 81px;
    width: 200px;
}

.bor20 {
    border-radius: 25px 0 0 25px;
    overflow: hidden;
}

.bor20_l {
    border-radius: 0 25px 25px 0;
    overflow: hidden;
}

.caja_text_inpor {
    float: left;
    width: 335px;
    margin-top: 220px;
    
    text-align: right;
}

.cocon {
    color: #606060;
}

.cocon:hover {
    color: #cc1611;
}

.r_b::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 45px;
    margin-left: -47px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
}

.caja_text_l {
    transform: rotate(270deg);
    position: absolute;
    left: 6px;
    bottom: 20%;
    width: 10px;
    height: 10px;
}

.text_l {
    font-family: "Bungee Outline", cursive;
    font-size: 56px;
    position: absolute;
    color: #cc1611;
    width: 1500px;
}

.caja_text_slider2 {
    width: 300px;
    margin-top: 20px;
    margin-right: 100px;
    float: right;
}

.r_n::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 45px;
    margin-left: -47px;
    height: 5px;
    background-color: #000;
    border-radius: 10px;
}

.btn_menu_1 {
    display: inline-block;
    width: auto;
    padding: 18px 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.btn_menu_2 a {
    position: relative;
    margin-top: 4px;
    display: inline-block;
    width: auto;
    padding: 5px 20px !important;
    background-color: #cc1611;
    color: #fff !important;
    border-radius: 20px;
    font-size: 16px;
    margin-left: 70px;
}

.btn_menu_2 {
    top: -10px;
}

.afoo {
    color: #fff;
}

.afoo:hover {
    color: #ff9e9e;
}

.btn_menu_2:hover {
    background-color: transparent !important;
}

.btn_re {
    float: right;
}

.btn_1 {
    display: inline-block;
    width: auto;
    padding: 7px 25px;
    margin-top: 10px;
    background-color: #fff;
    border: #cc1611 solid 3px;
    color: #cc1611;
    font-weight: 700;
    border-radius: 25px;
    font-size: 17px;
}

.btn_2 {
    display: inline-block;
    width: auto;
    padding: 7px 25px;
    margin-top: 10px;
    background-color: #cc1611;
    border: #fff solid 3px;
    color: #fff;
    font-weight: 400;
    border-radius: 25px;
    font-size: 17px;
}

.btn_1:hover {
    text-decoration: none;
    color: #000;
    background-color: #cc1611;
    border: #fff solid 3px;
    color: #fff;
}

.btn_2:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: #cc1611 solid 3px;
    color: #cc1611;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.btn_3 {
    display: inline-block;
    width: auto;
    padding: 7px 25px;
    margin-top: 10px;
    background-color: #fff;
    border: #fff solid 3px;
    color: #cc1611;
    font-weight: 700;
    border-radius: 25px;
    font-size: 15px;
}

.btn_rs {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: #fff solid 3px;
    color: #cc1611;
    font-weight: 700;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    margin: 15px;
}

.fix {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    background-color: #ededed;
    padding: 10px;
}

.fix.active {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.esp_header {
    width: 100%;
    height: 76px;
    display: inline-block;
}

.caja_right {
    float: right;
}

.caja_left {
    float: left;
}

.titulo {
    color: #cc1611;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.r::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 45px;
    margin-left: -47px;
    height: 5px;
    background-color: #cc1611;
    border-radius: 10px;
}

footer {
    font-weight: 200;
    color: #fff;
    position: relative;
    font-size: 14px;
}

.img_pro {
    border-radius: 15px;
    width: 100%;
}

.titulo2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.r2::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 45px;
    margin-left: -47px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
}

section {
    position: relative;
}

.titulo_servicio {
    font-size: 20px;
    font-weight: 700;
}

.img_s {
    width: 60px;
}

.text_ab_contacto {
    position: absolute;
    right: 50px;
    top: 15%;
}

.text_ab_proyectos {
    position: absolute;
    left: 50px;
    top: 3%;
}

.text_ab_servicios {
    position: absolute;
    left: 50px;
    top: 3%;
}

.text_ab_nosotros {
    position: absolute;
    left: 50px;
    bottom: 3%;
}

.text_ab_destacados {
    position: absolute;
    right: 50px;
    top: 15%;
}

.close {
    background-color: #cc1611 !important;
    color: #fff;
    border-radius: 50%;
    padding: 7px 9px !important;
    font-size: 14px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.ico_ab_proyectos {
    position: absolute;
    right: 0px;
    top: -1%;
    width: 254px;
}

.ico_ab_proyectos2 {
    position: absolute;
    right: 0px;
    bottom: -1%;
    width: 254px;
}

.caja_inp {
    margin-top: 20px;
    position: relative;
}

.inp {
    border: solid 1px #cc1611;
    border-radius: 50px;
    padding: 14px 10px 10px 60px;
    width: 100%;
}

.textarea {
    border: solid 1px #cc1611;
    border-radius: 25px;
    height: 200px;
    padding: 15px 10px 10px 25px;
    width: 100%;
    margin-top: 15px;
}

.ico_inp {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 35px;
}

.ico_ab_contacto {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 254px;
}


/*menu menu */

#primary_nav_wrap {
    margin-top: 15px;
    position: relative;
    z-index: 99;
}

#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
}

#primary_nav_wrap ul a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding: 0 10px;
}

#primary_nav_wrap ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#primary_nav_wrap ul li.current-menu-item {
    background: #ddd;
}

#primary_nav_wrap ul li:hover {
    background-color: #f6f6f6;
    border-radius: 5px;
}

#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
        border-radius: 5px;
        z-index: 111;
}

#primary_nav_wrap ul ul li {
    float: none;
    width: 200px;
}

#primary_nav_wrap ul ul a {
    line-height: 120%;
    padding: 10px 15px;
}

#primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%;
}

#primary_nav_wrap ul li:hover>ul {
    display: block;
}

#primary_nav_wrap ul li a.active {
    background: #cc1611;
    border-radius: 15px;
    color: #fff;
}


/*fin menu menu */

.efe:hover .ensima_pro {
    opacity: 1;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.ensima_pro {
    opacity: 0;
    position: absolute;
    width: 80%;
    height: 73%;
    margin: 31px;
    background-color: rgb(255 255 255 / 77%);
    font-size: 22px;
    padding: 10px;
    color: #000000;
    border-radius: 20px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.caja_redon {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    padding: 6px 9px 6px 6px;
    margin-top: 20px;
}

.num_cr {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #707070;
    font-size: 34px;
    text-align: center;
    font-weight: 600;
}

.tide p {
    color: #fff;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.tide1 p {
    color: #fff;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

.text_cr {
    display: inline-block;
    width: 83%;
    position: relative;
    top: 6px;
}

.img_slider {
    width: 100%;
    height: 600px;
    float: right;
    border-radius: 25px 0 0 25px;
    overflow: hidden;
}
.img_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btnsco {
    float: right;
}

.contxta {
    margin-top: -170px;
    background-color: #ddd;
    padding-top: 100px;
}

.mresx {
    position: relative;
    top: -10px;
}

.bar {
    display: none;
}

.cer {
    display: none;
}

@media screen and (max-width: 1400px) {
    .ico_ab_proyectos2 {
        position: absolute;
        right: 0px;
        bottom: -1%;
        width: 170px;
    }
    .ico_ab_proyectos {
        position: absolute;
        right: 0px;
        top: -1%;
        width: 155px;
    }
    .ico_ab_contacto {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 170px;
    }
    .det1 {
        position: absolute;
        top: 32px;
        left: 10px;
        width: 145px;
    }
    .det2 {
        position: absolute;
        top: 0px;
        right: 1px;
        width: 145px;
    }
}

@media screen and (max-width: 1200px) {
    .caja_text_slider {
        width: 300px;
        margin-top: 100px;
        margin-right: 100px;
        position: absolute;
        left: 5%;
    }
}

@media screen and (max-width: 1064px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {
    .bar {
        display: block;
        font-size: 23px;
        position: relative;
        top: 7px;
        float: right;
        border-radius: 5px;
        border: solid 1px #dd1611;
        padding: 7px 10px;
        color: #dd1611;
    }
    .cer {
        display: none;
        font-size: 23px;
        position: relative;
        top: 7px;
        float: right;
        border-radius: 5px;
        border: solid 1px #dd1611;
        padding: 7px 10px;
        color: #dd1611;
    }
    #primary_nav_wrap ul ul li {
        float: none;
        width: 100%;
    }
    #primary_nav_wrap ul li:hover>ul {
        display: block;
        width: 100%;
    }
    #primary_nav_wrap ul li:hover {
        background-color: #f6f6f6;
        border-radius: 0;
    }
    #primary_nav_wrap ul ul ul {
        top: 0;
        left: initial;
    }
    #primary_nav_wrap ul ul {
        display: none;
        position: relative;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 0;
    }
    #primary_nav_wrap ul li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .caja_text_slider2 {
        width: 300px;
        margin-top: 20px;
        margin-right: 100px;
        float: right;
    }
    .bor20 {
        border-radius: 25px;
        overflow: hidden;
    }
    .contxta {
        margin-top: -73px;
        background-color: #ddd;
        padding-top: 100px;
    }
    .ico_ab_proyectos2 {
        position: absolute;
        right: 0px;
        bottom: -1%;
        width: 170px;
        display: none;
    }
    .caja_text_inpor {
        float: left;
        width: 335px;
        margin-top: 23px;
        
        text-align: right;
    }
    .bor20_l {
        border-radius: 0;
        padding: 20px;
        overflow: hidden;
    }
    .esp_header {
        width: 100%;
        height: 10px;
        display: inline-block;
    }
    .mresx {
        position: relative;
        top: 0px;
    }
    #primary_nav_wrap {
        display: none;
    }
    .text_ab_proyectos {
        display: none;
    }
    .btn_2 {
        display: inline-block;
        width: auto;
        padding: 7px 25px;
        margin-top: 10px;
        background-color: #cc1611;
        border: #fff solid 3px;
        color: #fff;
        font-weight: 400;
        border-radius: 25px;
        font-size: 17px;
        width: 100%;
        text-align: center;
    }
    .btn_1 {
        display: inline-block;
        width: auto;
        padding: 7px 25px;
        margin-top: 10px;
        background-color: #fff;
        border: #cc1611 solid 3px;
        color: #cc1611;
        font-weight: 700;
        border-radius: 25px;
        font-size: 17px;
        zoom: 68%;
    }
    .no_re {
        display: none
    }
    .text_ab_contacto {
        position: absolute;
        right: 50px;
        top: 15%;
        display: none;
    }
    .btnsco {
        float: initial;
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 200px;
    }
    .ensima_pro {
        opacity: 0;
        position: absolute;
        width: 80%;
        height: 73%;
        margin: 31px;
        background-color: rgb(255 255 255 / 77%);
        font-size: 22px;
        padding: 10px;
        color: #000000;
        border-radius: 20px;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        zoom: 80%;
    }
    .text_ab_destacados {
        position: absolute;
        right: 50px;
        top: 15%;
        display: none;
    }
    .text_ab_servicios {
        display: none;
    }
    .img_s {
        width: 60px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .titulo_servicio {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
    .caja_text_slider {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        position: relative;
        left: initial;
        text-align: center;
        display: inline-block;
        padding-bottom: 15px;
    }
    .img_slider {
        width: 100%;
        height: 300px;
        float: initial;
    }
}

@media screen and (max-width: 680px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 360px) {}