@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@400;500;600;700;800&display=swap');
html{
    visibility: visible!important;
}


html, body {
  margin: 0;
  padding: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  background: #FFF;
}


.wsp-new {
background: rgb(13,38,64);
background: linear-gradient(0deg, rgba(13,38,64,1) 0%, rgba(7,22,38,1) 100%);
  font-size: 20px;
  padding: 10px;
  border-radius: 20px !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #FFFFFF;
  display: inline;
  width: 220px;
  text-align: right;
  font-weight: bold;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 200;
}
.radius-img{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 10px
}
.cont_social_{
    text-align: center;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  display: inline-block;
  margin: 20px 0;
  float: left;
  font-weight: 400;
  color: #555555;
}
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: ">\00a0";
}
ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #000000;
  text-decoration: underline;
}
@media (max-width:480px) {
  ul.breadcrumb {
    width: 100%;
  }
  ul.breadcrumb li {
    display: block;
  }
}
@media (max-width:991px) {
  ul.breadcrumb {
    float: none;
  }
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(11,32,56);
  background-color: rgba(11,32,56, 0.9999);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}



@media screen and (max-width: 600px), 
       screen and (max-height: 667px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.container_video{
    margin: 0 auto;
    display: table;
    max-width: 550px;
        
}
/* CSS Document */


.blue {
  margin: 10px auto;
padding: 0px 0 70px 0;
background: rgb(1,75,150);
background: linear-gradient(0deg, rgba(1,75,150,1) 0%, rgba(0,22,38,1) 100%);
}
img {
  border: 0px;
  margin: 0;
  padding: 0px;
}
.bg_interior {
  background: #F5F5F5;
}
.tit_home_2 {
  margin: 30px auto 0 auto;
  font-size: 30px;
  line-height: 32px;
  padding: 10px;
  text-align: center;
  color: #0E2C4A;
  font-weight: 600;
    font-style: italic;
    max-width: 800px
}

.line_cyan {
  height: 2px;
  background: #36BDF6;
    width: 60%;
    margin: 10px auto 30px auto;
}

.line_cyan_int {
  height: 4px;
  background: #36BDF6;
    width: 15%;
    margin: 0px 0 25px 0;
}
.tit_int_2 {
  margin: 0;
  font-size: 35px;
  line-height: 50px;
  padding: 10px;
  text-align: left;
  color: #0E2C4A;
  font-weight: 600;
    font-style: italic
}
.txt_home_b1 {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  padding: 10px;
  text-align: left;
  color: #0E2C4A;
  font-weight: 400;
}

.tit_proyectos {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  padding: 160px 0px 0 0px;
  text-align: left;
  color: #fff;
  font-weight: 400;
  min-height: 80px;
  background: url(../images/icon_projects.png) no-repeat center;
    text-align: center
}

/* Float */
.container_logo{
    display: table;
    margin: 0 auto
}
.logo-alt{
    width: 310px;
    transition: 0.1s all linear;
    padding: 5px 0;
}
.logo{
    width: 344px;
        transition: 0.2s all linear;
    padding: 0px 0;
    
}

.control-label{
  font-size: 20px;
}

.list_ventajas{ 
    font-size: 20px;  
    margin: 50px auto;
    display: table;
    max-width: 900px;
    background: #F2F2F2;
    padding: 30px 40px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-weight: bolder;
}

.list_ventajas li{
 background: url(../images/arrow_cyan.png) no-repeat left top; /* <-- change `left` & `top` too for extra control */
    padding: 4px 0px 3px 26px;
    list-style: none;
    margin: 10px;

}
@media (max-width:767px){
    
.list_ventajas{
    margin: 50px 10px;
max-width:none;
    
    padding: 30px 10px;
    display: block;
}
}

.header{
    position: fixed;
	top: 0;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	background-color: white;
	z-index: 10;
	padding: 4px 0px;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	width: 100%;
    max-width:1200px;
    transition: 0.2s all linear;
    z-index: 90;
}



.header-alt {
    background-color: rgba(240,240,240, 1);
    position: fixed;
    top: -5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:1200px;
    transition: all 0.5s;
    box-shadow: -1px 4px 7px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 4px 7px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 7px -1px rgba(0,0,0,0.75);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 90;
    
}
.borde-nav{
  border-bottom: 2px solid rgba(1,75,150,0.5);
}



.tit-interior {
  font-size: 35px;
  text-align: left;
  margin: 0px;
  color: #2C2A25;
  line-height: 30px;
  font-weight: 300;
  border-bottom: 1px dashed #2C2A25;
  padding: 15px 0;
  margin: 30px 0 20px 0
}

@media (max-width: 991px) {
    .tit_proyectos {
  padding: 200px 0px 0 0px;
        font-size: 20px;
}
}
@media (max-width: 480px) {
    .logo{
    width: 250px;
        height: 53px;
    margin-top: 20px
}
}



/*=========================================
	SLIDER
=========================================*/
.cont_button_main {
  margin: 20px auto;
  display: table;
}
.button_main {
  background-color: #217CFE;
  border: 2px solid #217CFE;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-table;
  cursor: pointer;
  font-size: 30px;
  padding: 6px 30px;
  margin: 0px;
  text-decoration: none;
  font-weight: 600;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.button_main:hover {
  background-color: #111;
  border: 2px solid #2C2A25;
  color: #fff;
  text-decoration: none;
}
.button_main:active {
  position: relative;
  top: 1px;
}
@media (max-width: 1024px) {
  .cont_button_main {
    margin: 5px auto;
    display: table;
  }
}
@media (max-width: 375px) {
}

/* ------------------------------------------------------ 
					TEAM	
*-------------------------------------------------------- */



/* ------------------------------------------------------ 
					HOME HISTORIA	
*-------------------------------------------------------- */
/* ------------------------------------------------------ 
					MATRIMONIOS	
*-------------------------------------------------------- */
/* ------------------------------------------------------ 
					QUIENES	
*-------------------------------------------------------- */

/* ------------------------------------------------------ 
					INFRAESTRUCTURA	
*-------------------------------------------------------- */

/* ------------------------------------------------------ 
					OTROS	
*-------------------------------------------------------- */
/* ------------------------------------------------------ 
					EVENTOS	
*-------------------------------------------------------- */


/* ------------------------------------------------------ 
					SERVICIOS	
*-------------------------------------------------------- */

.imagenes img{
  max-width: 300px;
  margin: 20px 35px 50px 0;
}

.imagenes{
padding: 15px;
}

/* ------------------------------------------------------ 
					TESTIMONIOS	
*-------------------------------------------------------- */
.bg_testimonios {
  background: #f5f5f5
}
.tit_home_pink {
  font-size: 23px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  margin: 30px 0 40px;
}
.tit_home_pink::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #111;
  left: 0;
  right: 0;
  bottom: -5px;
}
.col-center {
  margin: 0 auto;
  float: none !important;
}
/*
 background:;
background:; 
background:; 
*/
/* ------------------------------------------------------ 
					BANNER HOME		
*-------------------------------------------------------- */



/* ------------------------------------------------------ 
					PRODUCTOS  	
*-------------------------------------------------------- */




/* ------------------------------------------------------ 
					INFO PRODUCTOS  	
*-------------------------------------------------------- */





/* ------------------------------------------------------ 
					DETALLE PRODUCTOS  	
*-------------------------------------------------------- */







/* ------------------------------------------------------ 
					CONTACTO	
*-------------------------------------------------------- */
.tit_form_home {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
color: #111;   
    font-weight: bold;
}
.box_form {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 30px;
  margin: 30px auto;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.form-group {
  margin: 0 0 40px 0;
  padding: 0 15PX;
}
.form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #111;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 0;
}
/* Required field START */
/* Required field END */
.content {
  background: #EEE1D0;
  padding: 50px 0;
  margin: 0;
}
/* ------------------------------------------------------ 
					VIDEOS		
*-------------------------------------------------------- */
/* ------------------------------------------------------ 
						GASTRONOMIA					
*-------------------------------------------------------- */
/* ------------------------------------------------------ 
						SLIDER					
*-------------------------------------------------------- */


/* ------------------------------------------------------ 
						PIE					
*-------------------------------------------------------- */
footer {
  padding: 20px 0 0 0;
  margin: 0 !important;
  position: relative;
  background: #111;
  display: table;
  width: 100%;
  border-top: 0px solid #333;
}
.logo-pie{
   fill: green;

}
.container_footer {
  padding-bottom: 20px;
  margin-bottom: 15px
}
.cont_txt_footer {
  margin-left: 16px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

.icon_social{
    color: white
}
.txt_footer {
  font-size: 20px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  margin: 0 auto;
  
}
.txt_footer_tel a {
  font-size: 27px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  margin: 0 auto;
}
.txt_footer_tel {
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  margin: 0 auto;
}
.txt_footer a {
  color: #fff
}
.txt_footer a {
  color: #fff
}

.linea-pie {
    border-top: 1px solid #FFF;
    margin-top: 2%;
}

.txt_footer_nav{
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 10px auto;
}

.txt_footer_nav a{

    color: #fff;

}

.cont_social {
    margin-top: 10px;
    display: inline-flex;
    vertical-align: bottom;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 30px;
}
.cont_social li {
  margin-left: 20px;
    list-style: none;
    color: white
}
/*  Bootstrap Clearfix */
/*  Tablet  */
@media (min-width:767px) {
  /* Column clear fix */
   .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: none;
  }
   .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Medium Desktop  */
@media (min-width:992px) {
  /* Column clear fix */
   .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
   .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Large Desktop  */
@media (min-width:1200px) {
  /* Column clear fix */
   .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
   .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }}
.mar-top{
  margin-top: 130px;
}
.img-round{
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
  .txt-sand {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #000
  }

  .closebtn, .titulo-nav{
    display: none;
  }
  .bg-nav{
    background: transparent;
    height: 80px;
  }
  .bg-nav2{
    background: #00000000;
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
  }
  .no-bg-nav{
    background: #FFFFFF;
  }
  .navbar-nav::-webkit-scrollbar {
    background: rgba(0,0,0,0);
}
.navbar-collapse::-webkit-scrollbar {
    background: rgba(0,0,0,0);
}
  @media (max-width:991px) {
    .logo{
      float: right;
      margin-right: 20px;
      width: 200px;
      height: 42px;
      margin-top: 20px;
    }
    .navbar-toggle{
      float: left!important;
    }
  .navbar-collapse {
      position: fixed;
      top: 0px;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      width: 60%;
      height: 100%;
      z-index: 9000;
      background-color: #000000;
      border-right: 2px #00000010 solid;
    }
    .navbar-collapse{
      left: 0;
      transition: left 300ms ease-in-out!important;
    }
    .navbar-collapse.collapsing {
      left: -75%;
      transition: left 300ms ease!important;
      height: 100%!important;
    }
  
    
    .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 50px;
      margin-left: 50px;
        color: #FFFFFF;
        display: block;
    }
    .closebtn a:link {
        color: #FFFFFF!important;
        text-decoration: none;
  
    }
    .overflow-scroll {
      overflow: scroll !important
  }
  .titulo-nav{
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 20px;
    color: #FFFFFF;
    display: block;
    padding: 0 20px 10px 0;
  }
  .padd-nav{
    padding: 20px;
  }
  .navbar-nav{
    padding: 0 10px;
    width: 100%;
    margin: 0;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff!important;
    padding: 20px 10px!important;
    margin-left: 5px!important;
    border-bottom: 1px solid #CCCCCC60!important;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #CCC!important;
    padding: 20px 10px!important;
    margin-left: 5px!important
  }
  .mar-top > img{
    margin-top: 0;
  }
  footer{
    padding-bottom: 50px;
  }

    /* nuevo breakpoint */
    .navbar-header {
      float: none;
    }
    
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
      display: none!important;
    }
    .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
    }
    .navbar-nav>li {
      float: none;
    }
    .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
    }



    }







    ul.breadcrumb {
      padding: 10px 16px;
      list-style: none;
      border: 1px solid #000;
      display: inline-block;
      margin: 20px 0;
      float: left;
      font-weight: 400;
      color: #555555;
        border-radius: 10px;
    }
    ul.breadcrumb li {
      display: inline;
      font-size: 20px;
    }
    ul.breadcrumb li + li:before {
      padding: 8px;
      color: black;
      content: ">\00a0";
    }
    ul.breadcrumb li a {
      color: #000;
      text-decoration: none;
    }
    ul.breadcrumb li a:hover {
      color: #000000;
      text-decoration: underline;
    }
    @media (max-width:480px) {
      ul.breadcrumb {
        width: 100%;
      }
      ul.breadcrumb li {
        display: block;
      }
    }
    @media (max-width:991px) {
      ul.breadcrumb {
        float: none;
      }
    }