body {
	padding: 0px;
	margin: 0px;
	font-family: verdana,sans-serif;
	color: white;
}
a{
    text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #21dcfd;
}
.UP {
    position:fixed;
    right:30px;
    bottom:80px;
    width:0;
    height: 0; 
    cursor:pointer; 
    display:inline;  
    text-indent:-9999px; 
    border-left:30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #fd5f21;
}
.UP:hover {
    border-left:30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #21dcfd;
}
.WHATS {
  position:fixed;
  right:40px;
  bottom: 150px;
  width:90px;
  height: 90px;
  cursor:pointer; 
  display:inline-flex;  
  text-indent:-8888px; 
}
.WHATS:hover{
  border-radius:150px;
  box-shadow: 0 8px 16px 0 rgba(5, 250, 33, 0.187), 0 6px 20px 0 rgba(0, 252, 29, 0.19);
}
.container {
    background: linear-gradient(to left, #004f9f 38%, #163767 78% );
}
header{
    background-color: black;
}
h1{
    font-size: 1.5em;
    padding: 5px;
    margin-bottom: -10px;
}
.cabezal p{
    padding-left: 15px;
    margin-bottom: 20px;
}
.cabeza1{
    margin-bottom: 20px;
}
.whastappH {
	text-decoration: none;
	color: white;
}

.galeria-animada{
    margin:10px auto;
}
.buttonV{
    margin: 5px;
	border-radius: 15px;
	padding: 10px;
	color: white;
	background:black;
    text-align: center;
}
.CARRUSEL {
	width:100%;
	max-width:1200px;
	height:100%;
	max-height:400px;
	float:left;
	margin: 10px auto;
}
#slider { 
	overflow: hidden;
	width: 100%;	
}
#slider figure img { 
	width: 25%; 
	float: left;	
	margin:center;
}
#slider figure { 
  position: relative;
  width: 400%;
  margin: 0;
  left: 0;
  animation: 10s slidy infinite;
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
90% { left: -300%; }
100% { left: -400%; }
}
.titulos img{
	width: 100%;
	margin-top: 20px;
}
h2{
	height: 100%;
	background: linear-gradient(to bottom, #706f6f 0%, #474746 100%);
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
h4{
	color: #21dcfd;
}
.servicios{
	padding: 10px;
}
.renglon{
	display: block;
	margin-bottom: 20px;
}
.renglon img{
	float: left;
	margin-bottom: 20px;
	margin-left: 30px;
}
.renglon article{
	float: right;
	padding: 30px;
}
.renglonIMG{
	padding: 30px;
}
.im1 {
	margin-top: 20px;
}
.im2 {
	margin-top: 20px;
}
.textoE{
	margin-right: 20px;
}
.videos{
	width: 100%;
	margin-bottom: 20px;
}
.videos img{
	width: 100%;
	display: block;
	padding: 10px;
}
footer{
	margin-left: -10px;
	margin-right: -10px;
	padding: 30px;
	font-family: verdana,sans-serif;
	color: white;
	background-color: black;
}
.autor a{  
    text-decoration: none;
    color: #f3bd0d;
}
h5{
	font-size: 0.8em;
	text-align: center;
    font-style: italic;
}
.dato img{
margin: 20px;
}
.textosInfo{
	padding: 10px;
	text-align: justify;
}
.formulario-contacto{
	padding: 20px;
}
.formulario-footer{
    background-color: #5347415b;
    padding: 20px;
    margin-bottom: 20px;
}
h6{
    color: #fff;  
    font-size: 1.2em;
    text-align: left;
    font-style: italic;
    margin-top: 5px;
}
input{
	max-width:100%;
	margin-top: 1.5px;  
	color:#3f342e;    
}
#descripcion{
	max-width: 100%;
	margin-top: 2px;
	color: #736357;	
}
textarea{
    color: #736357;
    padding: 10px;
}
#enviarEmail{
    float: right;
    color: #fff;  
    font-size: 1.2em;
    background-color: #736357;
    text-align: center;
    padding: 10px;
}