



/* MOVIMIENTOS DE CARROUSEL CON FADE */
/* REQUIERE PONER LA CLASE carousel-fade DETRAS DE section class="carousel slide */

.carousel-fade .carousel-item {
  opacity: 0.1;
  transition-duration: 700ms;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  animation-name: mbrcarrouselfade1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  animation-name: mbrcarrouselfade2;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

@keyframes mbrcarrouselfade1 {
  0% {
    position: relative;
    opacity: 0;
	 }

  99% {
    position: relative;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mbrcarrouselfade2 {
  0% {
    position: relative;
    opacity: 1;
	 }

  99% {
    position: relative;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* FIN MOVIMIENTOS DE CARROUSEL CON FADE */



/* MOVIMIENTOS H2 CON FADE EN CUADRO TANGO DELTA*/


.cid-szu99kcU3E .tangodelta .btn {

	background-color: #999999!important;
	box-shadow: 0 0 20px white;
	-webkit-transform: scale (1) translateX (150px) skewX (0deg); 
	position: relative; 
	opacity: 0;
	  animation-delay: 4s;
	  animation-name: solofade;
	  top: 0rem;
	  animation-duration: 3s;
	  animation-fill-mode: forwards;

  }

 .cid-szu99kcU3E .textdelta  {
	position: relative; 
	opacity: 0;
	  animation-delay: 1s;
	  animation-name: leftFadeInOut;
	  top: 0rem;
	  animation-duration: 3s;
	  animation-fill-mode: forwards;
} 

 .cid-szu99kcU3E .imagenservicio2 .btn {
	position: relative; 
	opacity: 0;

	  animation-delay: 3s;
	  animation-name: solofade;
	  top: 0rem;
	  animation-duration: 3s;
	  animation-fill-mode: forwards;
} 


 .cid-szu99kcU3E .imagencubotango .btn {
	position: relative; 
	opacity: 0;
	  animation-delay: 3s;
	  animation-name: solofade;
	  top: 0rem;
	  animation-duration: 3s;
	  animation-fill-mode: forwards;
} 


 .cid-szu99kcU3E h2  {
	position: relative; 
	opacity: 0;
	  animation-delay: 1s;
	  animation-name: solofade;
	  top: 0rem;
	  animation-duration: 3s;
	  animation-fill-mode: forwards;
} 


 .cid-szu99kcU3E p  {
	position: relative; 
	opacity: 0;
	  animation-delay: 1s;
	  animation-name: leftFadeInOut;
	  top: 0rem;
	  animation-duration: 3s;
	  animation-fill-mode: forwards;
} 


/* FIN MOVIMIENTOS H2 CON FADE EN CUADRO TANGO DELTA*/

/* MOVIMIENTOS CON FADE */
@keyframes solofade {
  0% {
    position: relative;
    opacity: 0;
	 }

  99% {
    position: relative;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes topFadeOut {
  0% {
	animation-delay: 4s;
    position: relative;
    top: -10rem;
    opacity: 0;
	display: initial;
  }

  99% {
    position: relative;
    top: 0rem;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes leftFadeInOut {
  0% {
    position: relative;
    right: 3.5rem;
    opacity: 0;
  }

  99% {
    position: relative;
    right: 0rem;
    opacity: 1;
  }

  100% {
    right: 0rem;
	    opacity: 1;
  }
}

@keyframes rightFadeInOut {
  0% {
    position: relative;
    right: -3rem;
    opacity: 0;
  }

  99% {
    position: relative;
    right: 3.5rem;
    opacity: 1;
  }

  100% {
    right: 3.5rem;
	    opacity: 1;

  }
}

/* FIN DE MOVIMIENTOS CON FADE */

/* EXTENSION FONDO SLIDER */
 .cid-sz5GfQEb72 .fondorojoX	 {
   background-color: red;
   height: 50rem;
  }

  .cid-sz5GfQEb72 .fondoazulX	 {
   background-color: blue;
   height: 50rem;
  }


/* FIN EXTENSION FONDO SLIDER */




@media(max-width: 800px) {

  .cid-szu99kcU3E .image_wrapper {
    height: 300px;
  }


.cid-szu99kcU3E .tangodelta img {
    max-width: 1200px;
    margin-left: -1rem;
  }

  .cid-szu99kcU3E .tangodelta .btn {
    margin-top: 30%;
    margin-left: 38vw;
	box-shadow: 0 0 20px white;
		background-color: #dddddd!important;

  }
  .cid-szu99kcU3E .tangodelta h2 {
	margin-top: -25vh; 
    font-size: 2rem !important;
    text-shadow: 2px 2px 5px #000000; 
	margin-right: -5vw;
  }
  .cid-szu99kcU3E .tangodelta P {
    font-size: 25px !important;
    text-shadow: 2px 2px 5px #000000;
  }


.cid-szu99kcU3E .imagenservicio img {
    max-width: 1200px;
    margin-left: -7vh;
  }
  .cid-szu99kcU3E .imagenservicio .btn {
/*    margin-top: -3%;
    margin-left: 38vw;
	box-shadow: 0 0 50px red;
    height: 30px!important;
    width: 110px!important;
    font-size: 6pt;
    padding: 0px; */
/*	box-shadow: 0 0 50px #39ff14; */
	
  }
  .cid-szu99kcU3E .imagenservicio h2 {
    margin-top: 3%;
    font-size: 2.1rem !important;
    text-shadow: 2px 5px 5px #000000; 
	
  }
  .cid-szu99kcU3E .imagenservicio P {
    margin-top: 0%;
    font-size: 1.2rem !important;
    text-shadow: 2px 2px 5px #000000;
	margin-left: -6rem;
  }


.cid-szu99kcU3E .imagenservicio2 img {
    max-width: 1200px;
    margin-left: -7vh;
  }
  .cid-szu99kcU3E .imagenservicio2 .btn {
/*    margin-top: -3%;
    margin-left: 38vw;
	box-shadow: 0 0 50px red;
    height: 30px!important;
    width: 110px!important;
    font-size: 6pt;
    padding: 0px; */
/*	box-shadow: 0 0 50px #39ff14; */
	
  }
  .cid-szu99kcU3E .imagenservicio2 h2 {
    margin-top: 3%;
    font-size: 2.1rem !important;
    text-shadow: 2px 5px 5px #000000; 
	
  }
  .cid-szu99kcU3E .imagenservicio2 P {
    margin-top: 0%;
    font-size: 1.2rem !important;
    text-shadow: 2px 2px 5px #000000;
	margin-left: -6rem;
  }



  .cid-szu99kcU3E .imagencubo img {
    max-width: 1200px;
    margin-left: -12rem;
  }

  .cid-szu99kcU3E .imagencubo .btn {
    margin-top: 0%; 
    margin-left: 38vw;
	box-shadow: 0 0 50px red;
    height: 30px!important;
    width: 110px!important;
    font-size: 6pt;
    padding: 0px; 
	box-shadow: 0 0 50px #ffffff; 
	position: relative; 
	opacity: 0;




  }
  .cid-szu99kcU3E .imagencubo h2 {
    margin-top: 3%;
    font-size: 2.1rem !important;
    text-shadow: 2px 2px 5px #000000; 
  }

  .cid-szu99kcU3E .imagencubo P {
    margin-top: 0%;
    font-size: 1.2rem !important;
    text-shadow: 2px 2px 5px #000000;
  }


/* UBICACION DEL BOTON EN DIRECTO */ 


.cid-syCmOyXA5t  .btdirecto {
	position: static;
   padding-top: 0.1rem;
    padding-right: 0.4rem;
    padding-bottom: 0.1rem;
    padding-left: 0.4rem;
    font-size: 10px;
    display: initial;
    box-shadow: 2px 2px 4px #000000; 
	margin-right: 1rem;
	margin-left: 1rem;
	right: -20rem;
	 }

}



@media(max-width: 1500px) {

  .cid-szu99kcU3E .image_wrapper {
    height: 100%;
  }


.cid-szu99kcU3E .tangodelta img {
    max-width: 150%;
    margin-left: -5rem;

  }
    .cid-szu99kcU3E .tangodelta h2 {
	margin-top: -5vh; 
    font-size: 2rem !important;
    text-shadow: 2px 2px 5px #000000; 
	margin-right: -0vw;
	witdh: 90%;
  }
  
   .cid-szu99kcU3E .tangodelta p  {
	width: 30%;
	margin-left: 20vw;

} 
  




.cid-szu99kcU3E .imagenservicio img {
    max-width: 150%;
    margin-left: -5rem;

  }
    .cid-szu99kcU3E .imagenservicio h2 {
	margin-top: 5vh; 
    font-size: 2rem !important;
    text-shadow: 2px 2px 5px #000000; 
	margin-right: -0vw;
	witdh: 30%;
  }
  

 .cid-szu99kcU3E .imagenservicio p  {
	width: 50%;
	margin-left: 40vw;

} 



.cid-szu99kcU3E .imagenservicio2 img {
    max-width: 150%;
    margin-left: -5rem;

  }
    .cid-szu99kcU3E .imagenservicio2 h2 {
	margin-top: 5vh; 
    font-size: 2rem !important;
    text-shadow: 2px 2px 5px #000000; 
	margin-right: -0vw;
	witdh: 30%;
  }
  

 .cid-szu99kcU3E .imagenservicio2 p  {
	width: 50%;
	margin-left: 40vw;

} 

  
  
  .cid-szu99kcU3E .imagencubotango img {
    max-width: 150%;
    margin-left: -5rem;

  }
    .cid-szu99kcU3E .imagencubotango h2 {
	margin-top: 5vh; 
    font-size: 2rem !important;
    text-shadow: 2px 2px 5px #000000; 
	margin-right: -0vw;
	witdh: 30%;
  }
  

 .cid-szu99kcU3E .imagencubotango p  {
	width: 50%;
	margin-left: 40vw;

} 
  
}


@media (max-width: 575px) {

  .cid-szu99kcU3E .image_wrapper {
    height: 200px;
  }
  
  .cid-szu99kcU3E .tangodelta img {
    max-width: 800px;
    margin-left: -30vw;
  }
  .cid-szu99kcU3E .tangodelta .btn {
    margin-top: 5%;
    margin-left: 55vw;
	box-shadow: 0 0 50px #ffffff;
    height: 30px!important;
    width: 110px!important;
    font-size: 6pt;
    padding: 0px;
	background-color: #999999!important;

  }

  .cid-szu99kcU3E .tangodelta h2 {
    margin-top: -5%;
	margin-right: -30%;
	margin-left: 55%;
	width: 50%;
    font-size: 20px !important;
    text-shadow: 2px 2px 5px #000000;
	line-height: 1.5;

  }
  .cid-szu99kcU3E .tangodelta P {
    margin-top: -5%;
    font-size: 15px !important;
    text-shadow: 2px 2px 5px #000000;
  }

  .cid-szu99kcU3E .imagenservicio img {
    max-width: 800px ;
    margin-left: -15vw;
  }
  .cid-szu99kcU3E .imagenservicio .btn {
    margin-top: -5%;
    margin-left: 15vw;
    height: 30px!important;
    width: 80px!important;
    font-size: 6pt;
    padding: 0px;
  }
  .cid-szu99kcU3E .imagenservicio h2 {
    margin-top: 4%;
	margin-left: 60%;
    font-size: 30px !important;
    text-shadow: 2px 2px 5px #000000;
	width: 50%;
  }
  .cid-szu99kcU3E .imagenservicio P {
    margin-top: 2%;
    font-size: 15px !important;
    text-shadow: 2px 2px 5px #000000;
	line-height: 1.5;
	margin-left: 60%;
	width: 50%;

  }




  .cid-szu99kcU3E .imagenservicio2 img {
    max-width: 800px ;
    margin-left: -15vw;
  }
  .cid-szu99kcU3E .imagenservicio2 .btn {
    margin-top: -15%;
    margin-left: -30vw;
    height: 40px!important;
    width: 160px!important;
    font-size: 5pt;
    padding: 0px;
		position: relative; 
	opacity: 0;
	  animation-delay: 4s;
	  animation-name: leftFadeInOut;
	  top: 0rem;
	  animation-duration: 3s;
	  animation-fill-mode: forwards;

	
	
  }

  .cid-szu99kcU3E .imagenservicio2 h2 {
    margin-top: -1%;
	margin-left: 60%;
    font-size: 10pt !important;
    text-shadow: 2px 2px 5px #000000;
	width: 30%;
line-height: 0pt;
  }
  .cid-szu99kcU3E .imagenservicio2 P {
    margin-top: 0%;
    font-size: 15px !important;
    text-shadow: 2px 2px 5px #000000;
	line-height: 1.5;
	margin-left: 60%;
	width: 50%;

  }













  .cid-szu99kcU3E .imagencubotango img {
    max-width: 800px ;
    margin-left: -25vw;
  }
  .cid-szu99kcU3E .imagencubotango .btn {
    margin-top: -3%;
    margin-left: 38vw;

    height: 30px!important;
    width: 110px!important;
    font-size: 6pt;
    padding: 0px;
  }
  .cid-szu99kcU3E .imagencubotango h2 {
    margin-top: 10%;
    font-size: 30px !important;
    text-shadow: 2px 2px 5px #000000;
	margin-left: 0%;
  }
  .cid-szu99kcU3E .imagencubotango P {
    margin-top: -5%;
    font-size: 15px !important;
    text-shadow: 2px 2px 5px #000000;
		width: 90%;
		margin-left: -0%;
  }

/* UBICACION DEL BOTON EN DIRECTO */ 

.cid-syCmOyXA5t .btdirecto {
   padding-top: 0.1rem;
    padding-right: 0.4rem;
    padding-bottom: 0.1rem;
    padding-left: 0.4rem;
    font-size: 10px;
    margin-left: 0vw;
    display: initial;
    box-shadow: 2px 2px 4px #000000; 
	 }

}













