/*Hoja de Estilo - Contacto*/
* {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
    color: inherit;
}

h1 {
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    padding-top: 30px;
    padding-bottom: 16px;
}

h2 {
    color: #D4A048;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 10px;
}

h5, .h5 {
    color: #d4a148d6;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 5px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-size: 18px;
}

html {
    scroll-behavior: smooth;
}

::selection {
    /*Cambia el fondo de la selección de los textos*/
    background-color: #d4a148a0;
    color: #ffffff;
}

/*Header*/

.primero {
    background-color: #DFE0DF;
}

.iconos a p {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
    color: #000000;
}

.iconos a i {
    padding-left: 10px;
}

/*NAVBAR*/

.bg-dark {
    background-image: url(../imagenes/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.logo img {
    height: 40px;
}

.nav-link.active {
    border: solid 2px #D4A048 !important;
}

.nav-link:hover {
    background-color: #D4A048 !important;
    color: #ffffff !important;
}

a.nav-link {
    padding: 14px 18px !important;
    border: solid 2px #d4a04800 !important;
}

/*Sección 1 - Redes */

.cont {
    background-color: #000000;
    color: #ffffff;
}

.icon {
    padding-top: 30px;
}

.img-somb {
    box-shadow: -6px 6px 8px #9c9c9cec;
}

/*Sección 2 - Formulario */

textarea, textarea:focus, input, input:focus, button, button:focus { /*No se que es, yo lo pego*/
    outline: none;
    resize: inherit;
}

.pb-minus-70 {
    padding-bottom: 70px;
}

.section-heading .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*Botones*/

.btn-close {
    margin-right: 7px;
  }
  
.btn-close span {
    color: transparent;
}

.default-button {
    border-radius: 5px;
    display: inline-block;
    background-color: #D4A048;
    border: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 7px 36px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #fff !important;
}

.default-button:after {
    display: none;
    content: "";
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: rgba(0, 0, 0, 0.247);
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
    left: 50%;
    -webkit-animation: ripple 1s;
            animation: ripple 1s;
    opacity: 0;
}

.default-button:focus:not(:active)::after {
    display: block;
  }
  
.popup-btn {
    border-radius: 5px;
    display: inline-block;
    border: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 12px 30px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #fff !important;
}

.popup-btn:after {
    display: none;
    content: "";
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #d4a148b8;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
    left: 50%;
    -webkit-animation: ripple 1s;
            animation: ripple 1s;
    opacity: 0;
}
  
.popup-btn:focus:not(:active)::after {
    display: block;
}
  
.popup-btn.danger {
    background-color: #d4a148b8;
}
  
.popup-btn.success {
    background-color: #D4A048;
}
  
.popup-btn.agree {
    background-color: #DFE0DF;
}
  
@-webkit-keyframes ripple {
    from {
      opacity: 1;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    to {
      opacity: 0;
      -webkit-transform: scale(10);
              transform: scale(10);
    }
}
  
@keyframes ripple {
    from {
      opacity: 1;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    to {
      opacity: 0;
      -webkit-transform: scale(10);
              transform: scale(10);
    }
}

/*Contact Form*/
.contact-form-wrap { /*Aquí esta la sombra de todo el formulario*/
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
            box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}
  
.contact-form-wrap .contact-form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form-wrap .contact-form-group > i { /*Estos son los iconos*/
    left: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
    position: absolute;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    display: inline-block;
    pointer-events: none;
    color: #D4A048;
    background: rgb(192 102 10 / 20%);
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.contact-form-wrap .contact-form-group .form-control {
    height: 60px;
    color: #000;
    outline: none;
    padding: 0 25px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
            box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
  }
  
  @media screen and (max-width: 576px) {
    .contact-form-wrap .contact-form-group .form-control {
      font-size: 14px;
    }
  }
  
.contact-form-wrap .contact-form-group .form-control:focus {
    outline: none;
    border: none;
    color: #000;
    -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
            box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}
  
.contact-form-wrap .contact-form-group #txtInput {
    padding-left: 90px;
}
  
.contact-form-wrap .contact-form-group #txtCaptchaSpan {
    position: absolute;
    top: 50%;
    height: 60px;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #D4A048;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.contact-form-wrap .contact-form-group textarea.form-control {
    height: auto;
    padding-top: 20px;
}
  
.contact-form-wrap .empty-form span, .contact-form-wrap .email-invalid span, .contact-form-wrap .phone-invalid span, .contact-form-wrap .terms-alert span, .contact-form-wrap .subject-alert span, .contact-form-wrap .security-alert span {
    display: block;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #DFE0DF;
    background: #343434;
}

#error_message {
    margin-top: 30px;
    display: block;
    padding: 20px;
    border-radius: 5px;
    word-break: break-word;
    background: rgba(242, 116, 116, 0.925);
    color: #fff;
  }
  
.custom-modal .modal-header {
    text-align: center;
    padding: 20px;
}
  
.custom-modal .modal-header h5, .custom-modal .modal-header button {
    color: #fff;
}

.custom-modal .modal-header.danger {
    background: #d4a148d3;
    color: #fff;
  }
  
.custom-modal .modal-header.success {
    background: #D4A048;
    color: #fff;
  }
  
.custom-modal .modal-header.terms {
    background: rgba(134, 128, 116, 0.824);
    color: #fff;
}

.custom-modal .modal-body {
    padding: 20px;
  }
  
.custom-modal .modal-body .form-popup-inner {
    text-align: center;
}
  
.custom-modal .modal-body .form-popup-inner .form-icon {
    margin-bottom: 30px;
}
  
.custom-modal .modal-body .form-popup-inner .form-icon svg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.custom-modal .modal-body .form-popup-inner .form-icon.danger svg {
    fill: #d4a148d3;
    stroke: #d4a148d3;
    /*background: rgba(242, 116, 116, 0.1); Fondo de X error de envio*/
}

.custom-modal .modal-body .form-popup-inner .form-icon.success svg {
    fill: #D4A048;
    stroke: #D4A048;
    /*background: rgba(10, 192, 131, 0.1); Fondo en la palomita que indica que se envio el correo bien*/
}

.custom-modal .modal-footer {
    padding: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
  
.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
  
.path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
            animation: dash 0.9s ease-in-out;
}
  
.path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
            animation: dash 0.9s 0.35s ease-in-out forwards;
}

.path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
            animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}
  
@-webkit-keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }
    100% {
      stroke-dashoffset: 0;
    }
 }
  
@keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }
    100% {
      stroke-dashoffset: 0;
    }
}
  
@-webkit-keyframes dashCheck {
    0% {
      stroke-dashoffset: -100;
    }
    100% {
      stroke-dashoffset: 900;
    }
}
  
@keyframes dashCheck {
    0% {
      stroke-dashoffset: -100;
    }
    100% {
      stroke-dashoffset: 900;
    }
}
  
.custom-control {
    padding: 0;
}
  
.custom-control .custom-control-input {
    position: relative;
}
  
.custom-control span {
    vertical-align: middle;
    margin-left: 14px;
    color: #000;
}

.custom-control span a {
    color: #D4A048;
  }
  
@media screen and (max-width: 576px) {
    .custom-control span {
      font-size: 14px;
    }
}

.custom-control .custom-control-label {
    margin-left: 0;
    width: 32px;
    height: 32px;
    outline: none;
    text-align: center;
    line-height: 32px;
  }
  
.custom-control .custom-control-label::before {
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    position: absolute;
    border: none !important;
    pointer-events: initial;
    border-radius: 50% !important;
    display: inline-block;
    color: #D4A048;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: rgb(192 102 10 / 20%);
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-label:active::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border: none;
  content: "\f00c";
  color: #D4A048;
  background: rgb(192 102 10 / 20%);
}

.custom-control-label::after {
  display: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border: none;
}

.form-validate-icons {
    top: 0;
    right: 14px;
    height: 60px;
    position: absolute;
    line-height: 60px;
  }
  
.form-validate-icons span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
.form-validate-icons span:before {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}
  
.form-validate-icons span.error {
    opacity: 1;
    visibility: visible;
}
  
.form-validate-icons span.error:before {
    content: "\f00d";
    color: #fefefef2;
    background: rgba(242, 116, 116, 0.464);
}

.form-validate-icons span.success {
    opacity: 1;
    visibility: visible;
  }
  
.form-validate-icons span.success:before {
    content: "\f00c";
    color: #fefefef2;
    background: rgba(10, 192, 25, 0.367);
 }
  
.custom-select-wrapper {
    position: relative;
}

.custom-select-wrapper select, .custom-select-wrapper .select-hide {
    display: none;
}
  
.custom-select-wrapper .select-selected {
    border-radius: 5px;
    outline: none;
    padding: 18px 25px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #fff;
    color: #677294 !important;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
            box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
}
  
.custom-select-wrapper .select-selected:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
            box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
}
  
.custom-select-wrapper .select-selected:after {
    right: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    content: "";
    position: absolute;
    pointer-events: none;
    display: inline-block;
    color: #D4A048;
    background: rgb(192 102 10 / 20%);
    font-size: 14px;
    /* font-family: "Font Awesome 5 Free";  Aqui esta el icono*/
    font-weight: 700;
    background-image: url(../imagenes/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center center;
}


.custom-select-wrapper .select-selected.select-arrow-active:after {
    background-image: url(../imagenes/chevron-down-b.svg);
    background-repeat: no-repeat;
    background-position: center center;
  } 
  
.custom-select-wrapper .select-items {
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 10px;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
            box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
}
  
.custom-select-wrapper .select-items .same-as-selected {
    background-color: #D4A048;
    border-bottom-color: #D4A048;
    color: #fff !important;
}

.custom-select-wrapper .select-items .same-as-selected:after {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
     background-image: url(../imagenes/chevron-down-b.svg);
    background-repeat: no-repeat;
    background-position: center center;
    
  } 
  
  .custom-select-wrapper .select-items div {
    color: #000;
    outline: none;
    width: 100%;
    display: block;
    padding: 18px 60px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  
  @media screen and (max-width: 576px) {
    .custom-select-wrapper .select-items div {
      font-size: 14px;
    }
  }
  
.custom-select-wrapper .select-items div:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
            box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}
  
.custom-select-wrapper .select-items div:last-child {
    border-bottom: 0;
}
  
.custom-select-wrapper .select-items div:after {
    content: "";
    left: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
    z-index: 14;
    position: absolute;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    display: inline-block;
  /*  color: #D4A048;
    background: rgb(192 102 10 / 20%);
    font-size: 12px;
    font-family: "Font Awesome 5 Free";   Aquí estan los íconos del menú
    font-weight: 700;
     background-image: url(../imagenes/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center center; */
}

.custom-select-wrapper .select-items div:hover {
    background-color: #D4A048;
    border-bottom-color: #D4A048;
    color: #fff;
}
  
.custom-select-wrapper .select-items div:hover:after {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

/* 06.Features*/ 

.features-box {
    padding: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(61, 82, 96, 0.15);
            box-shadow: 0 6px 10px 0 rgba(61, 82, 96, 0.15);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
.features-box:hover {
    -webkit-box-shadow: 0 22px 49px 0 rgba(61, 82, 96, 0.15);
            box-shadow: 0 22px 49px 0 rgba(61, 82, 96, 0.15);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
  
.features-box .features-icon i {
    color: #fff;
    font-size: 40px;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #D4A048;
}

/* FOOTER*/

footer {
    background-color: #000000;
    color: #ffffff;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    border-bottom: solid 1px #d4a148b6;
}

footer ul li p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: lighter;
}

footer ul li:hover{
    background-color: #DFE0DF;
    color: #000000;
}

.logo-footer img {
    height: 35px;
    margin-bottom: 10px;
}

.logo-footer p {
    padding: 20px 0;
}

.logo-footer a {
    padding-left: 10px;
}

.btn {
    color: #ffffff;
    padding: 0;
}

/*Botón para subir*/
.flecha {
    position: fixed;
    bottom: 33px;
    right: 20px;
}

.flecha img {
    width: 40px;
}

/*Botón whatsapp*/
.icono-wa {
    position: fixed;
    bottom: 130px;
    right: 20px;
}

.icono-wa i {
    color: #D4A048;
    font-size: 40px;
}