﻿.containerImagen{
    width:100%;
    height:350px;
    background-color:#ffffff;
    border-color:#000000;
    position:relative;
    float:left;
    -webkit-box-shadow: 2px 7px 22px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 7px 22px 1px rgba(0,0,0,0.75);
    box-shadow: 2px 7px 22px 1px rgba(0,0,0,0.75);
    overflow:hidden;
    margin-bottom:30px
}

.containerImagen2{
    width:auto;
    height:auto;
    background-color:#ffffff;
    border-color:#000000;
    position:relative;
    float:left;
    -webkit-box-shadow: 2px 7px 22px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 7px 22px 1px rgba(0,0,0,0.75);
    box-shadow: 2px 7px 22px 1px rgba(0,0,0,0.75);
    overflow:hidden;
    margin-bottom:30px
}

.imagen{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border-radius: 15px;
    -webkit-transform:scale(1);
    transform:scale(1);
    display: block;
    width: 100%;
    height: auto;
    position:center;
}

.imagen:hover {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border-radius: 15px;
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
 
}

.imagen2{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border-radius: 15px;
    -webkit-transform:scale(1);
    transform:scale(1);
    display: block;
    width: auto;
    height: auto;
    position:center;
}

.imagen2:hover {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border-radius: 15px;
    -webkit-transform:scale(1.3);
    transform:scale(1.1);
 
}

.brillo2{
    display: block;
  position: relative;

  padding: 10px 0;

  color: #fff;
  text-align: center;
  text-transform: uppercase;

  border: none;
}

.brillo2:hover:after {
     width: 120%;
  background-color: rgba(255,255,255,0);
  
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

.brillo2:after{
     content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
}

.imagen:hover .text{
    opacity:1;
    color:#ffffff;
    z-index:999;
    
}

.imagen:hover .text2 {
    opacity:1;
}

.imagen:hover .text3 {
    opacity:1;
}

.imagen:hover .text4 {
    opacity:1;
}

.imagen:hover .text5 {
    opacity:1;
}

.imagen:hover .text6 {
    opacity:1;
}

.imagen:hover .text7 {
    opacity:1;
}

.imagen:hover .text8 {
    opacity:1;
}
.overlay {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;

}

.container_after{
    width:100%;
    height:300px;
    background-color:#000000;
    overflow:hidden;
    opacity:0;
    z-index:1;
}

.container_after:hover{
    width:100%;
    height:300px;
    background-color:#000000;
    overflow:hidden;
    opacity:0.7;
    z-index:1;
}

.text {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom:100px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity:0;
  color:white;
  z-index:999;
}


.text2 {
  
  position: absolute;
  left: 50%;
  bottom:25%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity:0;
  color:white;
  z-index:999;
}


.button {
    background-color: black;
    width:100%;
    border: none;
    color: white;
    /*padding: 10px 200px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    border-radius:50%;
    padding:10px
    
    
    
    
}



.brillo {
    width: 100%;
    height: 350px;
    background-image: url('../../images/brillos/brillo2.png');
    position: absolute;
    /*posicion de la imagen*/
    background-position: -260px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    /*comenzamos transicion*/
    -webkit-transition: background-position .3s ease;
    -moz-transition: background-position .3s ease;
    -o-transition: background-position .3s ease;
    transition: background-position .3s ease;
}

.brillo:hover {
    background-position: 230px 0;
    color:#c83817
}

.tabla:hover {
    background-color: #ce1126;
}



#lista a:hover, #lista a:focus , #lista a:active{
    background-color: #ce1126;
}

.lds-dual-ring {
  display: inline-block;
  width: 350px;
  height: 350px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 350px;
  height: 350px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #ce1126 transparent #ce1126 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        /*margin: 75px;*/
        display: inline-block;
        vertical-align: middle;
    }

.loader-4 {
        border: 20px solid #302f2f;
        -webkit-animation: ball-turn 1s linear infinite;
        animation: ball-turn 1s linear infinite;
    }

    .loader-4:before,
    .loader-4:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background: #ce1126;
        /*background-image: url('../../ferrari.png');
        background-repeat:no-repeat;*/
        border-radius: 50%;
        bottom: 0;
        right: 230px;
    }
    
/*.loader-4:after {
        left: 250px;
        top: 0;
    }*/

@-webkit-keyframes ball-turn {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @keyframes ball-turn {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }














