@charset "utf-8";
@import "MenuAceaBara.css";
@import "carruselAcea.css";
#cabecera div {
  /* border: 1px solid yellow;*/
}

h4{
    
    color:white;
}

.texcontact {
  background-color: #007bff;
  font-size: 3.7vw;
  text-align: center;
  height: 9vw;
  padding-top: 2vw;
}
.texcontact a {
  color: #DBDBDB;
    font-size: 18px;
}
#contentLogo {
  background-color: black;
  text-align: left;
  height: auto;
}
a:hover {
  text-decoration: none;
}
#logoAcea {
  width: 33vw;
  padding: 3vw;
    animation: mymove 5s;
    animation-delay: 1s;
}
#logo25 {
  width: 24vw;
  padding: 30px;
    
}
 @keyframes mymove {
    
    /*25%{transform: translate(250px,0px)}*/
    50%{transform:rotate(180deg)}
    70%{transform: scale(0.5)}
    90%{transform: scale(1.5)}
    100%{transform: rotate(360deg)}
    }

.tituloPagina {
  background-color: #081929;
  text-align: center;
  height: 13vw;
}
h2 {
  color: white;
  padding-top: 1vw;
  font-size: 4.5vw;
}
h1{
    
    color: white;
    margin-top: 50px;
}
p {
  color: #DBDBDB;
  text-align: justify;
  padding: 20px 10px 20px 10px;
  font-size: 4vw;
}
.flecha {
  display: inline;
  color: white;
  font-size: 4vw;
}
/* css pagina contacto*/
.conContacta {
  font-size: 3.7vw;
  text-align: center;
  padding-bottom: 12vw;
}
.iconocontact {
  font-size: 11vw;
}
#contenBaner {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#banerLogo {
  width: 79vw;
  padding-top: 30px;
  padding-bottom: 30px;
}
#contac {
  padding-top: 20vw;
}
/*boton flotante wassap*/
    
   .float{
        position:fixed;
        width:72px;
        height:60px;
        bottom:60px;
        right:5px;
        background-color:#ff152c;
        color:white;
        border-radius:15px;
        text-align:center;
        font-size:11px;
        box-shadow: 2px 2px 3px #999;
        z-index:100;
        border-style: solid;
        border-color: #2f1105;
}
.float:hover {
        text-decoration: none;
        color: blue;
        background-color:#25d366;
        border-style: solid;
        border-color: yellow;
}

.my-float{
	margin-top:16px; 
} 

.float p{
    color: white;
    background-color: #25d366;
}
/*fin boton flotante*/

#reparaciones {
    text-align: center;}

#reparaciones img {
   text-align: center;
    width: 80%;
    margin-top: 75px;
    margin-bottom: 82px;
}
#fundacion img {
   text-align: center;
    width: 100%;
    margin-top: 75px;
    margin-bottom: 82px;
}
#contentballestas img {
    width: 80%;
}
 
.prevPhoto {
    display: flex;
    justify-content: space-between;
    width: 160px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/user.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.prevPhoto label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.prevPhoto img{
	width: 100%;
	height: 100%;
}
.upimg, .notBlock{
	display: none !important;
}
.errorArchivo{
	font-size: 16px;
	font-family: arial;
	color: #cc0000;
	text-align: center;
	font-weight: bold; 
	margin-top: 10px;
}
.delPhoto{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: red;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
}
#tbl_list_productos img{
	width: 50px;
}
.imgProductoDelete{
	width: 175px;
}

label {
    color: yellow;
}

.photo{
    
    text-align: center;
}
.card{
    width: auto;
    text-align: left;
    background-color: #081929;
    margin-left: 0px;
    margin-top: 15px;
    border-color:white;
}
.card-img-top {
    
    margin-top: 20px;
    margin-bottom: 20px;
}

#contenTel{
    
        background-image: url(../img/ibiza4.jpg) ;
        background-size: cover;
        background-position: center;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        
    
}
#contenTel h3{
    color: white;
    font-size: 38px;
    
}
#contenTel h2{
    color: #ffc107;
    font-size: 20px;
    
}

#contenTel h1{
    color: #e41010;
    font-size: 30px;
    
}

#contenTel img {
  width: 100%;
    
}
#content2{
    background-color: #00000040;
    padding-top: 15px;
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
  #contentLogo {
    text-align: center;
  }
}
/* direccionado del menu segun tamaño de la pantalla */
@media (min-width: 1024px) {
  #cabecera div {
    /*border: 1px solid yellow;*/
  }
  .texcontact {
    background-color: #007bff;
    font-size: 1.5vw;
    text-align: center;
    padding: initial;
    height: auto;
  }
  .texcontact a {
    color: #DBDBDB;
  }
  #contentLogo {
    background-color: #2f4d6b;
    text-align: left;
  }
  a:hover {
    color: #80beac;
  }
  #logoAcea {
    width: 13vw;
    padding: 5px;
  }
  #logo25 {
    width: 5vw;
    padding: 0px;
  }
  .tituloPagina {
    background-color: #081929;
    text-align: center;
    height: 5vw;
  }
  h2 {
    color: white;
    padding-top: 0px;
    font-size: 3vw;
  }
  p {
    color: #DBDBDB;
    text-align: justify;
    padding: 72px 95px 20px 95px;
    font-size: 1.5vw;
  }
  #mapasitio {
    width: 1100px;
  }
    
       .float{
        position:fixed;
        width:115px;
        height:72px;
        bottom:60px;
        right:40px;
        background-color:#ff152c;
        color:white;
        border-radius:15px;
        text-align:center;
        font-size:15px;
        box-shadow: 2px 2px 3px #999;
        z-index:100;
        border-style: solid;
        border-color: #2f1105;
}
    
    #contenTel h3{
    color: white;
    font-size: 52px;
    
}
#contenTel h2{
    color: white;
    font-size: 28px;
    
}

#contenTel h1{
    color: #ff152c;
    font-size: 30px;
    
}
#content2{
    background-color: transparent;
    padding-top: 15px;
    width: 50%;
    height: 100%;
}
    
#contenTel img {
  width: 60%;
    
}
}
