/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #3f3730;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #3f3730;
     margin: 0
}

h1 {
     font-size: 24px;
     font-family: 'Poppins', sans-serif;
}



h3 {
     font-size: 18px;
     font-family: 'Poppins', sans-serif;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #f2e4c3;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

/*--
p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}
--*/
a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.header {
     width: 100%;
     height: 90px;
     padding: 16px 20px;
     background-color:#F8F0DE;
     position: fixed;
     z-index: 500;
     box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}


.logo a {
     font-size: 30px;
     line-height: 25px;
     color: rgb(229, 114, 0);
     font-weight: bold;
}


/*-- navigation --*/

.navigation.navbar {
     float: right;
     padding: 0;
     padding-top: 2px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 35px;
     color: #3f3730;
     font-size: 17px;
     line-height: 50px;
     font-weight: 600;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: rgb(229, 114, 0);
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: rgb(229, 114, 0);
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

ul.search {
     padding-left: 10px;
}

ul.search li a {
     color: #161825;
}

ul.search li a:hover {
     color: #161825;
}


/** banner section **/

.full_bg {
    /**background: url(../images/home-page2.jpg);**/
    /**background: url(../images/back-web.MP4);**/ 
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     background: white;
}

.banner_main {
     position: relative;
     height: 100vh;
}

.build_box {
     text-align: left;
     padding-top: 20%;
}

.banner_po {
     position: inherit;
}

.build_box p {
     color: beige;
     font-size: 2em;
     line-height: 30px;
     font-weight: normal;
     margin-bottom: 55px;
}

.build_box h1 {
     font-size: 80px;
     font-weight: bold;
     color: beige;
     line-height: 95px;
     padding-bottom: 100px;
     padding-top: 100px;
     display: block;
}

.orang {
     color: rgb(229, 114, 0);
}

.build_box .quote_btn {
     font-size: 18px;
     padding: 13px 0;
     font-weight: normal;
     max-width: 228px;
     border-radius: 50px;
     text-transform: none;
     height: 61px;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     display: none;
}

.banner .carousel-indicators {
     display: inline-block;
     right: 0;
     left: inherit;
     margin-right: 6%;
     top: 51%;
}

.banner .carousel-indicators li {
     width: 25px;
     height: 25px;
     border-radius: 30px;
     background: rgb(65, 40, 24);
     margin: 6px 0;
     cursor: pointer;
}

.banner .carousel-indicators .active {
     background-color: rgb(229, 114, 0);
}

#myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}



.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #412818;
     padding-top: 13px;
     display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: rgb(229, 114, 0);
     color: #f2e4c3;
     padding: 6px 0px;
     width: 100%;
     max-width: 157px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 55px;
     height: 43px;
}

.read_more:hover {
     background: #CC6600;
     color: #fff;
     transition: ease-in all 0.5s;
}


/* play */

.play_btn {
     margin-top: -42px;
}

.play_btn img {
     z-index: 9999999;
     cursor: pointer;
}

.play_btn::before {
     position: relative;
     content: "";
     background-color: #363636;
     height: 1px;
     display: block;
     top: 42px;
     z-index: -1;
}


/* end play */


/* our plane */

.plane {
     /*background: url(../images/plan_bg.png);*/
     background-color: #f7f6f1;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center;
     padding: 70px 0px;
}

.plan_bax {
     margin-bottom: 30px;
}

.plan_bax figure {
     margin: 0;
}

.plan_bax figure img {
     width: 100%;
}

.plan_text {
     background-color: #412818;
     cursor: pointer;
     padding: 36px 20px;
}

.plan_text h3 {
     color: #e57200;
     font-weight: bold;
     font-size: 20px;
     line-height: 22px;
     padding-bottom: 10px;
     transition: ease-in all 0.5s;
     text-transform: uppercase;
}

.plan_text h4 {
     color: #F8F0DE;
}

.plan_text p {
     color: #f2e4c3;
     font-weight: 400;
     font-size: 17px;
     line-height: 27px;
     padding-bottom: 30px;
}

.plan_text .read_more {
     position: absolute;
     bottom: 11px;
     margin: 0 auto;
     left: 0;
     right: 0;
     opacity: 0;
     transition: ease-in all 0.5s;
}

#ho_plan:hover.plan_text .read_more {
     opacity: 1 !important;
     transition: ease-in all 0.5s;
}

#ho_plan:hover.plan_text h3 {
     color: #f2e4c3;
     transition: ease-in all 0.5s;
}

#ho_plan:hover.plan_text h3 a {
     color: #e57200;
     transition: ease-in all 0.5s;
}


/* our plane */

.groomsmen {
     background: #fff;
     padding-top: 60px;
     padding-bottom: 40px;
     position: relative;
}

.groomsmen::before {
     position: absolute;
     content: "";
     /*background: url(../images/round.png);*/
     width: 105px;
     height: 94px;
     bottom: 0px;
     margin: 0 auto;
     display: block;
     left: 0;
     right: 0;
     background-repeat: no-repeat;
}

.brid {
     margin-bottom: 60px;
}

.brid figure {
     margin: 0;
}

.brid figure img {
     width: 40%;
     border-radius: 0px;
}

.brid h3 {
     color: rgb(229, 114, 0);
     font-weight: 550;
     font-size: 24px;
     line-height: 31px;
     padding-bottom: 0;
     margin-top: 17px;
}

.margin_top70 {
     margin-top: 130px;
}

/* our plane */

/* canales de promo */

.canpromo {
     background: #f7f6f1;
     padding-top: 60px;
     padding-bottom: 130px;
     position: relative;
}

.canpromo::before {
     position: absolute;
     content: "";
     /*background: url(../images/round.png);*/
     width: 105px;
     height: 94px;
     bottom: 0px;
     margin: 0 auto;
     display: block;
     left: 0;
     right: 0;
     background-repeat: no-repeat;
}

.canpromo fab fa-facebook{
    font-size: 1em;
}

.bridpromo {
     margin-bottom: 30px;
}

.bridpromo figure {
     margin: 0;
}

.bridpromo figure img {
     width: 40%;
     border-radius: 0px;
}

.bridpromo h3 {
     color: rgb(229, 114, 0);
     font-weight: 550;
     font-size: 24px;
     line-height: 31px;
     padding-bottom: 0;
     margin-top: 17px;
}

.margin_top70promo {
     margin-top: 0px;
}

/** inclusion section **/

.inclusion {
     background-color: #F7F5F3;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 90px 0;
}

.inclusion .titlepage {
     text-align: left;
     padding-bottom: 0;
}



.inclusion .titlepage span {
     padding-bottom: 60px;
     padding-top: 40px;
     font-weight: 500;
}

.inclusion_img {
     margin-right: 30px;
     padding-left: 0px;
     padding-top: 30px;
}

.inclusion_img figure {
     margin: 0;
}

.inclusion_img figure img {
     width: 100%;
}


/** end inclusion **/


/** about section **/

.about {
     background-color: #CEC1B6;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
     padding-bottom: 0;
}



.about .titlepage span {
     padding-bottom: 60px;
     padding-top: 40px;
     font-weight: 500;
}

.about_img {
     margin-right: -38px;
     padding-left: 50px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/

/** tagline section **/

.tagline {
     background-color: #FFEBD6;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 0px;
}

.about .titlepage {
     text-align: left;
     padding-bottom: 0;
}


.about .titlepage span {
     padding-bottom: 60px;
     padding-top: 40px;
     font-weight: 500;
}

.about_img {
     margin-right: -38px;
     padding-left: 50px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}



/** end about section **/

/* blog */

.blog {
     padding-top: 90px;
     background-color: #fff;
}

.blog_bg {
     background: #fff;
     box-shadow: 0 0px 21px -4px #ddd;
}

.blog_img figure {
     margin: 0;
}

.blog_img figure img {
     width: 100%;
}

.blog_img span {
     position: absolute;
     top: 43%;
     left: 14px;
     z-index: 0;
     background: #e57200;
     padding: 15px 27px;
     font-weight: normal;
     color: #fff;
     font-size: 20px;
     line-height: 24px;
}

.marriage_text {
     padding: 20px 25px 20px 0px;
}

.marriage_text span {
     color: #c1c2c3;
     font-size: 17px;
     line-height: 20px;
     padding-bottom: 25px;
     display: block;
}

.marriage_text h3 {
     color: #252525;
     font-size: 30px;
     letter-spacing: 1px;
     line-height: 25px;
     padding-bottom: 30px;
}

.marriage_text p {
     color: #202020;
     font-size: 17px;
     line-height: 30px;
     padding-bottom: 43px;
}

.ver_proyecto a {
     color: #e57200;
     font-size: 18px;
     line-height: 20px;
     font-weight: normal;
}

.ver_proyecto a strong:hover {
     color: #FF8F1F;
     cursor: pointer;
     padding-bottom: 0;
}

.marriage_text a {
     color: #202020;
     font-size: 14px;
     line-height: 20px;
     font-weight: normal;
}

.marriage_text a:hover {
     color: #e57200;
     cursor: pointer;
     padding-bottom: 0;
}

.padd_right {
     padding-left: 30px;
}

.margin_bottom30 {
     margin-bottom: 30px;
}


/* end blog */


/** says section **/

.says {
     padding-top: 50px;
     background: #fff;
}

.relative3 {
     position: inherit;
     padding-bottom: 130px;
}

.says_ban {
     padding: 0 20px;
}

.readert_img figure {
     margin: 0;
}

.readert_img figure img {
     border-radius: 100%;
}

.readert_text {
     padding: 0px 0px 0px 0px;
}

.readert_text h3 {
     color: #412818;
     display: block;
     font-size: 30px;
     font-weight: 600;
     padding-bottom: 20px;
     font-family: 'Raleway', sans-serif;
}

.readert_text p {
     color: #412818;
     font-size: 17px;
     line-height: 28px;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
}

#proj .carousel-control-prev,
#proj .carousel-control-next {
     display: none;
}

.says_ban .carousel-indicators {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     padding-bottom: 40px;
}

.says_ban .carousel-indicators li {
     width: 21px;
     height: 21px;
     border-radius: 30px;
     background: #e57200;
     border: #412818 solid 4px;
}

.says_ban .carousel-indicators .active {
     background-color: #fff;
     width: 30px;
     height: 30px;
}


/** end says section **/


/** contact section **/

.contact {
     background: #412818;
     padding-bottom: 20px;
     margin-top: 160px;
}

/**
.ru_bg {
     background: #e57200;
     padding: 50px 30px;
     box-shadow: 0px -10px 18px -7px #ddd;
     margin-top: -72px;
}
**/

.logo_fooetr {
     padding-top: 8px;
}

ul.lacation {
     display: flex;
     align-items: center;
     justify-content: end
}

ul.lacation li {
     color: #f2e4c3;
     font-size: 17px;
     font-weight: 500;
     padding-right: 34px;
     line-height: 20px;
     display: flex;
     align-items: center;
}

ul.lacation li:last-child {
     padding-right: 0;
}

ul.lacation li i {
     margin-right: 8px;
     font-size: 30px;
     border: #e6615a solid 1px;
     width: 50px;
     height: 45px;
     display: flex;
     align-items: center;
     justify-content: center;
}

.contact .titlepage {
     text-align: left;
}



.main_form .contactus {
     border: inherit;
     border-bottom: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     height: 44px;
     background: transparent;
     color: #818383;
     font-size: 17px;
     font-weight: 600;
}

.main_form .textarea {
     border: inherit;
     border-bottom: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: transparent;
     color: #818383;
     font-size: 17px;
     font-weight: 600;
     padding: 37px 0px 0 0px;
     height: 76px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #e6615a;
     text-transform: uppercase;
     color: #fff;
     padding: 8px 0px;
     max-width: 137px;
     width: 100%;
     border-radius: 40px;
     display: block;
     margin-top: 10px !important;
     font-weight: 600;
}

.main_form .send_btn:hover {
     background-color: #fff;
     transition: ease-in all 0.5s;
     color: #e6615a;
}

#request *::placeholder {
     color: #818383;
     opacity: 1;
}

ul.social_icon {
     float: right;
     margin-top: 17px;
}

ul.social_icon li {
     display: inline-block;
     margin-left: 15px;
}

ul.social_icon li a i {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     font-size: 31px;
     color: #ffffff;
}

ul.social_icon li a i:hover {
     color: #e6615a;
}


/** end contact section **/


/** footer **/

footer {
  display: flex;
  flex-wrap: wrap;
  background:#F8F0DE;
  margin-top: 50px;
  color: #412818;
  padding: 30px;
  justify-content: space-evenly;
}

footer a {
  font-family: Raleway, "Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1em; 
  line-height: 1.5; 
  letter-spacing: 1px; 
  text-transform: uppercase;
  text-decoration: none;
  color:#412818;
  opacity: .8;
  font-weight: 600;
}

footer a:hover {
  color:rgb(229, 114, 0);
  opacity: 100;
}

footer #left-footer {
  flex-wrap: wrap;
  border-right: 1px #3f3730;
  display: flex;
  flex-direction: column;
}

footer #left-footer-logo {
  flex-wrap: wrap;
  border-right: 1px #3f3730;
  display: flex;
  flex-direction: column;
}

footer #left-footer-logo ul {
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

footer #left-footer-logo li {
    text-align:center;
    font-size: 2em;
}

footer #left-footer h3 {
  font-family: Raleway, "Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1em; 
  line-height: 1.5; 
  letter-spacing: 1px; 
  text-transform: uppercase;
  color: #412818;
  font-weight: 700;
  padding: 20px;
}

footer #left-footer ul {
  padding: 20px;
  list-style: none;
  line-height: 1.5;
}


#social-media-footer ul {
    display: flex;
    flex-direction: row;
    text-align: center;
    font-size: 25px;
}

#social-media-footer li {
    padding: 0px 20px 10px 0px;
}


.bottom-footer{
font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
background-color: #3f3730;
height: 20%;
width: 100%;
padding: 25px;
text-align: center;
}


/* Footer anterior 
.footer {
     background: #412818;
}

.copyright p {
     color: #fff;
     font-size: 17px;
     line-height: 22px;
     text-align: center;
     padding-top: 26px;
     font-weight: normal;
     padding-bottom: 20px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #f4a111;
}


/** end footer **/


/** endinner page css 

.inner_page .full_bg {
     background-color: #e77064 !important;
     background: transparent;
}

.back_re {
     background-color: #423d31;
}

.back_re .title {
     text-align: center;
}

.margin_0 {
     margin: 0 !important;
}

.inner_page .contact {
     padding: 60px 0;
     margin-top: 90px;
}

.inner_page .footer {
     margin-top: 90px;
}**/


/** page css **/

.frame-overview {
  margin: 0px 0px;
}

.frame-overview h2{
  padding:0px 50px;
}

.responsive-frame {
  display: flex;
  width: 100%;
  height: auto;
}

/** .responsive-frame2 {
  display: flex;
  width: 100%;
  height: auto;
}**/

.responsive-video {
  width: 100%;
  height: auto;
}

.frame-overview-video {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:center;
  background-color: black;
  padding: 30px 0px;
}


/**********drop down *******/
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: #F8F0DE;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: #F8F0DE;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F8F0DE;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #412818;
  padding: 12px 50px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color: rgb(229, 114, 0);
}

.show {
  display: block;
}


/** manuales page **/
.manuales {
     background-color: #F6E3C8;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin: 0px 30px;
     padding: 0px;
}

.manuales .titlepage {
     text-align: left;
     padding-bottom: 0;
     padding-top: 20px;
}

.manuales .titlepage span {
     padding-bottom: 60px;
     padding-top: 40px;
     font-weight: 500;
}

.manuales_img {
     margin-right: 0px;
     padding-left: 0px;
}

.manuales_img figure {
     margin: 30px;
}

.manuales_img figure img {
     width: 100%;
}

.manuales_read_more {
     font-size: 17px;
     background-color: rgb(229, 114, 0);
     color: #f2e4c3;
     padding: 6px 0px;
     width: 100%;
     max-width: 157px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 55px;
     height: 43px;
     margin-bottom:30px;
}

.manuales_read_more:hover {
     background: #CC6600;
     color: #fff;
     transition: ease-in all 0.5s;
}
/** end manuales page **/

/** inclusion page **/
.inclusion {
     background-color: #ECE5DC;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin: 0px 30px;
     padding: 0px;
}

.inclusion .titlepage {
     text-align: left;
     padding-bottom: 0;
     padding-top: 20px;
}

.inclusion .titlepage span {
     padding-bottom: 60px;
     padding-top: 40px;
     font-weight: 500;
}

.inclusion_img {
     margin-right: 0px;
     padding-left: 0px;
}

.inclusion_img figure {
     margin: 30px;
}

.inclusion_img figure img {
     width: 100%;
}

/** end inclusion page **/

/** investigation page **/
.bottom-right {
  position: absolute;
  top: 25%;
  right: 10%;
}

.container-banners {
    padding:50px 0px 0px 0px; 
    color:rgb(229, 114, 0);
}

/** end investigation page **/

/** flechas **/

.flechas {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-family: 'Raleway', sans-serif;
    color:#412818;
    font-weight: bolder;
    font-size:1rem;
    padding-top: 35px;
}

.flechas a:hover {
    color:  rgb(229, 114, 0);
}

/** end flechas **/

/** container-project section **/

.container-project {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 10px 50px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            margin-top: 0px;
        }

        .column-project {
            flex: 1;
            max-width: 45%;
            margin-bottom: 20px;
            padding: 15px;
            font-size: 1rem;
        }

        .column-project p {
            line-height: 1.6;
        }
        


/** end text-project **/

.container-three {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            background-color: #F7F5F3;
            padding: 10px 50px;
        }

        .column-three {
            flex: 1;
            max-width: 22%;
            margin-bottom: 20px;
        }

        .column-three p {
            line-height: 1.6;
        }
        
        
        
.titlepage-project {
    padding: 20px 67px;
}

/** start accordion **/

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px 0px;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/** end accordion **/

/** start tab **/

.tab{
  overflow: hidden;
  background-color: white;
}

/* Style the buttons inside the tab */
.tablink {
  background-color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 70px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tablink button:hover {
  background-color: #FFF5EB;
}

/* Create an active/current tablink class */
.tablink button.active {
  background-color: #FFB870;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

#London {background-color:#FFF5EB;}
#Paris {background-color:#FFF5EB;}
#Tokyo {background-color:#FFF5EB;}

#Identidad {background-color:#FFF5EB;}
#Nomenclatura {background-color:#FFF5EB;}
#Color {background-color:#FFF5EB;}
#Firma {background-color:#FFF5EB;}
#Tipo {background-color:#FFF5EB;}
#Papel {background-color:#FFF5EB;}
#Redes {background-color:#FFF5EB;}
#Medios {background-color:#FFF5EB;}
#Formatos {background-color:#FFF5EB;}
#Materiales {background-color:#FFF5EB;}
#Publicidad {background-color:#FFF5EB;}
#Presentaciones {background-color:#FFF5EB;}
#Uniformes {background-color:#FFF5EB;}
#Biblioteca {background-color:#FFF5EB;}
#Archivos {background-color:#FFF5EB;}
#Interiores {background-color:#FFF5EB;}
#Letrero {background-color:#FFF5EB;}
#Identifica {background-color:#FFF5EB;}
#Empaques {background-color:#FFF5EB;}
#Efimeros {background-color:#FFF5EB;}

/** end tab **/

.graphics {
    display: flex;
    justify-content: space-around;
}

/** start table **/
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
/** end table **/

/** end page css **/

@media (max-width: 768px) {
            .column-project {
                max-width: 100%;
            }
        }

@media (max-width: 1200px) {
            .column-three {
                max-width: 30%;
            }
        }

        @media (max-width: 768px) {
            .column-three {
                max-width: 45%;
            }
        }

        @media (max-width: 576px) {
            .column-three {
                max-width: 100%;
            }
        }