/*******************************/
/********* General CSS *********/
/*******************************/
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css');
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css');

body {
    color: #797979;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #1d2434;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #D5B981;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #D5B981;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
     border-radius: 50%;
}

.back-to-top:hover {
    background: #1d2434;
}

.back-to-top:hover i {
    color: #efe4cf;
}

.back-to-top i {
    color: #1d2434;
    padding-top: 10px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 60px;
    background: #1d2434;
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px dotted rgba(255, 255, 255, .5);
}

.top-bar .text:last-child {
    border-right: 1px dotted rgba(255, 255, 255, .5);
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.top-bar .social {
    display: flex;
    height: 60px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    font-size: 22px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #D5B981;
    background: #394766;
}

@media (max-width: 992px) {
    .top-bar {
        padding: 0 60px;
        display: none !important;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 600;
}

.navbar .navbar-brand span {
    font-weight: 800;
}

.navbar .navbar-brand img {
   width: 80px;
    margin-left: 20px;
    margin-top: -40px;
    margin-bottom: -40px;
}

.navbar.nav-sticky img {
    display: inline-flex;
    width: 80px;
    margin-left: 20px;
    margin-top: -40px;
    margin-bottom: -40px;
    padding: 10px;
   
}

/*after*/
.navbar-nav a.nav-link{
  position: relative;
  margin: 3px;
}

.navbar-dark .navbar-nav .nav-link.active::after{
  content: "";
  background: #d6e758;
  position: absolute;
  left: 7%;
  top: calc(100% - 10px);
  width: 90%;
  height: 2px;
  opacity: 0.5;
}



.navbar-dark .navbar-nav .nav-link:hover::after{
  content: "";
  background: #d6e758;
  position: absolute;
  left: 7%;
  top: calc(100% - 10px);
  width: 90%;
  height: 2px;
  opacity: 1;
  transition: opacity 0.5s;
}

@media (max-width: 514px) {

    .navbar .navbar-brand img {
    width: 80px;
    margin-left: 20px;
    margin-top: -40px;
    margin-bottom: -40px;
    padding: 10px;
}
   .navbar.nav-sticky img {
    width: 80px;
    margin-left: 20px;
    margin-top: -40px;
    margin-bottom: -40px;
    padding: 10px;
   } 
}


.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    transition: none;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 60px;
        padding: 20px 60px;
        background: rgba(0, 0, 0, .5) !important;
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #1d2434 !important;
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #1d2434 !important;
    }
    
    .navbar a.nav-link {
        padding: 5px;
        margin-top: 20px;
        font-size: 20px;
        text-align: center;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }

.navbar-dark .navbar-nav .nav-link.active::after{
  content: "";
  background-color: #d6e758;
  position: absolute;
  left: 39%;
  top: calc(100% - 8px);
  width: 22%;
  height: 2px;
  opacity:1;

}

.navbar-dark .navbar-nav .nav-link:hover::after{
   content: "";
  background-color: #d6e758;
  position: absolute;
  left: 39%;
  top: calc(100% - 8px);
  width: 22%;
  height: 2px;
  opacity: 1;
}

}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    height: calc(100vh - 160px);
    background-image: url(../img/hero-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    position: relative;
    text-align: right;
}

.hero .hero-text .hero-logo {
    position: relative;
    align-content: center;
    margin-left: 20%;
    margin-bottom: 95px;
}

.hero .hero-image img {
    max-width: 99%;
    max-height: 99%;
    border: 1px solid black !important;
    margin-top: 14%;
    border-radius: 5%;
    box-shadow: inset -1px 3px 8px 5px #1F87FF, 2px 5px 16px 0px #0B325E, 5px 5px 3px 5px rgba(129,134,72,0);
    -webkit-clip-path:polygon(0% 20%, 100% 0%,100% 100%,0% 80%);
    clip-path:polygon(-5% 15%, 100% 10%,100% 100%,0% 90%);
}

.hero .hero-text {
    position: relative;
    padding-left: 125px;
    width: 800px;
    height: calc(100vh - 60px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero .hero-text h1 {
    color: #1d2434;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 80px;
    margin-top: -60px;
    color: #f4fbc3;
    font-family: 'Fredericka the Great', cursive;
    text-shadow: 1px 1px 2px black, 0 0 25px #2a2a2a, 0 0 5px #292739;
}

.hero .hero-text p {
    color: #000;
    text-shadow: 1px 1px #070040, -1px -1px #ffffff, 2px 2px #3fd728;
    font-size: 25px;
    margin-bottom: 25px;
    font-family: 'Fredericka the Great';
}

.hero .hero-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1d2434;
    background: none;
    border: 2px solid #1d2434;
    border-radius: 0;
    transition: .3s;
     font-family: 'Fredericka the Great';
}

.hero .hero-text .btn:hover {
    color: #D5B981;
    background: #1d2434;
}

.hero .btn-play {
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.hero .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1D2434;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.hero .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1D2434;
    border-radius: 50%;
    transition: all 200ms;
}

.hero .btn-play:hover:after {
    background-color:#1D2434;
}

.hero .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.hero .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #ffffff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 999;
    font-size: 50px;
    font-weight: bold;
    color: #ff0004;
    opacity: 1;
}

@media (max-width: 575px) {
    .hero {   
      background-image: url(../img/hero-2.jpg);        
      background-size: contain; 
      height: auto;
      margin: 5px;
      margin-top: -120px;
      margin-bottom: -100px;
    }

    .about-page-header {   
      background-image: url(../img/about-header-2.jpg);        
      background-size: contain;
      height: auto;
      margin: 5px;
      margin-top: -120px;
      margin-bottom: -100px;
    }


}

@media (max-width: 991.98px) {
    .hero .hero-text {
        padding-left: 15px;
    }
    
    .hero .hero-text h1 {
        font-size: 35px;
    }
    
    .hero .hero-text p {
        font-size: 18px;
    }
    
    .hero .hero-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .hero .hero-text h1 {
        font-size: 30px;
        font-weight: 600;
        margin-left: -20px;
    }
    
    .hero .hero-text p {
        font-size: 16px;
    }
    
    .hero .hero-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0;
    }

    .hero .hero-text .hero-logo {
    position: relative;
    align-content: center;
    margin-left: 20%;
    margin-bottom: 25px;
    margin-top: -150px;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-text h1 {
        font-size: 25px;
        font-weight: 600;
        margin-left: -10px;
    }
    
    .hero .hero-text p {
        font-size: 17px;
    }
    
    .hero .hero-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
    }
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
   background:#D5B981;

   
}

.page-header h2 {
    position: relative;
    color: #d6dce8;
    font-size: 60px;
    font-weight: 700;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #d6dce8;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #d6dce8;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #fafde1;
    font-family: 'Fredericka the Great', cursive;
    text-shadow: 1px 1px 2px black, 0 0 25px #2a2a2a, 0 0 5px #292739;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about-page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background-image: url(../img/about-header.jpg);

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;   
}

.about-page-header h1 {
    position: relative;
    color: #d6dce8;
    font-size: 60px;
    font-weight: 700;
}

.about-page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #d6dce8;
}

.about-page-header a:hover {
    color: #ffffff;
}

.about-page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #d6dce8;
}

.about-page-header a:last-child::after {
    display: none;
}

/*About-team*/

.about-team {
    position: relative;
    width: 100%;
    padding: 45px 0 45px 0;
    border-bottom: 1px dotted rgb(13.945, 23.284, 49.805, .5);
}

.horario {
    width: 100% !important;
    border-radius: 10px;
    background-color: rgba(6, 217, 217, 0.1353) !important;
    color: #04237b !important;
    font-weight: bold !important;
    border: 3px double #aca2fc;
    padding: 40px;
    margin: 20px;
    text-align: center !important;
    margin-left: -20px;
}

.about-team .horario:hover {
    color: #f7ffbf !important;
    border-radius: 15px;
    background-color: rgb(205.2, 227.95, 241.05) !important;
    text-shadow: rgb(5, 21, 27) 1px 0px 0px, rgb(5, 21, 27) 0.540302px 0.841471px 0px, 
    rgb(5, 21, 27) -0.416147px 0.909297px 0px, rgb(5, 21, 27) -0.989993px 0.14112px 0px, 
    rgb(5, 21, 27) -0.653644px -0.756803px 0px, rgb(5, 21, 27) 0.283662px -0.958924px 0px, 
    rgb(5, 21, 27) 0.96017px -0.279416px 0px;
}



.about-team .text-team p {
    font-size: 19px;
    font-weight: 400;
    background-color: #dae39b;
    color: rgb(13.945, 23.284, 49.805);
    text-indent: 20px;
    padding: 10px;
    margin: 5px !important;
    border-radius: 10px;
    background-color: rgb(9, 25, 25, 0.2);
    font-family:serif;
}

.about-team .text-team p span {
    font-size: 29px;
    margin-right: 0;
    font-family: 'Fredericka the Great';
}

.about-team .text-team .btn {
    background-color: rgb(9, 25, 25, 0.2);
    font-size: 19px;
    border-radius: 10px;
}

.about-team .text-team a {
    color: #00008b;
}

.about-team .text-team a:hover {
    color: #fff;
    background: #9ca6c3;
}

.about-team .text-team span {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.about-team .team-item {
    margin-bottom: 30px;
}

.about-team .team-img {
    position: relative;
}

.about-team .team-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    border: 1px solid #F6F6F7;
    transition: .3s;
    z-index: 1;
}

.about-team .team-img img {
    width: 100%;
}

.about-team .team-text {
    position: relative;
    margin: -30px 15px 0 15px;
    padding: 30px 15px;
    text-align: center;
    background: #ccccd2;
    transition: .3s;
    z-index: 2;
}

.about-team .team-text h2 {
    font-size: 16px;
    font-weight: 600;
}

.about-team .team-text p {
    margin: 0;
    color: #333333;
}

.about-team .team-item:hover .team-text {
    background: #D5B981;
}

.about-team .team-item:hover .team-img::after {
    border-color: #D5B981;
}

.about-team .noticia {
  
  margin: 10px auto;
  color: #000;
  padding: 15px;
}

.about-team .noticia img {
  width: 60px;
  float: left;
  margin-right: 15px;
  margin-left: -20px;
 background-color: rgb(9, 25, 25, 0.2);
 border-radius: 5px; 
 padding: 6px;
}

.about-team .noticia aside {
  float: right;
  margin-left: 35px;
  margin-top: -100px;
}

.about-team .noticia h4 {
    font-size: 24px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
    font-family: "Patua One",Arial,Tahoma,sans-serif;

}

.about-team .noticia p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-left: 10px;
    margin-top: -5px;
    line-height: 1.6;
   
}

.about-team .reset {
  clear: both;
}


@media (max-width: 767.98px) {
    .about-page-header h2 {
        font-size: 35px;
    }
    
    .about-page-header a {
        font-size: 18px;
    }
}
   /* End About-page-header*/

.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
    background: url(../img/fondo.jpg);
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-text span {
  font-size: 19px;
  color: #000;
  font-weight: 600;
}

.about .about-img {
    position: relative;
    height: 100%;
    margin: 60px 0 0 60px;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    margin-left: -50px;
    border: 1px solid #000;
    padding: 2px !important;
    border-radius: 10px !important;
    box-shadow: 0px 5px 11px 1px rgb(23, 61, 167, .6);
}

.about .about-img img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 1;
}



.about .about-text p {
    font-size: 19px;
    color: #000;
    text-indent: 20px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1d2434;
    border: 2px solid #1d2434;
    border-radius: 0;
    background: none;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #D5B981;
    background: #1d2434;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }

    #myVideo {
        width: 99%;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    background: rgba(29, 36, 52, .04);
}

.service .service-img {
    position: relative;
    width: 100%;
}

.service .service-img img {
    position: relative;
    padding: 1px !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
     border-radius: 10px !important;
     box-shadow: 0px 5px 11px 1px rgb(23, 61, 167, .6);
}

.service .service-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 1;
}

.service .service-item h3 {
    margin: 0;
    padding: 25px 15px 15px 15px;
    font-size: 25px;
    font-weight: 700;
}

.service .service-item p {
    margin: 0;
    padding: 0 25px 25px 25px;
    font-size: 16px;
}

.service .service-item .benef{
    text-indent: 20px;
    text-align: left;
    margin-left: 10px;
    padding: 0 !important;
}

.service .service-item a.btn {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #1d2434;
    border: 2px solid #1d2434;
    border-radius: 0;
    background: none;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #D5B981;
    background: #1d2434;
    border-color: #1d2434;
}

.service .section-header h3 {
    color: #7ebde1 !important;
   /* stroke-color: #05151b;*/
    letter-spacing: 1px;
    font-family: "Patua One",Arial,Tahoma,sans-serif !important;
   text-shadow: rgb(5, 21, 27) 1px 0px 0px, rgb(5, 21, 27) 0.540302px 0.841471px 0px, 
   rgb(5, 21, 27) -0.416147px 0.909297px 0px, rgb(5, 21, 27) -0.989993px 0.14112px 0px, 
   rgb(5, 21, 27) -0.653644px -0.756803px 0px, rgb(5, 21, 27) 0.283662px -0.958924px 0px,
   rgb(5, 21, 27) 0.96017px -0.279416px 0px;
}


/*******************************/
/********* Cita CSS *********/
/*******************************/

.cita {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    border-radius: 10px;
}

.cita .cita-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
    background: rgb(174.32, 191.44, 240.06, .7);
    border: 1px solid rgb(64, 72, 94, .6)

}

.cita .cita-item legend {
    color: #3c4664;
}

.cita .cita-item label {
    color: #3c4664;
    margin-left: -20px;
    margin-right: -20px;
}


.cita .cita-item input {
    margin-right: 20px;
    background-color: #dfffff;
    border: 1px solid rgb(60, 70, 100, .5);
}

.cita .cita-item textarea {
    margin-right: 20px;
    background-color: #dfffff;
    border: 1px solid rgb(60, 70, 100, .5);
}

.cita .cita-item .reset:hover {
    color: #000;
    background-color: rgb(60, 70, 100, .5);
}

.cita .cita-item .enviar:hover {
    color: #000;
    background-color: rgb(60, 70, 100, .5);
}

.cita .cita-img img {
    position: relative;
    padding: 1px !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
     border-radius: 10px !important;
     box-shadow: 0px 5px 11px 1px rgb(23, 61, 167, .6);
}

.cita .cita-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 1;
}

.cita .section-header h5 {
    margin: 0;
    padding: 1px 15px 1px 15px;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.cita .section-header p {
    margin: 0;
    padding: 0 15px 5px 15px;
    font-size: 22px;
    color: #000;
    text-decoration: underline;
}

.cita .section-header span {
    font-size: 19px;
    color: #000;
    font-weight: 600;

}

.cita .cita-item a.btn {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #1d2434;
    border: 2px solid #1d2434;
    border-radius: 0;
    background: none;
    transition: .3s;
}






/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    background-color: rgba(160, 217, 234, 0.39);
}

.price .section-header h3 {
  font-family: 'Fredericka the Great', cursive;
  text-shadow: 1px 2px 2px black, 0 0 25px #00009f, 0 0 25px #485478;
  letter-spacing: 1px;
  color: #fff;
}

.price .price-item {
    position: relative;
    width: 100%;
    display: flex;
    border-radius: 10px;
    border: 1px dotted gray;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 30px;
    background: rgb(91.296, 113.33, 163.7, .1);
    transition: .3s;
}

.price .price-item:hover {
    background: #8ADBEE9C;
}

.price .price-img {
    position: relative;
    width: 100px;
}

.price .price-img img {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid gray;
}

.price .price-img::after {
    position: absolute;
    content: "";
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 1;
    box-shadow: 0px 5px 11px 1px #e3e9fb;
}

.price .price-text {
    position: relative;
    padding: 0 5px;
    width: calc(100% - 100px);
    overflow: hidden;
}

.price .price-text h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 0 !important;
    white-space: nowrap;
    color: #330cf0;
}

.price .price-text h3 {
    position: relative;
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    color: #000;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 45px 0;
    border-bottom: 1px dotted rgb(13.945, 23.284, 49.805, .5);
}

.team .text-team p {
    font-size: 19px;
    font-weight: 400;
    background-color: rgba(6, 217, 217, 0.15) !important;
    color: rgb(13.945, 23.284, 49.805);
    text-indent: 20px;
    padding: 10px;
    margin: 5px !important;
    border-radius: 10px;
    background-color: rgb(9, 25, 25, 0.2);
    font-family:serif;
}

.team .text-team p:hover{
  background-color: rgb(16, 47, 47, 0.2) !important;	
}

.team .text-team p span {
    font-size: 29px;
    margin-right: 0;
    font-family: 'Fredericka the Great';
}

.team .text-team .btn {
    background-color: rgb(9, 25, 25, 0.2);
    font-size: 19px;
    border-radius: 10px;
}

.team .text-team a {
    color: #00008b;
}

.team .text-team a:hover {
    color: #fff;
    background: #9ca6c3;
}

.team .text-team span {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.team .team-item {
    margin-bottom: 30px;
}

.team .team-img {
    position: relative;
}

.team .team-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    border: 1px solid #F6F6F7;
    transition: .3s;
    z-index: 1;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: relative;
    margin: -30px 15px 0 15px;
    padding: 30px 15px;
    text-align: center;
    background: #ccccd2;
    transition: .3s;
    z-index: 2;
}

.team .team-text h2 {
    font-size: 16px;
    font-weight: 600;
}

.team .team-text p {
    margin: 0;
    color: #333333;
}

.team .team-item:hover .team-text {
    background: #D5B981;
}

.team .team-item:hover .team-img::after {
    border-color: #D5B981;
}

.team .noticia {
  
  margin: 10px auto;
  background-color: rgba(6, 217, 217, 0.1353);
  color: #000;
  padding: 15px;
  border-radius: 20px;
  max-width: 375px !important;
}

.team .noticia:hover{
	background-color: rgba(6, 217, 217, 0.2);
}

.team .noticia img {
  width: 60px;
  float: left;
  margin-right: 15px;
  margin-left: -10px;
  background-color: rgb(9, 25, 25, 0.2);
  border-radius: 5px; 
  padding: 6px;
  margin-top: 6%;
}

.team .noticia aside {
  float: right;
  margin-left: 50px;
  margin-top: -85px;
}

.team .noticia h4 {
    font-size: 24px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
    font-family: "Patua One",Arial,Tahoma,sans-serif;

}

.team .noticia p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-left: 10px;
    margin-top: -5px;
    line-height: 1.6;
   
}

.team .reset {
  clear: both;
}

.aftel{
    font-size: 26px !important;
}

/* Team pagina about*/
.team .noticia-about {
  border: 1px solid rgb(108, 126, 178, .3);
  margin: 10px auto;
  background-color: rgba(6, 217, 217, 0.1353);
  color: #000;
  padding: 15px;
  border-radius: 20px;
  max-width: 375px !important;
}

.team .noticia-about:hover{
    background-color: rgba(6, 217, 217, 0.2);
}

.team .noticia-about img {
  width: 100px;
  float: left;
  margin-right: 15px;
  margin-left: -10px;
  background-color: rgb(9, 25, 25, 0.2);
  border-radius: 5px; 
  padding: 6px;
  margin-top: 6%;
}

/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 120px 0;
    background: linear-gradient(rgba(29, 36, 52, 1), rgba(29, 36, 52, .5), rgba(29, 36, 52, 1)), url(../img/testimonial-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .container {
    max-width: 700px;
}

.testimonial .testimonials-carousel {
    position: relative;
    width: 100%;
}

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.testimonial .testimonial-item img {
    width: 60px;
    border-radius: 60px;
    margin-bottom: 25px;
}

.testimonial .testimonial-item p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial .testimonial-item h2 {
    color: #D5B981;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.testimonial .owl-nav {
    width: 135px;
    margin-top: 45px;
    display: flex;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D5B981;
    background: #1d2434;
    font-size: 22px;
    transition: .3s;
}

.testimonial .owl-nav .owl-next {
    margin-left: 15px;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    color: #1d2434;
    background: #D5B981;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/

.blog-page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background-image: url(../img/blog-header.jpg);
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    overflow: hidden; 
}

.blog-page-header h1 {
    position: relative;
    color: #d6dce8;
    font-size: 60px;
    font-weight: 700;
}

.blog-page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #d6dce8;
}

.blog-page-header a:hover {
    color: #ffffff;
}

.blog-page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #d6dce8;
}

.blog-page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .blog-page-header h2 {
        font-size: 35px;
    }
    
    .blog-page-header a {
        font-size: 18px;
    }
}



    /* End blog-page-header */

.end-blog-page-header {
    background-color: #cdf1f1;
    margin-top: 20px;
}

.end-blog-page-header h3 {
   text-align: center;
    color: blue;
    font-size: 30px;
    font-weight: 600;
    font-family: serif;
    margin-bottom: 40px;
    margin-top: 20px;
}

.end-blog-page-header h3::before{
	content: url(../img/blue-left.png);
	margin-right: 10px;
	margin-top: -10px;
}

.end-blog-page-header h3::after{
	content: url(../img/blue-right.png);
	margin-left: 10px;
	margin-top: -10px;
}

.end-blog-page-header h4 {
    text-align: center;
    color: #5c74a3;
    font-size: 22px;
    font-weight: 600;
    font-family: serif; 
}

.end-blog-page-header h6 {
     position: relative;
    color: #232c3d;
    font-size: 20px;
    text-align: center;
}

.end-blog-page-header a {
   
   text-align: left !important;
    font-size: 22px;
    color: #5c74a3;
    margin-left: 30px !important;
}

.end-blog-page-header a:hover {
    color: #4a6ed5;
}

.end-blog-page-header p {
    text-indent: 20px;
    color: #202020;
}
.end-blog {
    height: auto;
   /* background-color: ;*/
    margin: 5px;
    padding: 5px !important;
    border-radius: 10px;
}

.end-blog:first-child {
    margin-left: -30px;
}

.end-blog:last-child {
    margin-right: -30px;
     margin-top: -30px;
}

.end-blog:last-child a {
    color: #202020;
    background: transparent;
    text-align: center !important;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #202020;
    padding:3px 10px;
    border-radius: 5px;
}

.end-blog:last-child a:hover {
    background: #606060;
    color: #fff;
}

 ul {
    list-style-type: none;
    margin-left: -5px;
    line-height: 1.8;
    align-items: center;
    
}

video {
    border-radius: 10px;
    margin-top: 5px;
    border: 3px double rgb(27.891, 73.387, 99.609, .6);
    margin-left: 16%;
}

@media (max-width: 767.98px) {
    .end-blog-page-header h2 {
        font-size: 35px;
    }
    
    .end-blog-page-header a {
        font-size: 18px;
    }

    .end-blog {
        width: 100%;
        margin:5px ;
        margin-right: -30px;
    }

    .end-blog:last-child {
        margin-top: 30px;
    }

    .end-blog img {
        width: 100%;
    }
    
    video {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 0;
    border: 3px double rgb(27.891, 73.387, 99.609, .6)
   }

}

@media (max-width: 480px){
	.end-blog-page-header h3::before,
	.end-blog-page-header h3::after{
		display: none;
	}
}

    /* End end-blog-page-header */

.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
    background: url(../img/fondo.jpg);

}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
    background: rgba(29, 36, 52, .04);
    overflow: hidden;
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
}

.blog .blog-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 1;
    box-shadow: 0px 5px 11px 1px #c7d3f7;
}

.blog .blog-img img {
    width: 100%;
    padding: 1px !important;
    border-radius: 10px !important;
   
}

.blog .blog-meta {
    position: relative;
    padding: 20px 30px 12px 30px;
}

.blog .blog-meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}

.blog .blog-meta i {
    margin: 0 2px 0 10px;
    color: #000;
}

.blog .blog-meta i:first-child {
    margin-left: 0;
}

.blog .blog-text {
    position: relative;
    padding: 0 10px 10px 10px;
}

.blog .blog-text h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.blog .blog-text p {
    margin-bottom: 10px;
    color: #000;
    text-align: justify;
    word-spacing: normal;
    margin: 0 !important;
    text-indent: 20px;
}

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1d2434;
    transition: .3s;
}

.blog .blog-item a.btn i {
    margin-left: 5px;
}

.blog .blog-item a.btn:hover {
    color: #8f7030;
}

.blog .blog-text .btn {
    background-color: transparent;
    border: 2px solid #707070;
}

.blog .owl-nav {
    width: 150px;
    margin: 32px auto 0 auto;
    display: flex;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    margin-left: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D5B981;
    background: #1d2434;
    font-size: 22px;
    transition: .3s;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #1d2434;
    background: #D5B981;
}

.blog .pagination .page-link {
    color: #1d2434;
    border-radius: 0;
    border-color: #1d2434;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #D5B981;
    background: #1d2434;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}

.modal-content {
	border: 1px solid #202020;
	border-radius: 10px;
	background-color: #d3ebeb;
	width: 90%;
	margin: 0;
}

.modal .modal-header h5 {
	text-align: center !important;
}

.modal .modal-header {
	background-color: #c5dec0;
}

.modal .modal-body p {
    margin-bottom: 10px;
    color: #000;
    text-align: justify;
    word-spacing: normal;
    margin: 0 !important;
    text-indent: 20px !important;
}

.modal .modal-footer {
	background-color: #c5dec0;
}

.modal .modal-footer .btn {
	border: 1px solid rgb(0, 0, 0, .4);
}

.modal .modal-footer .btn:hover {
	background-color: #fff;
	color: darkblue;
	font-weight: bold;
}
.modal input {
	background-color:#d9e5e5;
	border: 1px solid rgb(0, 0, 0, .6); 
	margin-bottom: -10px;
	height: 30px !important;
	
}

.modal textarea {
	background-color:#d9e5e5;
	border: 1px solid rgb(0, 0, 0, .6); 
	margin-bottom: -20px;
	 
}

.modal label {
	color: rgb(0, 0, 0, .7);
} 

@media (max-width: 767.98px) {
	.modal-content {
		width: 100%;
	}

}

/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0 15px 0;
    background-color: #cacaf4;   
}

.portfolio-page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background-image: url(../img/galeria/galeria-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;   
}

.portfolio-page-header h1 {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Fredericka the Great', cursive;
    text-shadow: 1px 1px 2px black, 0 0 25px #2a2a2a, 0 0 5px #292739;
}

.portfolio-page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #ffffff;
}

.portfolio-page-header a:hover {
    color: #ffffff;
}

.portfolio-page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.portfolio-page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .portfolio-page-header h2 {
        font-size: 35px;
    }
    
    .portfolio-page-header a {
        font-size: 18px;
    }
}

   /* End portfolio-page-header*/

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #1d2434;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    background: none;
    border: 2px solid #1d2434;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #1d2434;
    color: #D5B981;
}

.portfolio .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}

.portfolio .portfolio-item:hover {
    margin-top: -10px;
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
}

.portfolio .portfolio-wrap a::after {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: transparent;
    border: 1px solid #F6F6F7;
    transition: .3s;
    z-index: 1;
    border-radius: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.portfolio .portfolio-wrap:hover a::after {
    border-color: #D5B981;
}

.portfolio img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    border-radius: 10px;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    margin: 15px 0;
    background: #d6dce8;
    
}

.contact-page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background-image: url(../img/contact-header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    overflow: hidden;  
}

.contact-page-header h1 {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Fredericka the Great', cursive;
    text-shadow: 1px 1px 2px black, 0 0 25px #2a2a2a, 0 0 5px #292739;
}

/*.contact-page-header h2 {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Fredericka the Great', cursive;
    text-shadow: 1px 1px 2px black, 0 0 25px #2a2a2a, 0 0 5px #292739;
}*/

.contact-page-header h2 {
    color: #46f9f8;
    font-family: 'Fredericka the Great', cursive;
    text-shadow: 1px 1px 2px black, 0 0 25px #2a2a2a, 0 0 5px #292739;
    font-size: 30px;  
}

.contact-page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #d6dce8;
}

.contact-page-header a:hover {
    color: #ffffff;
}

.contact-page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #d6dce8;
}

.contact-page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .contact-page-header h2 {
        font-size: 35px;
    }
    
    .contact-page-header a {
        font-size: 18px;
    }
}

/*End contact page header*/

.contact .container-fluid {
}

.contact .container-fluid iframe {
    margin-left: -20px;
    border-radius: 10px;
    margin-right: 20px;
    margin-top: 20px;
    border: 1px solid black !important;
    /*outline 4px double white;*/
    box-shadow: 1px 2px 15px 8px rgba(245,245,245,0.4);

}

.contact .contact-form {
    position: relative;
    padding: 90px 0 90px 45px;
}

.contact .contact-form .control-group input {
    color: #000 !important;
}

.contact .contact-form input {
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #302510;
}

.contact .contact-form textarea {
    height: 90px;
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #302510;
}

.contact .contact-form .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #302510;
    background: none;
    border: 2px solid #302510;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #ff9;
    background: #302510;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (max-width: 767.98px) {
    .contact .container-fluid {
        background: none;
    }

    .contact .container-fluid iframe {
        width: 100%;
        margin: 0;
        margin-top: 20px !important;
    }
    
    .contact .contact-form {
        padding: 90px 0;
    }
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 65px 0;
}

.single img {
    width: 100%;
    margin: 0 0 25px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}



/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 40px;
    background: #1d2434;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #999999;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2{
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    color: #D5B981;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #999999;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #D5B981;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #D5B981;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #999999;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    border: 2px solid #1d2434;
    border-radius: 0;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #1d2434;
    background: none;
    border-radius: 0;
    border: 2px solid #1d2434;
    transition: .3s;
}

.footer .footer-newsletter .btn:hover {
    color: #D5B981;
    background: #1d2434;
}

.footer .copyright {
    padding: 0 30px;
    display: none;
}

.footer .copyright .row {
    background: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright p {
    margin: 0;
    color: #454545;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #1d2434;
    font-weight: 700;
}

.footer .copyright p a:hover {
    color: #D5B981;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

.footer-social{
    position: relative;
    margin-top: -60px !important;
    margin-bottom: 10px !important;
}

.footer-social a{
   margin: 15px !important;

}
@media (max-width: 640px){
  .footer-social a{margin: 10px !important}  
}

                     /*CSS añadido*/
                     
.rounded-4 {border-radius: 10px!important;}

.rounded-5 {border-radius: 1rem!important;}

.d-none {display: none;} 

.text-align-left {text-align: left !important;}

.text-black {color:#000 !important;}

.bg-transparent{
    background-color: transparent !important;
}
.text-indent{text-indent: 20px !important}

.btn-azul {background-color: rgba(6, 217, 217, 0.2);}

      /*PAGINA ERROR*/ 

.centrado{
                  position: absolute;
                  top: 80%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  font-weight: bold;
                  color: #05083b;
                  text-decoration: none;
                  border: 1px solid #000;
                  padding: 7px;
                  border-radius: 5px;
                  background-color: #bde1e1;
            }

            .centrado:hover{
                color: #fff;
                background-color: #002020;
                text-shadow: 1px 1px rgb(224, 0, 0, 0.7);
            }                  