body{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  background-color: rgb(255,255,255);
  color: rgb(115, 115, 115);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Kaushan Script', cursive;
    line-height: 1.1;
    text-rendering: optimizeLegibility;
}
p, span{
  font-family: 'Ubuntu', sans-serif;
}
.ubuntuFont{
  font-family: 'Ubuntu', sans-serif;
}
.textWhite{
  color: #fff !important;
}
.textWhiteTrans{
  color: rgba(255, 255, 255, 0.65) !important;
}
.textBlack{
    color: #212121;
}
.textBlue{
  color: #004675 !important;
}
.textBrown{
  color: #4c3400 !important;
}
.textGreen{
  color: #00230D;
}
.textOrange{
  color: #f2a100;
}
.hoverImage{
  -webkit-transition: opacity .25s linear;
     -moz-transition: opacity .25s linear;
      -ms-transition: opacity .25s linear;
       -o-transition: opacity .25s linear;
          transition: opacity .25s linear;
}
.hoverImage:hover{
  opacity: .8;
}
p.text-testimonial{
    font-family: 'Kaushan Script', cursive;
    color: #565656;
    font-size: 18px;
}
.rounderedAtSlide{
  margin-top: -200px !important;
  border-radius: 20px;
}
.opacityNone{
  opacity: 0;
}
.opacityOne{
  opacity: 1 !important;
}
.imageRounder{
    border: 2px solid #4c3400;
    border-radius: 50%;
}
.backImage{
  background-position: 50% 50%;
  background-size: cover;
}
.tp-caption.Newspaper-Title-Centered, .Newspaper-Title-Centered {
    font-family: 'Kaushan Script', cursive;
    color: #f2a100;
}
div.tp-mask-wrap{
    background-color: rgba(0, 0, 0, 0.1);
}
.sectionPage{
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 !important;
    position: relative;
    min-height: 1px;
    display: block;
    float: left;
    width: 100%;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    min-width: 320px;
    position: relative;
    display: table;
    width: 1200px;
}
.nopadding{
  padding: 0 !important;
}
.nomargin{
  margin: 0 !important;
}
.nopaddingTop{
  padding-top: 0 !important;
}
.nopaddingBottom{
  padding-bottom: 0 !important;
}
.paddingTop{
  padding-top: 20px !important;
}
.paddingBottom{
  padding-bottom: 20px !important;
}
.nomarginTop{
  margin-top: 0 !important;
}
.nomarginBottom{
  margin-bottom: 0 !important;
}
.extraVerticalPadding{
  padding: 25px 0 !important;
}
.alwaysCenter{
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.VerticalAlign{
  vertical-align: middle;
  display: table-cell;
}
.VerticalPadding{
  padding-top: 15px;
  padding-bottom: 15px;
}
.header {
    background-size: cover;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    background-position: 50% 50%;
    min-height: 315px;
}
.backGreen{
    background-color: #093500;
}
.backWhite{
    background-color: rgb(255,255,255) !important;
}
.backBlue{
    background-color: #def8ff;
}
.backGrey{
  background-color: #F5F5F5;
}
.imageHover{
    transition: all 0.5s ease;
}
.transition{
    transition: all 1s ease;
}
.imageHover:hover{
    opacity: 0.9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 2px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 2px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
::selection {
  background: #c96700; /* WebKit/Blink Browsers */
  color: #fff !important;
}
::-moz-selection {
  background: #c96700; /* Gecko Browsers */
  color: #fff !important;
}

/*IMAGE OVER CONTAIN*/
.item {
            width: 100%;
            display: inline-block;
            position: relative;
        }

            .item img {
                width: 100%;
                height: 100%;
                z-index: -1;
            }

            .item .overlay {
                position: absolute;
                left: 0%;
              top:0;
                width: 0%;
                height: 100%;
                background-color: rgba(19, 19, 19, 0.5);
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease-in;
                -o-transition: all 1s ease-in-out;
                transition: all 1s ease;
                visibility:hidden;
                overflow:hidden;

            }

                .item .overlay h1 {
                  -webkit-transition: all 1s ease;
                  -moz-transition: all 1s ease-in;
                  -o-transition: all 1s ease-in-out;
                  transition: all 1s ease;
                  color: transparent;
                  text-align: center;
                  top: 35%;
                  position: relative;
                }

            .item:hover .overlay{
                top:0;
                left:0;
                visibility:visible;
                width:100%;
                height:100%;
            }
            .item:hover .overlay h1{
                  color: #fff;
            }
/*IMAGE OVER CONTAIN---->*/

/*IMAGE CIRCLE HOVER*/
.backgrounCircle{
  transition: all 1s ease;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  width: 300px;
  height: 300px;
    z-index: 2;
}
.backgrounCircle:hover{
  transform: scale(1.01);
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */
}
.marginCircleOne{
    margin-top: -60px;
}

.marginCircleTwo{
    margin-left: -50px;
    margin-bottom: -54px;
}
/*IMAGE CIRCLE HOVER*/

/*Gallery*/
.galleryItem{
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  width: 100%;
  position: relative;
  display: table;
  margin: 0;
  padding: 0;
  z-index: 1;
  text-align: center;
}
div.opacity{
  -webkit-transition: opacity .5s linear;
     -moz-transition: opacity .5s linear;
      -ms-transition: opacity .5s linear;
       -o-transition: opacity .5s linear;
          transition: opacity .5s linear;
    opacity: 1 !important;
}
div.bigIndex{
    z-index: 999999999 !important;
}
.hoverImageItem{
  opacity: .0;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
}
.hoverImageItem:hover{
  opacity: 1;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.42);
}
.galleryContainerItem{
  padding: 10px;
}
.zoomIcon{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 40px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
img.closeBtn{
  width: 20px;
  cursor: pointer;
}
div.modalImage{
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  -ms-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
div.headerModalImage{
    text-align: right;
    padding: 10px;
    width: 100%;
    display: block;
    position: relative;
}
div.contentImageOnModal{
    display: block;
    height: 900px;
    width: 100%;
    position: relative;
    text-align: center;
}
img.imageBiggest{
  text-align: center;
  height: 80%;
  max-width: 90%;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
/*Gallery*/


div.FilterMenu>button{
    background-color: #4c3400;
    border: 2px solid #f7f7f7;
    padding: 5px 0px;
    color: #fff;
    -webkit-transition: background-color .25s linear;
       -moz-transition: background-color .25s linear;
        -ms-transition: background-color .25s linear;
         -o-transition: background-color .25s linear;
            transition: background-color .25s linear;
}
div.FilterMenu>button:hover{
    background-color: rgba(76, 52, 0, 0.84);
}
/*GENERALS*/
ul.StyleOne{
    margin-left: 3%;
    list-style-type: square;
    padding: 2% 0;
}

/*SLIDE HOME TESTIMONIALS*/
  .itemSlide{
    opacity: 0;
    display: block;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    position: absolute;
  }
  .showItem{
    opacity: 1;
    display: block;
    position: relative;
  }
  .pSlide{
    margin: 2px;
    display: inline-block;
    height: 10px;
    width: 10px;
    position: relative;
    background-color: #34acd1;
    border: 3px solid #005f84;
    border-radius: 50%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    -webkit-transition: all .15s ease;
       -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
         -o-transition: all .15s ease;
            transition: all .15s ease;
  }
  .pSlide:hover,
  .pSlide:focus,
  .pSlide:active{
    background-color: #005f84;
    border: 3px solid #005f84;
    opacity: .9;
  }
  #ContainerTestimonials{
    width: 100%;
    display: inline-block;
    position: relative;
    height: 200px;
  }

/* CONTACTO MENU*/
.inputArboleda{
  font-family: 'Ubuntu', sans-serif;  
}
.inputArboleda::-webkit-input-placeholder {
   color: rgba(9, 53, 0, 0.5);
   font-family: 'Oxygen', sans-serif;
   font-size: 11px;
}

.inputArboleda:-moz-placeholder { /* Firefox 18- */
   color: rgba(9, 53, 0, 0.5);
   font-family: 'Oxygen', sans-serif;
   font-size: 11px;
}

.inputArboleda::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(9, 53, 0, 0.5);
   font-family: 'Oxygen', sans-serif;
   font-size: 11px;
}

.inputArboleda:-ms-input-placeholder {
   color: rgba(9, 53, 0, 0.5);
   font-family: 'Oxygen', sans-serif;
   font-size: 11px;
}
input.error{
  border-color: #f29a00 !important;
}
textarea.error{
  border-color: #f29a00 !important;
}
textarea{
  margin-bottom: 0px;
  margin-top: 8px;
}
label.error{
  color: #fff;
  font-size: 12px;
}
.loaderEmail {
    display: table;
    position: fixed;
    height: 100%;
    background-color: rgba(9, 53, 0, 0.45);
    z-index: 99999;
}
#titleEstatusCorreo{
  float: none;
  margin-left:auto;
  margin-right:auto;
  font-size: 25px;
  color:#fff;
  display: block;
}
.loaderpng{
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
}
.menu_form input[type="text"] {
  margin-bottom: 0px;
  margin-top: 8px;
}
/*NAVBAR*/
div#ContainerLogo{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.logo {
    padding: 20px 0px 30px 0px;
    margin: 0 auto;
    text-align: center;
    width: 150px;
}

.wsmenu {
    font-family: 'Kaushan Script', cursive;
    background-color: rgba(76, 52, 0, 0.35);
}

.containerNav{
    transition: padding 0.5s ease;
    position: absolute;
    display: block;
    z-index: 9999999;
    top: 200px;
}

.fixedMenu{
    transition: padding 0.5s ease;
    top: 0;
    display: block !important;
    position: fixed !important;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    width: 100%;
    right: 0;
    left: 0;
    margin-top: 0px !important;
    padding: 0px !important
}

.wsmenu-list > li > a {
    background-color: #4c3400;
    color: #ffffff !important;
}

.wsmenu-submenu li a {
    background-color: #4c3400 !important;
    color: #ffffff !important;
    font-size: 14px !important;
}
.wsmenu-list > li > a.active {
    background-color: rgba(255, 255, 255, 0.43) !important;
    text-decoration: none;
    color: #4c3400 !important;
}
.wsmenu-list > li > a:hover {
    background-color: rgba(255, 255, 255, 0.43) !important;
    text-decoration: none;
    color: #4c3400 !important;
}
.wsmenu-submenu {
    border: solid 1px #4c3400;
    background-color: #4c3400;
}
.wsmenu-submenu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.18) !important;
}
.megamenu {
    border: solid 1px #4c3400;
    background-color: #4c3400;
}

.megamenu .title {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.buttonWidth{
  200px;
}
@media only screen and (max-width: 768px){
  .buttonWidth{
    150px;
  }
  .rounderedAtSlide {
    margin-top: inherit !important;
  }

    .mobile-sub .wsmenu-submenu {
        background-color: #fff;
        border: solid 1px #251b0f;
    }

    .mobile-sub .wsmenu-submenu li a {
        background-color: #956B3D !important;
    }

    .mobile-sub .wsmenu-submenu li:hover>a {
        background-color: rgb(123, 91, 55) !important;
    }

    .wsmenu-list .megamenu {
        background-color: #956B3D;
    }

    animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        background: black;
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        background: black;
    }

}



.buttons {display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;}

.buttons * {
  transition: all .5s ease;
}

.buttons {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.butFrame {
  position: relative;
  overflow: hidden;
  margin: 0px;
  background: transparent;
  font-family: inherit;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
}

.butFrame img {
  position: relative;
  display: block;
  max-width: 95%;
  opacity: 0.8;
  position: absolute;
}

.buttons > .butHeading {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
}

#buttons > .butHeading:first-child {
  padding-top: 0em;
}

.butFrame .butTextWrap {
  font-family: inherit;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}



.butFrame .butTextWrap::before,

.butFrame .butTextWrap::after {

  pointer-events: none;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}

}



.butFrame .butTextWrap,

.butFrame .butTextWrap > a {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



/* Anchor will cover the whole item by default */



.butFrame .butTextWrap > a {

  z-index: 1000;

  text-indent: 200%;

  white-space: nowrap;

  font-size: 0;

  opacity: 0;

}



.butFrame .butHeading {

  word-spacing: -0.15em;

  font-weight: 800;

  font-size: 18px;

  font-family: inherit;

}



.butFrame .butHeading .butText {

  font-weight: 300;

}



.butFrame .butHeading,

.butFrame p {

  margin: 0;

  color: #fff;

}



.butFrame p {

  letter-spacing: 1px;

  font-size: 68.5%;

  font-family: inherit;

}



/* EFFECT */



.butFrame img {

  opacity: 0.9;

  transition: opacity 0.35s;

  width: 100%;

  height: auto;

}



.butFrame .butTextWrap::before,

.butFrame .butTextWrap::after {

  position: absolute;

  top: 10px;

  right: 10px;

  bottom: 10px;

  left: 10px;

  content: '';

  opacity: 0;

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

  transition: opacity 0.35s, transform 0.35s;

}

.butFrame .butTextWrap::before {

  border-top: 1px solid #fff;

  border-bottom: 1px solid #fff;

  -webkit-transform: scale(0, 1);

  transform: scale(0, 1);

}

.butFrame .butTextWrap::after {

  border-right: 1px solid #fff;

  border-left: 1px solid #fff;

  -webkit-transform: scale(1, 0);

  transform: scale(1, 0);

  box-sizing: border-box;

}

.butFrame .butHeading {

  padding-top: 10%;

  -webkit-transition: -webkit-transform 0.35s;

  transition: transform 0.35s;

  -webkit-transform: translate3d(0, -20px, 0);

  transform: translate3d(0, -20px, 0);

}

.butFrame p {

  padding: 10px 2.5em;

  opacity: 0;

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

  transition: opacity 0.35s, transform 0.35s;

  -webkit-transform: translate3d(0, 20px, 0);

  transform: translate3d(0, 20px, 0);

}



/* HOVER STYLES */

.butFrame:hover img {
  opacity: 0.4;
}

.butFrame:hover .butTextWrap::before,
.butFrame:hover .butTextWrap::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.butFrame:hover .butHeading,
.butFrame:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* MEDIA QUERIES */
@media all and (max-width: 950px) and (min-width: 768px){
  .butFrame {
    display:block;
    width:47%;
  }
}

@media all and (max-width: 768px) and (min-width: 0px){
  .butFrame {
    display:block;
    width:100%;
  }
  .containerNav{

  }
}

/*MENU*/
@media only screen and (max-width : 691px) {

}
/*Button*/

.myButt {

  width: 100%;

  padding: 10px 0;

  outline: none;

  border: none;

  display: block;

  margin: 0px auto;

  cursor: pointer;

  font-size: 12px;

  background-color: transparent;

  position: relative;

  border: 2px solid #fff;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

}

a:focus, a:hover {
    color: #23527c;
    text-decoration: inherit !important;
}

.one {
    border: solid 1px #fff;
    overflow: hidden;
    color: #fff;
}

.one .insider {
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -135px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}

.one:hover {
    background-color: #fff;
    color: #4c3400;
}

.one:hover .insider {

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  left: 135px;

}



.two {

  color: #fff;

}

.two:hover {

  border-color: #F44336;

  color: #F44336;

  animation: shakeThatBooty 0.3s linear 1;

  -webkit-animation: shakeThatBooty 0.3s linear 1;

  -moz-animation: shakeThatBooty 0.3s linear 1;

  -o-animation: shakeThatBooty 0.3s linear 1;

  -ms-animation: shakeThatBooty 0.3s linear 1;

}



@keyframes shakeThatBooty {

  33% {

    transform: rotateZ(10deg);

    -webkit-transform: rotateZ(10deg);

    -moz-transform: rotateZ(10deg);

    -o-transform: rotateZ(10deg);

    -ms-transform: rotateZ(10deg);

  }

  67% {

    transform: rotateZ(-10deg);

    -webkit-transform: rotateZ(-10deg);

    -moz-transform: rotateZ(-10deg);

    -o-transform: rotateZ(-10deg);

    -ms-transform: rotateZ(-10deg);

  }

  100% {

    transform: rotateZ(10deg);

    -webkit-transform: rotateZ(10deg);

    -moz-transform: rotateZ(10deg);

    -o-transform: rotateZ(10deg);

    -ms-transform: rotateZ(10deg);

  }

}

.three {
  color: #fff;
  border-color: transparent;
}
.backYellowButton{
  background-color: #f2a100;
}
.backGreenButton{
  background-color: #187a00;
}
.backBlueButton{
  background-color: #005f84;
}
.backSkyButton{
  background-color: #34acd1;
}
.three:before, .three:after {
  width: 0;
  height: 4px;
  content: " ";
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.three:after {
  top: 97%;
}
.three:before{
    top: -2px !important;
}
.three:hover {
  letter-spacing: 8px;
  color: #fff;
}

.three:hover:before, .three:hover:after {
  width: 100%;
  left: 0;
}

.three:hover:after {

  width: 100%;

  left: 0;

}



.four {

  overflow: hidden;

}

.four span {

  color: #fff;

  display: inline-block;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

}

.four .icon {

  position: absolute;

  left: -60px;

  top: 0;

  color: #fff;

  padding: 20px;

  background-color: #F44336;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

}

.four:hover .icon {

  left: 0px;

}

.four:hover span {

  color: #F44336;

  margin-left: 50px;

}



.five {

  overflow: hidden;

  color: #fff;

}

.five .layer {

  color: #fff;

  position: absolute;

  top: -70px;

  width: 100%;

  left: 0;

  padding: 20px 0;

  background-color: #F44336;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

}

.five:hover .layer {

  top: 0;

}





/*PANEL IMAGES*/

.backgroundImageContent{
  transition: all 1s ease;
  background-position: 50% 50%;
  background-size: cover;
  background-blend-mode: color;
  background-color: rgba(30, 113, 79, 0.12);
  text-align: center;
  display: table;
}

.backgroundImageContent>h3{
    display: table-cell;
    vertical-align: middle;
}

.backgroundImageContent:hover{
    transition: all 1s ease;
    background-color: rgba(76, 52, 0, 0.36);
}

/*FOOTER*/
#footer{
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0px;
    display: inline-block;
    background-color: #def8ff;
}
.backgroundFotter{
    background-image: url('../img/footer.svg');
    background-position: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 585px;
    margin-bottom: -2px !important;
}
.socialIcon{
  transition: all 0.5s ease;
  padding: 10px;
  margin: 2% 2%;
  width: 40px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.05) !important;
}

.socialIcon:hover{
  border-radius: 0%;
  border: solid 2px rgba(255, 255, 255, 0.2) !important;
}

.socialIcon>i{
    color: #fff;
    text-shadow: 2px 2px rgba(145, 108, 57, 0.46);
}

.fbColor{
  background-color: #3b5998;
}

.instaColor{
  background-color: #855843;
}

.twitColor{
  background-color: #55acee;
}
#Capa_1{
  width: 65px;
  bottom: 0px;
  padding-left: 10px;
}

.paddingDesk{
    padding: 50px 0px;
}
.textMenuS{
  margin-left: 30px;
  margin-top: -10px;
  font-family: 'Kaushan Script', cursive;
}



/*LOADER*/
div.loaderPage{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999999;
}
div.absolute{
    position: absolute;
    width: 100%;
    right: 0;
    top:0;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 9999999999;
}
#loaderSVGPage{
    text-align: center;
    position: absolute;
    bottom: 45%;
    right: 0;
    left: 0;
    width: 4%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
/*REAL MEDIA QUERIES*/

    @media only screen and (max-width : 1300px) {
      .backgrounCircle {
          width: 250px;
          height: 250px;
      }
      .marginCircleTwo {
          margin-left: -90px;
          margin-bottom: -68px;
          margin-top: 68px;
      }
      .marginCircleOne {
          margin-top: -70px;
      }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1250px) {
      .wrapper {
          width: 950px;
      }
      .backgroundFotter {
          height: 388px;
      }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      .wrapper {
          width: 750px;
      }
      .backgroundFotter {
          height: 300px;
      }
      .marginCircleTwo {
          margin-left: -90px;
          margin-bottom: -125px;
          margin-top: 125px;
      }
      .backgrounCircle {
          width: 200px;
          height: 200px;
      }
      .marginCircleOne {
          margin-top: 0px;
      }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      #loaderSVGPage{
          width: 20%;
      }
      .pSlide {
          display: block;
          float: left;
          margin-top: 75px;
          margin-left: 5px;
          margin-right: 5px;
      }
      .JustThisClassInXs{
margin-top: 50px !important;
      }
      .wrapper {
          width: 450px;
      }
      .backgroundFotter {
          height: 280px;
      }
      .marginCircleTwo {
        margin:0 !important;
      }
      .marginCircleOne {
          margin:0 !important;
      }
      .backgrounCircle {
        width: 145px;
        height: 145px;
        float: inherit !important;
        display: inline-block;
        margin-top: 9% !important;
      }
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
      .wrapper {
          width: 98%;
      }
      .backgroundFotter {
          height: 220px;
      }
    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
      .wrapper {
          width: 98%;
      }
    }



.loginDiv>a>i.fa{
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    float: inherit;
    line-height: 1.9;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.loginDiv{
    background-color: #4c3400;
    display: block;
    position: absolute;
    margin: 20px;
    text-align: center;
    z-index: 9999;
    right: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.loginDiv>a>i.fa:hover{
  opacity: .8;
 -ms-transform: rotateZ(360deg);
 -webkit-transform: rotateZ(360deg);
 transform: rotateZ(360deg);
}