@charset "UTF-8";
/*
CTC Separate Stylesheet
Updated: 2022-05-17 16:11:08
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.17.4.1652803868
*/
@import url("../Divi/style.css");
/* Extra small devices (phones, 600px and down) */
/* Medium devices (landscape tablets, 768px to 1023px) */
/* Large tablets and Small devices */
/* Big devices */
/* Extra small devices (phones, 600px and down) */
/* Large tablets and Small devices */
@font-face {
  font-family: 'Helvetica';
  src: url("assets/Helvetica.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url("assets/Helvetica-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'DomaineDisplayBold';
  src: url("assets/DomaineDisplayBold.ttf") format("truetype");
  font-weight: normal;
}

.accent {
  color: #7a7b6d !important;
}

.accent.alt {
  color: #ece8de !important;
}

@media only screen and (max-width: 980px) {
  .reverse-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

a.boton, .boton a {
  background-color: #7a7b6d;
  outline: #7a7b6d solid 2px;
  width: 100%;
  max-width: 350px;
  font-size: 18px;
  padding: 10px 40px 10px 40px !important;
  color: #FFF !important;
  font-weight: bold;
}

a.boton:hover, .boton a:hover {
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  background: initial !important;
  background-color: #FFF !important;
  color: #7a7b6d !important;
  outline: #7a7b6d solid 2px;
  opacity: 1 !important;
}

a.boton.alt, .boton a.alt {
  background-color: #ece8de;
  outline: #ece8de solid 2px;
  color: #7a7b6d !important;
}

a.boton.alt:hover, .boton a.alt:hover {
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  background: initial !important;
  background-color: #FFF !important;
  color: #7a7b6d !important;
  outline: #7a7b6d solid 2px;
  opacity: 1 !important;
}

.et-fixed-header #top-menu li.current-menu-item.boton > a {
  color: #FFF !important;
}

.et-fixed-header #top-menu li.current-menu-item.boton > a:hover {
  color: #7a7b6d !important;
}

@media only screen and (max-width: 980px) {
  header {
    position: fixed !important;
  }
}

header #logo2 {
  display: none;
}

/*
//Cambios en la cabecera al hacer scroll o dependiendo de la página
  header{
    background-color: rgb(255, 174, 0) !important;

    .logo_container .main{
      display: inline-block !important;
    }
    .logo_container .alt{
      display: none !important;
    }

    &.et-fixed-header{
      background-color: rgb(255, 0, 0) !important;

      .logo_container .main{
        display: none !important;
      }
      .logo_container .alt{
        display: inline-block !important;
      }
    }

  }
*/
#sfm-sidebar .sfm-scroll-wrapper {
  background-color: #7a7b6d;
  overflow-x: hidden !important;
}

#sfm-sidebar .sfm-logo, #sfm-sidebar .sfm-nav, #sfm-sidebar .sfm-fs-bottom-box {
  background-color: #7a7b6d;
}

#sfm-sidebar ul.sfm-menu li:hover a {
  background: transparent !important;
}

#sfm-sidebar ul.sfm-menu li a {
  font-family: "DomaineDisplayBold" !important;
  text-transform: uppercase;
  color: #ece8de !important;
  font-size: 35px;
}

@media only screen and (max-width: 980px) {
  #sfm-sidebar .sfm-sidebar-close {
    right: 0 !important;
  }
}

.carta-menu .et_pb_row_1.et_pb_row {
  padding-right: 0 !important;
}

.carta-menu .sticky-menu-carta {
  width: 100%;
  left: 0;
}

.carta-menu .sticky-menu-carta a {
  font-size: 15px;
  font-weight: bold;
}

.carta-menu .sticky-menu-carta ul {
  padding-left: 10px !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 50px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow-y: hidden !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.carta-menu .sticky-menu-carta ul li {
  float: left;
  margin-right: 20px;
}

.carta-menu .sticky-menu-carta .selected {
  background-color: #7a7b6d;
  padding: 5px;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ece8de !important;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

footer ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer .legal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  footer .legal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .legal ul li {
  margin-right: 10px;
  text-transform: uppercase;
}

footer .legal ul li a {
  font-size: 12px;
}

footer .legal ul li:after {
  display: inline-block;
  content: "|";
  padding-left: 10px;
}

@media only screen and (max-width: 980px) {
  footer .legal ul li:after {
    display: none !important;
  }
}

footer .legal ul li:last-child:after {
  display: none;
  padding: 0 !important;
}

/*
-------------------------------------------------------------------------------------------------
                         .       .
                        / `.   .' \
                .---.  <    > <    >  .---.
                |    \  \ - ~ ~ - /  /    |
                 ~-..-~             ~-..-~
             \~~~\.'                    `./~~~/
   .-~~^-.    \__/                        \__/
 .'  O    \     /               /       \  \
(_____,    `._.'               |         }  \/~~~/
 `----.          /       }     |        /    \__/
       `-.      |       /      |       /      `. ,~~|
           ~-.__|      /_ - ~ ^|      /- _      `..-'   f: f:
                |     /        |     /     ~-.     `-. _||_||_
                |_____|        |_____|         ~ - . _ _ _ _ _>
-------------------------------------------------------------------------------------------------
*/
.v-line::after {
  display: block;
  content: "";
  height: 120px;
  width: 2px;
  background-color: #FFF;
  position: absolute;
  z-index: 99;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#equipo .dsm_card_carousel_child_description img {
  max-width: 300px;
}

#equipo .dsm_card_carousel_child_description h2 {
  color: #333333;
  font-size: 32px;
}

@font-face {
  font-family: 'BiryaniNew';
  src: url("assets/fonts/Biryani-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: 'BiryaniNew';
  src: url("assets/fonts/Biryani-ExtraLight.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: 'BiryaniNew';
  src: url("assets/fonts/Biryani-Bold.ttf") format("truetype");
  font-weight: bold;
}

#top-menu li.boton > a {
  font-weight: 100 !important;
  letter-spacing: 0.25em;
}

.et-fixed-header #top-menu li.boton a {
  color: #FFF !important;
}

/*NINJA FORMS*/
.nf-form-fields-required {
  display: none;
}

.nf-form-content {
  padding: 0 !important;
}

.nf-form-content label {
  display: none;
}

.nf-form-content input[type="text"], .nf-form-content input[type="email"], .nf-form-content input[type="tel"], .nf-form-content textarea {
  background: #a3a397 !important;
  color: #FFF !important;
}

.nf-form-content .submit-container {
  text-align: center;
}

.nf-form-content .submit-container input[type="submit"] {
  font-weight: 100 !important;
  letter-spacing: 0.25em;
  min-width: 150px;
  background-color: #7a7b6d !important;
  border: 1px solid #7a7b6d !important;
  cursor: pointer;
}

.nf-form-content .submit-container input[type="submit"]:hover {
  background-color: #fffcf8 !important;
  color: #7a7b6d !important;
}
/*# sourceMappingURL=style.css.map */