*{
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}



html, body {
    width: 100%;
    height: 100%;
}

body{
	padding: 0;
	margin: 0;
	display: table;
    -moz-display: table;
    -webkit-display: table;
    -o-display: table;
    -ms-display: table;
    filter: display(display= table;) -khtml-display: table;
}

header {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.47);
    height: 95px;
    position: relative;
    z-index: 73;
	}


header  nav ul{
    padding: 0;
    margin: 0;
}

header  nav ul li{
background: #fff;
}

header  nav{
    width: 562px;
    display: inline-block;
    vertical-align: top;
    margin-left: 31%;
}
header nav ul li {
    display: inline-flex;
        height: 95px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    position: relative;
    width: 95px;
        line-height: 0;
}

header nav ul li a {
width: 100%;
    height: 100%;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #54b1b9;
    font-weight: 700;
    text-decoration:none;   
    font-size: 16px;
}

header nav ul li:hover {
    background: #54b1b9;
 
}

header nav ul li a:hover {
    color: #fff;

}


header nav ul li .subMenu{
display: none;
}

header nav ul li:hover .subMenu{
    display: inline-block ;
    position: absolute;
    top:95px;
    left: 0;
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.47);
    -webkit-animation-name: Submenu; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 6s; /* Safari 4.0 - 8.0 */
    animation-name: Submenu;
    animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;

}

@-webkit-keyframes Submenu {
    0%   {
    opacity: 0;
    }
    
    
    100% {
      
     }
}


img{
      -webkit-animation-name: imaAnima; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 6s; /* Safari 4.0 - 8.0 */
    animation-name: imaAnima;
    animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;


}

@-webkit-keyframes imaAnima {
    0%   {
    opacity: 0;
    }
    
    
    100% {
      
     }
}



header nav ul li:hover a  {
    color: #fff;
}

.link{
    color: #008d9e;
    text-decoration: none;

}

header nav ul li:hover .subMenu li{
    width: 350px;
    margin: 0;
    background: #fff;
    padding: 15px;
    height: 38px;
    text-align: left;
}   

header nav ul li:hover .subMenu li a{
      color: #acbd17;

}

header nav ul li:hover .subMenu li a:hover{
     background: #acbd17;
     color: #fff;
}

.logo{

}



.imagenSobresaliente{
	    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.47);
    position: relative;
        -webkit-animation-name: Sobresaliente; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration:  0.4s; /* Safari 4.0 - 8.0 */
    animation-name: Sobresaliente;
    animation-Sobresaliente: 0.4s;
    -moz-animation-Sobresaliente: 0.4s;
    -o-animation-Sobresaliente: 0.4s;
    -ms-animation-Sobresaliente: 0.4s;
    
}

@-webkit-keyframes Sobresaliente {
    0%   {
    opacity: 0;

    }
    
    
    100% {
      
     }
}




    .contenedorPrincipal {
    -webkit-animation-name: ImagenPrincipal; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration:  0.4s; /* Safari 4.0 - 8.0 */
    animation-name: ImagenPrincipal;
    animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    
}

@-webkit-keyframes ImagenPrincipal {
    0%   {
    opacity: 0;

    }
    
    
    100% {
      
     }
}

h1{
    background: #54b1b9;
    display: inline-block;
    vertical-align: none;
    box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.47);
    padding: 8px 15px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
}


h2{
	background: #acbd17;
	display: inline-block;
	vertical-align: none;
	box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.47);
    padding: 8px 15px;
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
}


p {
text-align: justify;
}
p , li, label {
    color: #464646;
    font-size: 14px;
    line-height: 1.5;
}
footer{
	background: #54b1b9;
    padding: 9px;
    color: #fff;
     display: table-row;
    -moz-display: table-row;
    -webkit-display: table-row;
    -o-display: table-row;
    -ms-display: table-row;
    filter: display(display= table-row;;);
    -khtml-display: table-row;
    height: 1px;
    width: 100%;
	}
footer>div{
	padding: 10px;

}
footer p {
      color: #fff;
}

article{
    padding: 10px;
}

.contenedor{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1250px;
}

.colum2{
	width: 49.5%;
	margin: -1px;
	display: inline-block;
    vertical-align: top;
}

.colum3{
    width:32.5%;
    margin: -1px;
    display: inline-block;
    vertical-align: top;
}

.colum3-75{
    width:66.5%;
    margin: -1px;
    display: inline-block;
    vertical-align: top;
}


.texto-izquierdo{
	text-align: left;
}

.texto-derecho{
	text-align: right;
}

.img-completa{
      box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.47);
    width: 90%;
    margin: 15px 0;
}

.contenedorResaltante{
    position: relative;
    overflow: hidden;
}

.iconRedesSocial {
      width: 35px;
    display: inline-flex;
    vertical-align: top;
    margin: 0 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iconRedesSocial:hover {
    background: transparent;
}

.iconRedesSocial a{
      height: auto;
    display: block;
    opacity: 0.8;
    position: relative;
    width: 30px;
    border-radius: 10px;
    overflow: hidden;
    margin: 2px;
}

.iconRedesSocial img {
    width: 100%;
}

.flotaneIndex{
       position: absolute;
    bottom: 60px;
    left: 53px;
    height: 110px;
    width: 340px;
    background: #fff;
    box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.47);
    color: black;
    padding: 10px;
    -webkit-animation-name: example;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-name: example;
    animation-duration: 7s;
    -moz-animation-duration: 7s;
    -o-animation-duration: 7s;
    -moz-animation-duration: 7s;
    -o-animation-duration: 7s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
}

@-webkit-keyframes example {
    0%   {
  
    }
    
    40% {
     left: 53px;
     }
    50% {
  left: 170px;
     }
      80% {
  left: 170px;
     }
    100% {
    left: 53px;  
     }
}


.flotaneIndex p {
    font-size: 20px;
    color: #54b1b9;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
    margin-top: 15px;
    padding: 5px 28px;
}

.flotaneIndex h2{
    margin: 0;
    position: absolute;
    top: -20px;
    left: 31.5%;
}

.img-alto-completo {
    height: 100%;
    margin-bottom: -4px;
    margin-top: 1px;
}

.columnaCortada{
    overflow: hidden;
}

.comentarioClientes{
color: #acbd17;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    margin: 20px 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255);
    padding: 15px;
}

.authorComent{
color: #54b1b9;
    width: 100%;
    display: block;
    text-align: right;
    font-weight: 100;

}

.authorComent b {
    width: 100%;
    display:block;
}

#fcontacto input , #fcontacto textarea {
    width: 100%;
    border: 1px solid #b1b1b1;
    padding: 5px;
    margin: 2px 0;
}

.botonEstyle{
       background: #79b1b9;
    border: 0;
    border-radius: 12px;
    padding: 10px 25px !important;
    color: white;
    width: auto !important;
    outline: none;
    font-size: 15px;

}

.botonEstyle:hover{ 
    background: #03a9b7;
}

.mapageograifco{
      box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.47);
      background: #acbd17;

}

.textVerda{
    color:#acbd17;
}

.textCyan{
    color:#54b1b9;
}

strong{
    text-transform: uppercase;  
}

.listadoClasico li{
    color: #464646;
    list-style-type: square;
    padding-left: 1px;
    margin-left: -21px;
    text-align: justify;
}