/* [Master Stylesheet - v1.0] */
/* =========== Index of CSS ===========
:: 1.0 Import Fonts
:: 2.0 Import All CSS
:: 3.0 Base CSS
    :: 3.1.0 Spacing
    :: 3.2.0 Height
    :: 3.3.0 Section Padding
    :: 3.4.0 Section Heading
    :: 3.5.0 Preloader CSS
    :: 3.6.0 Miscellaneous
    :: 3.7.0 ScrollUp
    :: 3.8.0 Palatin Button
:: 4.0 Header Area CSS
:: 5.0 Hero Area CSS
:: 6.0 Book Now Area CSS
:: 7.0 About Us Area CSS
:: 8.0 Pool Area CSS
:: 9.0 Rooms Area CSS
:: 10.0 Services Area CSS
:: 11.0 Our Hotel Area CSS
:: 12.0 Testimonial Area CSS
:: 13.0 Footer Area CSS
:: 14.0 Breadcumb Area CSS
:: 15.0 Blog Area CSS
:: 16.0 Contact Area CSS
:: 17.0 Skills Area CSS
:: 18.0 Elements Area CSS
    :: 18.1.0 Single Cool Facts CSS
    :: 18.2.0 Accordians Area CSS
    :: 18.3.0 Tabs Area CSS
*/
/* :: 1.0 Import Fonts */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/nice-select.css);
@import url(css/travel-icon.css);

/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }



body {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: normal;
  background:rgb(255,255,255);
  background-image:url(img/fondos/marca_agua.png);
  margin-right: auto;
  background-size: 70%;
}

h1,
h2,
h4,
h5
 {
  color: #336798;
  line-height: 1.3;
  font-weight:normal; 
  
}

h3
{
  color: rgb(51,103,152);
  font-weight:normal; 
  font-size: 10px;
}



div,img,h3
{
  color:#FFF;
  line-height: 1.3;
  font-size: 16px;


}


h6 
{
  color: #060606;
  font-weight:normal; 
  font-size: 13px;

}

h6 a i {
	
	padding-right: 3px;
	color: rgb(51,103,152);
	font-weight: 400;
	font-size: 20px; 
	

}
/*
p {
  color: #060606;
  font-size: 12px;
  line-height: 1.5;
  font-style: italic;
  text-align: justify;
  padding-left: 20px;
	
}*/

a,
a:hover,
a:focus {
  
  text-decoration: none;
  outline: 0 solid transparent;
  color: #fff;
  font-weight: 400;
 
  

}

ul,
ol {
  margin: 0;
   }
  ul li,
  ol li {
  list-style: none;
	align-content: center;
	padding-left: 15px;
	padding-top:5%; /*DESPLAZAR MENU HACIA ABAJO*/

	
}

.banner{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display:flex;
  justify-content: center;
  align-items: center;
}

.banner video {
  position: absolute;
  top:0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
 
}


.container-all img{
    width:  100%;
    height: 95%;
}

.container-all{
    position: relative;
    width:  100%;
    overflow: hidden;
}

.slide  {
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: all 600ms;
    animation-name: autoplay;
    animation-duration: 25s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.item-slide  {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
}

.pagination{
    position: absolute;
    bottom: 0px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pagination-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    background: #333;
    margin: 0 20px;
    text-align: center;
    transition: all 300ms;
}



input[id="1"]:checked ~ .slide{
    animation: none;
    transform: translate3d(0, 0, 0);
}

input[id="1"]:checked ~ .pagination .pagination-item[for="1"]{
    background: #333;
    border: 2px solid white;
}

input[id="2"]:checked ~ .slide{
    animation: none;
    transform: translate3d(calc(-100% * 1), 0, 0);
}

input[id="2"]:checked ~ .pagination .pagination-item[for="2"]{
    background: #333;
    border: 2px solid white;
}


input[id="3"]:checked ~ .slide{
    animation: none;
    transform: translate3d(calc(-100% * 2), 0, 0);
}

input[id="3"]:checked ~ .pagination .pagination-item[for="3"]{
    background: #333;
    border: 2px solid white;
}

input[id="4"]:checked ~ .slide{
    animation: none;
    transform: translate3d(calc(-100% * 3), 0, 0);
}

input[id="4"]:checked ~ .pagination .pagination-item[for="4"]{
    background: #333;
    border: 2px solid white;
}

input[id="5"]:checked ~ .slide{
    animation: none;
    transform: translate3d(calc(-100% * 4), 0, 0);
}

input[id="5"]:checked ~ .pagination .pagination-item[for="5"]{
    background: #333;
    border: 2px solid white;
}

.general_contain {
  
  /*background-color: red;*/
}


.gif_animated {
  /*background-color: cyan !important;*/
  margin-top: 0px !important;
  display: flex;
  
}

.gif_animated_contain {
    margin: 0% 25% 50px  10%;
} 

.gif_animated img {
  width: 150px;
  height: 150px;
  
  
}


@keyframes autoplay{


    20%{
        transform: translate3d(calc(-100% * 0), 0, 0);
    }
    
    40%{
        transform: translate3d(calc(-100% * 1), 0, 0);
    }
    
    60%{
        transform: translate3d(calc(-100% * 2), 0, 0);
    }

    80%{
        transform: translate3d(calc(-100% * 3), 0, 0);
    }
    100%{
        transform: translate3d(calc(-100% * 4), 0, 0);
    }
}


@media only screen and (max-width: 767px) {
.container-all img{
    width:  130%;
    height: 95%;
}
  
}


.container-all-rest img{
    width:  100%;
    height: 95%;
}

.container-all-rest{
    position: relative;
    width:  100%;
    overflow: hidden;
}

.slide-rest  {
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: all 600ms;
    animation-name: autoplay;
    animation-duration: 25s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.item-slide-rest  {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
}

.pagination-rest{
    position: absolute;
    bottom: 0px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pagination-item-rest{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    background: #336798;
    margin: 0 20px;
    text-align: center;
    transition: all 300ms;
}



input[id="1"]:checked ~ .slide-rest{
    animation: none;
    transform: translate3d(0, 0, 0);
}

input[id="1"]:checked ~ .pagination-rest .pagination-item-rest[for="1"]{
    background: #FD6500;
    border: 2px solid white;
}

input[id="2"]:checked ~ .slide-rest{
    animation: none;
    transform: translate3d(calc(-100% * 1), 0, 0);
}

input[id="2"]:checked ~ .pagination-rest .pagination-item-rest[for="2"]{
    background: #FD6500;
    border: 2px solid white;
}


input[id="3"]:checked ~ .slide-rest{
    animation: none;
    transform: translate3d(calc(-100% * 2), 0, 0);
}

input[id="3"]:checked ~ .pagination-rest .pagination-item-rest[for="3"]{
    background: #FD6500;
    border: 2px solid white;
}

input[id="4"]:checked ~ .slide-rest{
    animation: none;
    transform: translate3d(calc(-100% * 3), 0, 0);
}

input[id="4"]:checked ~ .pagination-rest .pagination-item-rest[for="4"]{
    background: #FD6500;
    border: 2px solid white;
}

input[id="5"]:checked ~ .slide-rest{
    animation: none;
    transform: translate3d(calc(-100% * 4), 0, 0);
}

input[id="5"]:checked ~ .pagination-rest .pagination-item-rest[for="5"]{
    background: #FD6500;
    border: 2px solid white;
}





@keyframes autoplay{


    20%{
        transform: translate3d(calc(-100% * 0), 0, 0);
    }
    
    40%{
        transform: translate3d(calc(-100% * 1), 0, 0);
    }
    
    60%{
        transform: translate3d(calc(-100% * 2), 0, 0);
    }

    80%{
        transform: translate3d(calc(-100% * 3), 0, 0);
    }
    100%{
        transform: translate3d(calc(-100% * 4), 0, 0);
    }
}
@media only screen and (max-width: 767px) {
.container-all-rest img{
    width:  130%;
    height: 95%;
}
  
}




.back-hotel{
	background-image:url(img/fondos/marca_hotel.png);
	background-size:70%;
	}

.back-white{
	background-image:url(img/fondos/imagen_sinfondo.png);
  padding-bottom: 40px;
	}
	
.back-chef{
	background-image:url(img/fondos/chef_biografia-01.jpg);
	background-size:100%;

	
	}


.select{
	
	margin: 150px 0 0 10px;
}



.seccion_icono{
	
	margin: 10px 0 0 10px;
	text-align:center;
	
}




.select3{
	
	margin: 20px 0 0 20px;
	
}

.select4{
	background:rgba(0,0,153,1);
	margin: 80px 0 0 10px;
	text-align:center;
	
}


/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */

.section-padding-botton {
  
  padding-bottom: 100px; }


.section-padding-40 {
  padding-top: 40px;
  padding-bottom: 40px; }
  
  .section-padding-10 {
  padding-top: 10px;

  }

.section-padding-150 {
  padding-top: 150px;
  
    }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Section Heading */
.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 30px; 
}

.section-heading-chef {
	position: relative;
	z-index: 1;
	margin-bottom: 30px; 
}


.section-heading-hab {
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	
}

.section-heading-hab div {
	font-size:16px;
	color:rgb(51,103,152);

}

.section-heading-hab span {
	color:#060606;


}

.section-heading-hab #info-res p {
  
      font-style: normal;
      padding-top: 50px;
      font-size: 12px; 

}

.section-heading span{
  
      color:#fff;

}





  .section-heading .line- {
    width: 90px;
    height: 2px;
    background-color: rgba(0,0,0,0);
    display: block;
    margin-bottom: 40px; }
	
  .section-heading-chef .line- {
    width: 90px;
    height: 2px;
    background-color: rgba(0,0,0,0);
    display: block;
    margin-bottom: 40px; }

.section-heading .line-2 {
    width: 240px;
    height: 4px;
    background-color: rgb(51,103,152);
    display: block;
    margin-bottom: 20px; }

/*TITULOS*/
  .section-heading h1 { 
    font-size: 20px;

    font-weight: 900;
    color: rgb(51,103,152);
	  margin: 0px;
	  padding: 10px;

  }

  .section-heading hr{
    visibility: hidden;


  }

  .section-heading-hab hr{
    visibility: hidden;


  }

  .section-heading-chef hr{
    visibility: hidden;


  }

  
    .section-heading-chef h1 { 
    font-size: 16px;
    color: rgb(51,103,152);
    border-left: solid rgb(51,103,152);
 	  margin: 0px;
	  padding: 8px;

  }
  
    .section-heading-hab h1 { 
    font-size: 16px;
    color: rgb(51,103,152);
	  border-left: solid rgb(51,103,152);
	  margin: 0px;
	  padding: 10px;

  }

.section-heading-hab  .cenas {
  font-style: normal;
  padding-top: 20px;


}

.section-heading-hab  .cenas font {
  font-style:italic;
  color: #060606;
  font-size: 18px;


}
 
 /*PARRAFOS DESPUES DE TITULOS*/
  .section-heading p { 
   color: #060606;
   font-size: 18px;
   line-height: 1.5;
   text-align: justify;
   padding-left: 0px;
   font-weight:500;
   padding-top:10px;
   letter-spacing:-1px;
   
  }
  
  .section-heading-chef p { 
   color: #fff;
   font-size: 13px;
   line-height: 1.5;
   font-style: italic;
   text-align: justify;
   padding-left: 20px;
   font-weight:100;
   padding-top:10px;
   letter-spacing:0px;
   
  }
 /*PARRAFOS CENTALES*/
.section-heading-2 p { 
   color: #060606;
   font-size: 18px;
   line-height: 1.5;
   font-style: italic;
   padding-left: 0px;
   font-weight:500;
   padding-top:10px;
   letter-spacing:-1px;
   
  }
  
  /*TEXTOS ORDINARIOS*/
  .section-heading h6{
    color: #060606;
  	font-weight:normal; 
  	font-size: 13px;
  	padding-left: 30px;

	
	  }
	
  .section-heading h3 {
    font-size: 16px;
	color: rgb(51,103,152);
	margin: 0px;
	padding: 10px;
	padding-left: 0px;
	
}

  .section-heading-chef h3 {
    font-size: 14px;
	color: rgb(51,103,152);
	margin: auto;


	
	
}


.section-heading-hab h3 {
  font-size: 18px;
	color: rgb(51,103,152);
	margin: 0px;
	padding-top:20px;
	
	
}

.section-heading-eve h1 { 
    font-size: 16px;
    color: rgb(51,103,152);
    border-left: solid rgb(51,103,152);
    margin: 0px;
    padding: 10px;

  }


.section-heading-eve h3 {
    font-size: 14px;
	color: rgb(51,103,152);
	margin: 0px;
	
	
}

.section-heading-eve p {
   padding:10px;
   color: #060606;
   font-size: 14px;
   line-height: 1.5;
   text-align: justify;
   font-weight:500;
      
    
	}

.section-heading-eve hr {
      background-color: rgb(51,103,152);
      height: 2px;
      text-align: center;
      margin: 0 45% 0 45%;
      visibility:hidden;


    }

.section-heading-hab p {

   color: #060606;
   font-size: 18px;
   line-height: 1;
   text-align: justify;
   font-weight:500;
  
   
  
	}


  .section-heading h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
	border-left: solid rgb(51,103,152);
	margin: 0px;
	padding-bottom: 15px;
	border-width: 0px;
	width: 320px;
}

.hr{
  height: 100px;
  background-color: rgb(51,103,152);
	
	}

  

  @media only screen and (max-width: 767px) {

    .section-heading h1 { 
    font-size: 16px;
    color: rgb(51,103,152);
    border-left: solid rgba(0,0,0,0.0);
    text-align: center;

    margin: 0px;
    padding: 10px;

  }

  .section-heading h3 { 
    font-size: 12px;
    color: rgb(51,103,152);
  
    text-align: center;

    margin: 0px;
    padding: 10px;

  }

    .section-heading hr {
      background-color: rgb(51,103,152);
      height: 2px;
      text-align: center;
      margin: 0 45% 0 45%;
      visibility: visible;


    }

       .section-heading h6 {
      font-size: 10px;


    }

     } 





  @media only screen and (max-width: 767px) {
      .section-heading h5 {
        font-size: 12px;
	    text-align:left; } }


    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 14px;
		} }
  .section-heading p {
    margin-bottom: 0; }
  .section-heading.text-center .line- {
    margin: 0 auto 40px; }
  .section-heading.white h2,
  .section-heading.white p {
    color: #ffffff; }

/* :: 3.5.0 Preloader CSS */
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  .preloader .cssload-container {
    display: block;
    width: 97px; }
  .preloader .cssload-loading i {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50px;
    background: rgb(51,103,152); }
  .preloader .cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -o-animation: cssload-loading-ani2 0.58s linear infinite;
    -ms-animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    -moz-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px); }
  .preloader .cssload-loading i:nth-child(2),
  .preloader .cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -o-animation: cssload-loading-ani3 0.58s linear infinite;
    -ms-animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    -moz-animation: cssload-loading-ani3 0.58s linear infinite; }
  .preloader .cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -o-animation: cssload-loading-ani1 0.58s linear infinite;
    -ms-animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    -moz-animation: cssload-loading-ani1 0.58s linear infinite; }
@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0; } }
@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0; } }
@-ms-keyframes cssload-loading-ani1 {
  100% {
    -ms-transform: translate(39px);
    opacity: 0; } }
@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0; } }
@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0; } }
@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1; } }
@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(19px);
    opacity: 1; } }
@-ms-keyframes cssload-loading-ani2 {
  100% {
    -ms-transform: translate(19px);
    opacity: 1; } }
@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    opacity: 1; } }
@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(19px);
    opacity: 1; } }
@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(19px); } }
@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(19px); } }
@-ms-keyframes cssload-loading-ani3 {
  100% {
    -ms-transform: translate(19px); } }
@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px); } }
@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(19px); } }
/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.63);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.7.0 ScrollUp 
  background-color: #000;
  border-radius: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #fff; } */


/* :: 3.8.0 Palatin Button */
.palatin-btn {
  background-color: rgb(51,103,152);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position:relative;
  z-index: 1;
  display: inline-block;
  min-width: auto;
  color: #ffffff;
  border: none;
  margin: 0 0 0 1px;
  border-radius: 5px;
  padding: 0 13px;
  font-size: 14px;
  line-height: 30px;
  width: 70px;
  text-align: left;
  text-transform: capitalize; }

.palatin-btn-menu {
  background-color: rgb(51,103,152);
  
 
  position:relative;
  z-index: 1;
  display: inline-block;
  min-width: auto;
  color: #ffffff;
  border: none;
  margin: 4px 0 0 1px;
  border-radius: 0;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 30px;
  width: 300px;
  text-align: center;
   }
  
  .palatin-btn:hover, .palatin-btn:focus {
    font-size: 14px;
    background-color: rgb(51,103,152);
    color: #ffffff; 
	text-decoration: none;
}

  .palatin-btn.btn-2 {
    background-color: #fff;
    color: #ffffff; }
    .palatin-btn.btn-2:hover, .palatin-btn.btn-2:focus {
      font-size: 14px;
      background-color: rgb(51,103,152);
      color: #ffffff; }
  .palatin-btn.btn-3 {
    background-color: #ffffff;
    color: rgb(51,103,152);
    border: 2px solid rgb(51,103,152);
    height: 49px;
    line-height: 48px; }
    .palatin-btn.btn-3:hover, .palatin-btn.btn-3:focus {
      font-size: 14px;
      background-color: rgb(51,103,152);
      color: #ffffff; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header-area .palatin-main-menu {
    position: relative;
    width: 100%;
    background-color: rgb(39, 44, 69);
    /*border-bottom: 1px solid rgb(171, 136, 20);<--linea de border menu*/ }
    .header-area .palatin-main-menu .classy-nav-container {
      background-color: #fff; }
    .header-area .palatin-main-menu .classy-navbar {
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      background-color: transparent;
      height: 95px;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .header-area .palatin-main-menu .classy-navbar {
          height: 70px;
		  } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .palatin-main-menu .classy-navbar .nav-brand {
          max-width: 140px;
		  
		   } }
      @media only screen and (max-width: 767px) {
        .header-area .palatin-main-menu .classy-navbar .nav-brand {
          max-width: 140px;
		
		   } }
	
	
	
		   
	.classy-navbar a img {
	width:100%
	}
	

	
	@media only screen and (max-width: 500px) {
 
     .classy-navbar-logo {

       margin: 15% 30%;

  
          } 
			
      .classy-navbar a img {
        width: 150%;
		    

		} 
	
	}

	
      .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        text-transform: capitalize;
        color:#336798;
		    font-size: 16px;
        font-weight: bold;

        background-color: transparent; }
        .header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover, .header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
          
          border-bottom: 4px solid #FD6500; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
            font-size: 14px;
			} }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
              background-color: #fff; 
			   } }
        @media only screen and (max-width: 767px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
            background-color: #fff; } }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.active a {
        color: rgb(51,103,152);
		    border-bottom: 4px solid #FD6500;
		/*background-color: rgb(51,103,152); */}
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #ffffff; }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        color: #fff; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
            padding: 0 20px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
            color: #ffffff; } }
        @media only screen and (max-width: 767px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
            color: #ffffff; } }
      .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 1px;
		list-style-type: square;
		  
		

}
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .palatin-main-menu .classy-navbar .menu-btn {
            margin-left: 1px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .palatin-main-menu .classy-navbar .menu-btn {
            margin-left: 3px;
            
            margin-top: 3px;
            display: inline-block; } }
        @media only screen and (max-width: 767px) {
          .header-area .palatin-main-menu .classy-navbar .menu-btn {
            margin-left: 3px;
          
            margin-top: 3px;
            display: inline-block; } }
        .header-area .palatin-main-menu .classy-navbar .menu-btn a {
          color: #ffffff;
          font-size: 16px;
          font-weight: bold; }
  .header-area .is-sticky .palatin-main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(39, 44, 69,.7);
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2); }
    .header-area .is-sticky .palatin-main-menu .classy-navbar {
      height: 90px; }
      @media only screen and (max-width: 767px) {
        .header-area .is-sticky .palatin-main-menu .classy-navbar {
          height: 90px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #fff} }

@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #fff; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }

.classycloseIcon .cross-wrap span {
  
	background: #ffffff; }

/* :: 5.0 Hero Area CSS */
.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 45%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .owl-dots {
        left: 1%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .owl-dots {
        left: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-dots {
        bottom: 100px; } }
    .hero-slides .owl-dots .owl-dot {
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      border: 2px solid transparent;
      background-color: transparent;
      display: block;
      padding: 3px 5px;
      color: #ffffff;
      font-size: 14px; }
      .hero-slides .owl-dots .owl-dot.active, .hero-slides .owl-dots .owl-dot:hover, .hero-slides .owl-dots .owl-dot:focus {
        color: #ffffff;
		/** 
		background-color: #1b3f4c;
        border: 2px solid rgb(51,103,152)**/
        box-shadow: none; }

.single-hero-slide {
  width: 100%;
  height: 660px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
      height: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 650px; } }
  @media only screen and (max-width: 767px) {
    .single-hero-slide {
      height: 750px; } }
  .single-hero-slide .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .single-hero-slide .hero-slides-content {
    display: inline-block;
    padding: 60px 50px;
    background-color: rgba(0, 0, 0, 0.63);
    border: 2px solid rgb(51,103,152);
    text-align: center; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-slide .hero-slides-content {
        padding: 40px 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-slide .hero-slides-content {
        padding: 30px 20px; } }
    @media only screen and (max-width: 767px) {
      .single-hero-slide .hero-slides-content {
        padding: 20px; } }
    .single-hero-slide .hero-slides-content .line {
      width: 90px;
      height: 2px;
      background-color: rgb(51,103,152);
      margin: 0 auto 30px; }
    .single-hero-slide .hero-slides-content h2 {
      position: relative;
      z-index: 1;
      font-size: 72px;
      color: #ffffff;
      margin-bottom: 0;
      display: inline-block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 30px; } }
    .single-hero-slide .hero-slides-content p {
      font-size: 14px;
      color: #ffffff; }

.hero-slides .owl-item.active .single-hero-slide .slide-img {
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite; }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* :: 6.0 Book Now Area CSS */
.book-now-area {
  position: relative;
  z-index: 100;
  margin-bottom: 15px; }

.book-now-form {
  position: relative;
  z-index: 1;
  top: -87px; }
  .book-now-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .book-now-form form .form-group,
    .book-now-form form button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      width: 20%;
      height: 174px;
      background-color: #fff;
      border-left: 2px solid rgb(51,103,152);
      border-top: 2px solid rgb(51,103,152);
      border-bottom: 2px solid rgb(51,103,152);
      margin-bottom: 0;
      padding: 0 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .book-now-form form .form-group,
        .book-now-form form button {
          padding: 0 20px; } }
      @media only screen and (max-width: 767px) {
        .book-now-form form .form-group,
        .book-now-form form button {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          width: 100%;
          height: 100px;
          border-bottom: 0 solid transparent;
          border-right: 2px solid rgb(51,103,152); } }
    .book-now-form form .form-group label {
      color: rgb(51,103,152);
      display: block;
      font-size: 14px;
      width: 100%; }
    .book-now-form form button {
      border-right: 2px solid rgb(51,103,152);
      font-size: 16px;
      background-color: rgb(51,103,152);
      text-transform: uppercase;
      color: #ffffff;
      cursor: pointer;
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      padding: 0; }
      .book-now-form form button:hover, .book-now-form form button:focus {
        outline: none;
        background-color: #fff; }
    .book-now-form form .form-control:focus {
      box-shadow: none; }
  .book-now-form .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    color: #ffffff; }
    .book-now-form .nice-select::after {
      border-bottom: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      height: 10px;
      margin-top: -4px;
      width: 10px; }
    .book-now-form .nice-select .list {
      background-color: #ffffff;
      border-radius: 0;
      margin-top: 2px;
      box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
      width: 100%; }
    .book-now-form .nice-select .current {
      font-size: 24px;
      line-height: 1; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .book-now-form .nice-select .current {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .book-now-form .nice-select .current {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .book-now-form .nice-select .current {
          font-size: 18px; } }
    .book-now-form .nice-select .option {
      font-size: 20px;
      color: #fff;
      width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .book-now-form .nice-select .option {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .book-now-form .nice-select .option {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .book-now-form .nice-select .option {
          font-size: 16px; } }


/*slider habitaciones*/
.slider_hab{
  width:80%;
  margin:auto;
  overflow:hidden;

  
  }
  
.slider_hab ul {
  display:flex;
  padding:0;
  width:500%;
  animation:cambio 10s infinite alternate;
  animation-timing-function: step-start;
  }

.slider_hab li {
  width:100%;
  
  }

.slider_hab img{
  width:100%;
  }
  
@keyframes cambio{
  0%{margin-left:0;}
  10%{margin-left:0;}
  
  15%{margin-left:-100%;}
  25%{margin-left:-100%;}
  
  30%{margin-left:-200%;}
  40%{margin-left:-200%;}
  
  45%{margin-left:-300%;}
  55%{margin-left:-300%;}

  60%{margin-left:-400%;}
  70%{margin-left:-400%;}

  75%{margin-left:-500%;}
  100%{margin-left:-500%;}


  }
  
	
	
/*slider experiencias*/
.slider_exp{
  margin: 0;
  overflow:hidden;
  position: relative;
  width: 100%;
  top: -80px;
  

  }
  
.slider_exp ul {
  display:flex;
  padding:0;
  width:500%;
  animation:cambio 20s infinite alternate;
  animation-timing-function: step-start;
  }

.slider_exp li {
  width:100%;
  
  }

.slider_exp img{
  width:100%;
 
  }
  
@keyframes cambio{
  0%{margin-left:0;}
  20%{margin-left:0;}
  
  25%{margin-left:-100%;}
  45%{margin-left:-100%;}
  
  50%{margin-left:-200%;}
  70%{margin-left:-200%;}
  
  75%{margin-left:-300%;}
  100%{margin-left:-300%;}
  }
  
/* :: 7.0 About Us Area CSS */
.about-thumbnail {
  position: relative;
  z-index: 1; }
  .about-thumbnail.homepage .first-img {
    position: relative;
    width: 50%;
    margin-left: auto;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); }
  .about-thumbnail.homepage .second-img {
    position: relative;
    z-index: 1;
    width: 55%;
    margin-top: -50%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); }
  .about-thumbnail.homepage .third-img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 45%;
    margin-top: -30%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); }

.about-key-text {
  position: relative;
  z-index: 1;
  margin-top: 35px; }
  .about-key-text h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 16px; }
    .about-key-text h6 span {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      max-width: 30px;
      width: 30px;
      margin-right: 15px;
      height: 30px;
      text-align: center;
      font-size: 12px;
      background-color: rgb(51,103,152);
      border-radius: 50%;
      line-height: 30px;
      color: #ffffff; }

/* :: 8.0 Pool Area CSS */
.pool-content {
  background-image: url(img/general/hotel.jpg);
  background-size: 100%;
  position: relative;
  z-index: 1;
  width: 100%; 
  height: 100%;
  padding: 220px 100px;
  border-radius: 0px;
  border-width: 3px;
  border-style: solid;
  border-color: #336798;
  
  
 }
 
 .ubicacion {
  background-image: url(img/general/habitacion_01.jpg);
  background-size: 100%;
  position: relative;
  z-index: 1;
  width: 100%; 
  height: 100%;
  padding: 32% 35%;
  border-width: 3px;
  border-style: solid;
  border-color: #336798;
  
  
 }
 
  .chef {
 background-image: url(img/general/extras.jpg);
  background-size: 100%;
  position: relative;
  z-index: 1;
  width: 100%; 
  height: 80%;
  padding: 42% 35%;
  bottom: 90px;
  
  
  
 }

.comedor {
  background-image: url(img/general/comedor/Fijaencomedor2.jpg);
  background-size: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1900px 100px;
  border: 2px solid rgb(51,103,152);
  
 }
 

.tours {
  background-image: url(img/General/tours/fijatours.jpg);
  background-size: 120%;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 230px 120px;
  border: 2px solid rgb(51,103,152);
 }



.habi_estandar {
  background-image: url(img/General/hotel/Fija_estandar.jpg);
  background-size: 110%;
  position: relative;
  z-index: 1;
  width:100%;
  padding: 230px 120px;
  border: 2px solid rgb(51,103,152);	
}

.habi_masters {
  background-image: url(img/General/hotel/Fija_master_suite.jpg);
  background-size: 110%;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 230px 120px;
  border: 2px solid rgb(51,103,152);	
}

.habi_suite {
  background-image: url(img/General/hotel/fija_suite.jpg);
  background-size: 110%;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 230px 120px;
  border: 2px solid rgb(51,103,152);	
}

.habi_suited {
  background-image: url(img/General/hotel/Movimientosuite_doble.jpg);
  background-size: 110%;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 230px 120px;
  border: 2px solid rgb(51,103,152);	
}



.eventos {
  background-image: url(img/general/eventos/evento.jpg);
  background-size: 100%;
  
  padding: 270px 120px;
 
 }


 .section-heading #eventos-p  {

  padding-top: 80px;
 }

 #eventos-p p {
font-size: 15px;
 }


.spa {
  background-image: url(img/general/spa/spa_02.jpg);
  background-size: 100%;
  padding: 175px 150px;
  margin-top: 40px;
  margin-bottom:30px;
 
 
 }
 
 .restaurante {
  background-image: url(img/general/restaurante/restaurante.jpg);
  background-size: 100%;
  padding: 200px 100px;
  margin-bottom:30px;
 
 
 }
 
 

.hotel {
  color: rgb(51,103,152);
  
}

.hactive{
	border: 2px solid rgb(51,103,152);
}


.listaHab{
  color: #fff;
  font-family:'Libre Baskerville', serif;
  font-style: italic;
  text-align: justify;
}


  @media only screen and (max-width: 767px) {
    .pool-content {
      padding:138px 180px; 
      background-size: 100%;
      position: relative;
      z-index: 1;
      width: 100%; 
      height: 50%;
      padding: 100px 100px;




      } }
  .pool-content .pool-feature {
    position: relative;
    z-index: 1;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .pool-content .pool-feature {
        margin-top: 30px; } }
    .pool-content .pool-feature i {
      font-size: 70px;
      color: rgb(51,103,152);
      margin-bottom: 15px;
      display: block; }
    .pool-content .pool-feature p {
      color: #ffffff;
      font-size: 14px;
      margin-bottom: 0; }


  @media only screen and (max-width: 767px) {
    .habi_estandar {
      padding:138px 180px; } }

  @media only screen and (max-width: 767px) {
    .habi_masters {
      padding:138px 180px; } }

  @media only screen and (max-width: 767px) {
    .habi_suite {
      padding:138px 180px; } }

  @media only screen and (max-width: 767px) {
    .habi_suited {
      padding:138px 180px; } }

 @media only screen and (max-width: 767px) {
    .spa {
	  background-size: 100%;
		  padding: 85px 150px;
		
      
       } }

@media only screen and (max-width: 767px) {
    .eventos {
       background-size: 100%;
       padding: 160px 150px;
        } }

@media only screen and (max-width: 767px) {
    .tours {
      padding:138px 180px; } }

      @media only screen and (max-width: 767px) {
    .restaurante {
       background-size: 100%;
       padding: 110px 150px;
        } }

  

/* :: 9.0 Rooms Area CSS */
.single-rooms-area {
  position: relative;
  z-index: 10;
  width: 40%;
  height: 180px;
  margin-bottom: 10px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-rooms-area .bg-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .single-rooms-area .price-from {
    position: absolute;
    z-index: 20;
    top: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 15px;
    background-color: #181818;
    border: 2px solid rgb(51,103,152);
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 14px; }
  .single-rooms-area .rooms-text {
    position: absolute;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.63);
    padding: 30px 30px 40px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    border: 2px solid rgb(51,103,152);
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-rooms-area .rooms-text .line {
      width: 90px;
      height: 2px;
      background-color: rgb(51,103,152);
      display: block;
      margin: 0 auto 20px; }
    .single-rooms-area .rooms-text h4 {
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .single-rooms-area .rooms-text h4 {
          font-size: 20px; } }
    .single-rooms-area .rooms-text p {
      color: #ffffff;
      margin-bottom: 0; }
  .single-rooms-area .book-room-btn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50; }
  .single-rooms-area:hover .rooms-text, .single-rooms-area:focus .rooms-text {
    background-color: #000; }

.pagination-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .pagination-area .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .pagination-area .pagination .page-item .page-link {
      border: 2px solid transparent;
      background-color: transparent;
      display: block;
      padding: 5px;
      margin-right: 10px;
      color: #181818;
      font-size: 14px; }
      .pagination-area .pagination .page-item .page-link:hover, .pagination-area .pagination .page-item .page-link:focus {
        color: #ffffff;
        background-color: #616161;
        border: 2px solid rgb(51,103,152);
        box-shadow: none; }
    .pagination-area .pagination .page-item:first-child .page-link {
      margin-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .pagination-area .pagination .page-item:last-child .page-link {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .pagination-area .pagination .page-item.active .page-link {
      color: #ffffff;
      background-color: #616161;
      border: 2px solid rgb(51,103,152); }

/* :: 10.0 Services Area CSS */
.services-intro {
  position: relative;
  z-index: 1; }
  .services-intro .single-cool-fact {
    width: 100%; }

.core-features-area {
  position: relative;
  z-index: 10; }
  .core-features-area .single-core-feature {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 514px; }
    .core-features-area .single-core-feature .bg-thumbnail {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 5; }
    .core-features-area .single-core-feature .feature-content {
      width: 70%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 50;
      background-color: rgba(255, 255, 255, 0.85);
      border: 2px solid rgb(51,103,152);
      padding: 30px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 767px) {
        .core-features-area .single-core-feature .feature-content {
          width: 85%; } }
      .core-features-area .single-core-feature .feature-content i {
        font-size: 60px;
        color: rgb(51,103,152);
        margin-bottom: 30px;
        display: block; }
      .core-features-area .single-core-feature .feature-content h3 {
        font-size: 30px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .core-features-area .single-core-feature .feature-content h3 {
            font-size: 24px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .core-features-area .single-core-feature .feature-content h3 {
            font-size: 24px; } }
        @media only screen and (max-width: 767px) {
          .core-features-area .single-core-feature .feature-content h3 {
            font-size: 24px; } }
      .core-features-area .single-core-feature .feature-content p {
        margin-bottom: 0; }

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area i {
    display: block;
    margin-bottom: 30px;
    color: rgb(51,103,152);
    font-size: 60px; }
  .single-service-area h4 {
    font-size: 30px;
    margin-bottom: 25px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .single-service-area h4 {
        font-size: 24px; } }
  .single-service-area p {
    margin-bottom: 0; }

.our-milestones {
  position: relative;
  z-index: 1; }
  .our-milestones .single-cool-fact {
    background-color: rgba(0, 0, 0, 0.0); }

/* :: 11.0 Our Hotel Area CSS */
.single-hotel-info {
  position: relative;
  z-index: 1;
  text-align:center 
}
  .single-hotel-info .hotel-info-text {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
	background-color:#336798;
	width:100%;
	padding:2%;
	

	 }
    .single-hotel-info .hotel-info-text h6 {
	  color:#fff;
	  align-items: center;
      font-size: 16px; }
      .single-hotel-info .hotel-info-text h6 span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        width: 30px;
        margin-right: 15px;
        height: 30px;
        text-align: center;
        font-size: 12px;
        background-color: rgb(51,103,152);
        border-radius: 50%;
        line-height: 30px;
        color: #ffffff; }

/* :: 12.0 Testimonial Area CSS */
.testimonial-content {
  position: relative;
  z-index: 1;
  border: 2px solid rgb(51,103,152);
  background-color: #ffffff;
  padding: 100px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .testimonial-content {
      padding: 30px; } }
  .testimonial-content .single-testimonial {
    position: relative;
    z-index: 1;
    text-align: center; }
    .testimonial-content .single-testimonial p {
      font-size: 16px;
      color: #fff;
      font-style: italic; }
      @media only screen and (max-width: 767px) {
        .testimonial-content .single-testimonial p {
          font-size: 14px; } }
    .testimonial-content .single-testimonial h6 {
      margin-top: 55px;
      margin-bottom: 60px; }
      .testimonial-content .single-testimonial h6 span {
        color: rgb(51,103,152); }
      @media only screen and (max-width: 767px) {
        .testimonial-content .single-testimonial h6 {
          margin-top: 25px;
          margin-bottom: 30px; } }
    .testimonial-content .single-testimonial img {
      width: auto !important;
      margin: 0 auto; }

/* :: 13.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color:  #15385A;
  padding-bottom: 0px;}

  
  
  .footer-widget-area a img{
	  
	  position: absolute;
    top: -250px;
    left: 11%;
    right: 35%;
    width: 80%;
    border-width: 3px;
    border-style: solid;
    border-color: #336798;
	  }

    .img_contacto a img{
    
    position: absolute;
    width: 90%;
    border-width: 3px;
    border-style: solid;
    border-color: #336798;
    }

    .img_contacto2 a img{
    width: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: #336798;
    }
	  
   .footer-widget-area i {
	   color:rgb(51,103,152);
	   }
  
  .footer-area .footer-widget-area p {
    color: #cccccc;
    font-size: 16px;
    margin-bottom: 0; }
  .footer-area .footer-widget-area .widget-title {
    padding-top: 15px;
    color: #ffffff;
    font-weight: 400; }
  .footer-area .footer-widget-area .subscribe-form {
    position: relative;
    z-index: 1; }
    .footer-area .footer-widget-area .subscribe-form input {
      width: 100%;
      height: 46px;
      background-color: transparent;
      border: 2px solid rgb(51,103,152);
      padding: 0 15px;
      color: #ffffff; }
    .footer-area .footer-widget-area .subscribe-form button {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      width: 100%;
      height: 46px;
      border: none;
      font-size: 16px;
      margin-top: 15px;
      color: #ffffff;
      cursor: pointer;
      background-color: rgb(51,103,152); }
      .footer-area .footer-widget-area .subscribe-form button:hover, .footer-area .footer-widget-area .subscribe-form button:focus {
        background-color: #fff; }
  .footer-area .copywrite-text {
    position: relative;
    z-index: 1; }
    .footer-area .copywrite-text p {
      margin-bottom: 0;
      line-height: 1.5;
      font-size: 12px;
      color: rgba(204, 204, 204, 0.4); }
      .footer-area .copywrite-text p a {
        font-size: 12px;
        color: rgba(204, 204, 204, 0.4); }
        .footer-area .copywrite-text p a:hover {
          color: #ffffff; }

/* :: 14.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 475px; }
  @media only screen and (max-width: 767px) {
    .breadcumb-area {
      height: 340px; } }
  .breadcumb-area .bradcumbContent {
    margin-top: 70px; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .bradcumbContent {
        margin-top: 0; } }
    .breadcumb-area .bradcumbContent h2 {
      font-size: 48px;
      color: #ffffff;
      margin-bottom: 0;
      padding: 5px 30px;
      border: 2px solid rgb(51,103,152);
      background-color: rgba(0, 0, 0, 0.63); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .breadcumb-area .bradcumbContent h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .breadcumb-area .bradcumbContent h2 {
          font-size: 30px; } }

/* :: 15.0 Blog Area CSS */
.single-blog-post {
  position: relative;
  z-index: 10; }
  .single-blog-post .blog-post-thumb {
    position: relative;
    z-index: 1; }
  .single-blog-post .post-content {
    position: relative;
    z-index: 1;
    width: 80%;
    border: 2px solid rgb(51,103,152);
    padding: 50px 40px 30px;
    left: 10%;
    text-align: center;
    margin-top: -145px;
    background-color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .single-blog-post .post-content {
        width: 90%;
        left: 5%;
        margin-top: -25px;
        padding: 40px 30px 20px; } }
    .single-blog-post .post-content .post-date {
      position: absolute;
      left: 50%;
      top: -26.5px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .single-blog-post .post-content .post-title {
      font-size: 30px;
      display: block;
      margin-bottom: 10px; }
      .single-blog-post .post-content .post-title:hover, .single-blog-post .post-content .post-title:focus {
        color: rgb(51,103,152); }
      @media only screen and (max-width: 767px) {
        .single-blog-post .post-content .post-title {
          font-size: 20px;
          margin-bottom: 15px; } }
    .single-blog-post .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 30px; }
      .single-blog-post .post-content .post-meta a {
        font-size: 12px;
        color: #fff;
        position: relative;
        z-index: 2; }
        .single-blog-post .post-content .post-meta a:first-child {
          margin-right: 30px; }
          .single-blog-post .post-content .post-meta a:first-child::after {
            position: absolute;
            top: -2px;
            right: -18px;
            content: '|';
            z-index: 10; }

/* :: 16.0 Contact Area CSS */
.contact-area {
  position: relative;
  z-index: 1; }
  .contact-area .home-map-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 500px; }
    @media only screen and (max-width: 767px) {
      .contact-area .home-map-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 450px; } }
    .contact-area .home-map-area iframe {
      width: 100%;
      height: 100%;
      border: none; }
  .contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 8%; }
    @media only screen and (max-width: 767px) {
      .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 50px 30px; } }
    .contact-area .contact-info h4,
    .contact-area .contact-info h5 {
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-area .contact-info h4,
        .contact-area .contact-info h5 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .contact-area .contact-info h4,
        .contact-area .contact-info h5 {
          font-size: 16px; } }
    .contact-area .contact-info .social-info a {
      display: inline-block;
      margin-right: 15px; }
      .contact-area .contact-info .social-info a:hover, .contact-area .contact-info .social-info a:focus {
        color: rgb(51,103,152); }

.single-contact-information {
  position: relative;
  z-index: 1; }
  .single-contact-information .section-text {
    position: relative;
    z-index: 1;
    margin-bottom: 40px; }
    .single-contact-information .section-text h3 {
      font-weight: 400;
      font-size: 30px;
      margin-bottom: 10px; }
    .single-contact-information .section-text p {
      margin-bottom: 0; }
  .single-contact-information .contact-content {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
    .single-contact-information .contact-content:last-child {
      margin-bottom: 0; }
    .single-contact-information .contact-content p {
      font-size: 15px;
      color: #fff;
      margin-bottom: 0; }
    .single-contact-information .contact-content p:first-child {
      font-size: 18px;
      color: rgb(51,103,152);
      margin-bottom: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      max-width: 90px;
      width: 90px; }

.map-area {
  position: relative;
  z-index: 2; }
  .map-area iframe {
    width: 100%;
    height: 515px;
    border: none;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .map-area iframe {
        height: 300px; } }

.contact-form-area {
  position: relative;
  z-index: 1; }
  .contact-form-area form {
    position: relative;
    z-index: 1; }
    .contact-form-area form input,
    .contact-form-area form textarea {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      border: none;
      border-bottom: 2px solid #c9c9c9;
      margin-bottom: 30px;
      font-size: 12px;
      font-style: italic;
      color: #fff;
      border-radius: 0;
      width: 100%;
      height: 52px; }
      .contact-form-area form input:focus,
      .contact-form-area form textarea:focus {
        border-color: rgb(51,103,152);
        box-shadow: none; }
    .contact-form-area form textarea {
      height: 180px; }

/* :: 17.0 Skills Area CSS */
.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px; }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-skils-area .skills-text span {
      font-size: 48px;
      color: #232323; }
    .single-skils-area .skills-text p {
      margin-bottom: 0;
      line-height: 1;
      font-size: 14px;
      color: #232323; }

/* :: 18.0 Elements Area CSS */
.elements-title h2 {
  font-size: 48px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .elements-title h2 {
      font-size: 24px; } }

.single-icon {
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  border: 2px solid rgb(51,103,152);
  text-align: center; }
  .single-icon i {
    color: rgb(51,103,152);
    font-size: 70px;
    display: block;
    margin-bottom: 30px; }
  .single-icon span {
    font-size: 16px; }

/* :: 18.1.0 Single Cool Facts CSS */
.single-cool-fact {
  position: relative;
  z-index: 1;
  width: 200px;
  padding: 35px 15px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-cool-fact .scf-text i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 70px;
    margin-bottom: 10px;
    color: rgb(51,103,152); }
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 5px;
    color: #ffffff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 48px; } }



    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
  .single-cool-fact .scf-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1; }
 /* .single-cool-fact:hover, .single-cool-fact:focus {
    background-color: rgb(51,103,152); }*/
    .single-cool-fact:hover .scf-text i, .single-cool-fact:focus .scf-text i {
      color: #ffffff; }

/* :: 18.2.0 Accordians Area CSS */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    background-color: rgb(51,103,152);
    border-radius: 0;
    border: 2px solid rgb(51,103,152);
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #ffffff;
      color: #fff;
      border: 2px solid rgb(51,103,152); }
      .single-accordion h6 a.collapsed span {
        color: #fff; }
        .single-accordion h6 a.collapsed span.accor-close {
          opacity: 0; }
        .single-accordion h6 a.collapsed span.accor-open {
          opacity: 1; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
  padding: 30px 15px 5px; }
  .single-accordion .accordion-content p {
    margin-bottom: 0; }

/* :: 18.3.0 Tabs Area CSS */
.palatin-tabs-content {
  position: relative;
  z-index: 1; }
  .palatin-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px; }
    .palatin-tabs-content .nav-tabs .nav-link {
      background-color: #ffffff;
      border: 2px solid rgb(51,103,152);
      padding: 0 20px;
      height: 58px;
      line-height: 58px;
      color: #fff;
      margin: 0 2px;
      border-radius: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .palatin-tabs-content .nav-tabs .nav-link {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .palatin-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 12px;
          margin-bottom: 15px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .palatin-tabs-content .nav-tabs .nav-link {
          padding: 0 15px; } }
      .palatin-tabs-content .nav-tabs .nav-link.active {
        background-color: rgb(51,103,152);
        color: #ffffff; }
  .palatin-tabs-content .palatin-tab-text p {
    margin-bottom: 0; }
  .palatin-tabs-content .tab-content h6 {
    font-size: 18px; }

.classparrafo-exp p {
	font-size: 14px;
	margin: 0px;
	color:#060606;
}




	
.section-heading-hab p font {
	color:rgb(51,103,152);
	}
	
}

.classparrafo2 p {
	font-size: 16px;
	margin: 0px;
	
}

.classparrafo_center p {
	font-size: 16px;
	margin: 0px;
	text-align:center;
		
	
}

.classparrafo3 h3 {
	
	margin: 20px;
	color: rgb(51,103,152);
	
	
}



 

 
/* Para los input's alineados */
.form_input_align {
	float:left;
	margin-left:0.3em;
	width: 78%;
	height: 2.5em;
	margin-top: 10px;
}

.form_input_align_mensaje {
	float:left;
	margin-left:0.3em;
	width: 78%;
	height: 9em;
	margin-top: 10px;
}
 

/* Para los label's alineados */
.form_label_align {
	float:left;
	width:20%;
	text-align:left;
	color: #336798;
	font-size: 18px;
	margin-top: 20px;
	
}
 
/* indicamos una pequeña separación en cada label, input, select y textarea */
label, input, select, textarea {
	margin-bottom:0.3em;
}
 
.marca-agua{
	background-image:url(img/General/marca%20agua_hotel..suites-01.png);
	background-size:70%;
	}
	
.marco-lineas{
	background-image:url(img/General/marca_agua.png);
	background-size:70%;
	}

/*.full-screen-video-container{
  position: relative;
  height: 100vh;
  width: 99vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}


.full-screen-video-container video {
  
    position: absolute;
    width: 300vh;
    height: 250vw;
    min-width: 10%;
    min-height: 10%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/


  @media only screen and (max-width: 767px) {
      .section-heading-2 img {
        width: 40%;} 
}

 @media only screen and (max-width: 767px) {
.palatin-btn-menu {
  background-color: rgb(51,103,152);
  
 
  position:relative;
  z-index: 1;
  display: inline-block;
  min-width: auto;
  color: #ffffff;
  border: none;
  margin: 4px 0 0 1px;
  border-radius: 0;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 30px;
  width: 250px;
  text-align: center;
   }

   }





  @media only screen and (max-width: 767px) {
      .section-heading-2 p {
        text-align: justify;
        font-size: 14px;
      } 
}

@media only screen and (max-width: 767px) {
      .section-heading-hab h3 {
        font-size: 12px;
        } 

      .section-heading-hab p {
        font-size: 12px;
        } 

      .section-heading-hab div {
       width: 100%;
      text-align: center;
       margin: auto;
       display:block;
       padding-left: 0;
       }

         .section-heading-hab h1 { 
    font-size: 14px;
    color: rgb(51,103,152);
    border-left: solid rgba(0,0,0,0.0);
    text-align: center;

    margin: 0px;
    padding: 10px;

  }

  .section-heading-hab hr {
      background-color: rgb(51,103,152);
      height: 2px;
      text-align: center;
      margin: 0 45% 0 45%;
      visibility: visible;


    }

      .section-heading-chef hr {
      background-color: rgb(51,103,152);
      height: 2px;
      text-align: center;
      margin: 0 45% 0 45%;
      visibility: visible;


    }

    .section-heading-chef h1 { 
    font-size: 14px;
    color: rgb(51,103,152);
    border-left: solid rgba(0,0,0,0.0);
    text-align: center;

    margin: 0px;
    padding: 10px;

  }

    .section-heading-chef h3 {
    font-size: 12px;
  color: rgb(51,103,152);
  margin: auto;
  padding-top: 20px;
  

  
}

.section-heading-chef p { 
   color: #fff;
   font-size: 12px;
   line-height: 1.5;
   font-style: italic;
   text-align: justify;
   padding-left: 20px;
   font-weight:100;
   padding-top:10px;
   letter-spacing:0px;
   
  }

      .section-heading-hab #info-res p {
      align-content: center;
      text-align: center;
      font-style: normal;
      padding-top: 50px;
      padding-bottom:50px; 




    }

  }

       .section-heading-hab #informes {
       font-size: 12px;
       text-align: left;
       }  

       .section-heading-hab .cenas font {
       font-size: 12px;
       } 


@media only screen and (max-width: 767px) {
     .section-heading-eve h3  {
      font-size: 12px;


     }

      .section-heading-eve  p {
      font-size: 12px;


     }

}

@media only screen and (max-width: 767px) {
.slider_exp{
  margin: 0;
  overflow:hidden;
  position: relative;
  width: 100%;
  top: 20px;
  
}
  }



.content-center{
padding-left: 51%;
}




@media only screen and (max-width: 767px) {
  .hotel-img  {
    padding-bottom: 20px;
  
}
}

@media only screen and (max-width: 767px) {
.back-chef{
  background-image:url(img/fondos/chef_biografia-01.jpg);
  background-size:1000%;
  
  }

   .chef {
  background-image: url(img/general/restaurante/chef.jpg);
  background-size: 100%;
  position: relative;
  z-index: 1;
  width: 100%; 
  height: 100%;
  padding: 42% 35%;
  bottom: 0px;
  
  
  
  
 }

 
  }

.linea-footer{
    
  height: 10px;
  margin-left: 50%;
  margin-right: 10%;
  background-color: rgb(51,103,152);
}

  .linea-footer2{
    
  height: 10px;
  margin-left: 0;
  margin-right: 50%;
  background-color: rgb(51,103,152);
}


  .linea-footer3{
    
  height: 10px;
  margin-left: 50%;
  margin-right: 0;
  background-color: rgb(51,103,152);



    
    

}

@media only screen and (max-width: 767px) {
.footer-widget-area a img{
    
    position: absolute;
    top: -140px;
    left: 2.5%;
    right: 35%;
    width: 96%;
    height: 200px;
    }

      .linea-footer{
    
    height: 4px;
  margin-left: 0;
  margin-right: 0;
    background-color: rgb(51,103,152);

    
    

}

    }


    @media only screen and (max-width: 767px) {
      .section-heading #eventos-p  {
  padding-top: 10px;
 }

  #eventos-p p {
font-size: 14px;
 }

 }

/*EXPERIENCA*/
.section-heading-exp {
  position: relative;
  z-index: 1;
 margin-bottom: 0px; 
}

.section-heading-exp h1 { 
    font-size: 16px;
    color: rgb(51,103,152);
    border-left: solid rgb(51,103,152);
    margin: 0px;
    padding: 10px;
}

.section-heading-exp h3 {
  font-size: 18px;
  color: rgb(51,103,152);
  margin: 0px;
  padding-top:20px;
}

.section-heading-exp p {
   color: #060606;
   font-size: 18px;
   line-height: 1;
   font-style: italic;
   text-align: justify;
   font-weight:500;
  }

.section-heading-exp div {
  font-size:16px;
  color:rgb(51,103,152);
}

.section-heading-exp hr{
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    
      .section-heading-exp p {
       font-size: 12px;
       } 

      .section-heading-exp div {
       width: 100%;
      text-align: center;
       margin: auto;
       display:block;
       padding-left: 0;
       }

    .section-heading-exp h1 { 
    font-size: 14px;
    color: rgb(51,103,152);
    border-left: solid rgba(0,0,0,0.0);
    text-align: center;
    margin: 0px;
    padding: 10px;

  }
    .section-heading-exp h3 {
        font-size: 12px;
        } 

  .section-heading-exp hr {
      background-color: rgb(51,103,152);
      height: 2px;
      text-align: center;
      margin: 0 45% 0 45%;
      visibility: visible;
    }

    .section-heading-exp #space {
      padding-top: 40px;
    }


    }

/*BIDAS*/
.section-heading-bodas img {
width: 20%;
}

.section-heading-bodas .classparrafo-boda p {
  font-size: 20px;
}

.classparrafo-boda img {
  width: 100%;
  margin: auto;
}


.classparrafo-boda p {
  font-size: 16px;
  margin: 0px;
  color:#060606;
}

@media only screen and (max-width: 767px) {
  .section-heading-bodas  {
    text-align: center;
  }

.section-heading-bodas .classparrafo-boda p {
padding: 10px;
font-size: 12px;
}

.section-heading-bodas img {
  width: 40%;
}


.classparrafo-boda img {
  width: 100%;
  margin: auto;
}

}




#video_banner, video{
  

  padding-top: 0px;
  width: 100%;

  
}


#video, video{
	

	padding-top: 0px;
	width: 100%;
	height: 50%;
}

.menuabsolute {
  position:fixed;
  text-align: left;
  top: 90%;
  left: 10px;
  z-index: 99;
  }
