@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');


.header {
    display: table;
    position: relative;
    width: 100%;
    height: 87%;
    background: url(http://www.carilovista.com.ar/portada_carilo_vista.jpg) no-repeat center center scroll;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}
.video{


}

.overlay {

      display: none;
      width: 100%;
      height: 100%;
      text-align: center;
      background-color: rgba(193, 182, 155, 0.3);
      z-index: 999; 
}

.whatsapp-icon {
  margin-top:13px;
}

.blanco {
    color: #FFFFFF;
 font-size: 20px;
    background-color: #c1b69b;
    margin: 25px 0px;
    padding: 20px 0px;
}

.blanco2 {
    color: #FFFFFF;
 font-size: 20px;
    background-color: #c1b69b;

    padding: 20px 0px;
}


a {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	opacity:0.4;
	text-decoration:none;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
            font-family: 'Quicksand', sans-serif;}
font-weight: 300;

h2 {
       font-family: 'Quicksand', sans-serif;
	font-weight: 100;

}

h4 {
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 100;}

.pie {
	color: #333333
}
.pie a{
	color: #333333
}
.pie:hover{
	color: #666666
}

.tipo16{
	font-size: 16px;
		line-height: 30px;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.circulos{
	padding-top:350px;
	align-items:center;}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
p{
	font-size: 16px;
	line-height: 30px;
}
/* Mapa */

.map {
    height: 50%;
	color:#00aeef;

}
.map iframe {
    pointer-events: none;
}

#to-top {
  position: fixed;
  bottom: 20px;
  right: 85px;
}
#menu_rayita {
	display:none;}
	
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow:after {
    content: '';
    background: transparent url(pattern.png) repeat top left;
	opacity:0.4;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span { background-image: url(portada_02.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(portada_02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(portada_03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(portada_04.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(portada_05.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

@media screen and (max-width: 600px) { 
#circulos {
	display:none;}
	.responsive {
		width:70%;}	

#mnu_rayita {
}
	
	}

