/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.navbar{
	background-color: #175890;
}
.drop{
	text-align: center;
	border: #eaeaea .5px solid;
	background-color: #f2f2f2;
	font: oblique 100% cursive;
}
.data-targ{
	text-align: justify;
	font: message-box;
}
.rows{
  margin-top: 10%;
  background-color: blue;
}
#index_page{
    padding-top: 80px; 
  background: url(img.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.row{
  background-color: white;
}

 #zoom{
        /* Aumentamos la anchura y altura durante 2 segundos */
        transition: width 0.1s, height 0.1s, transform 0.1s;
        -moz-transition: width 0.1s, height 0.1s, -moz-transform 0.1s;
        -webkit-transition: width 0.1s, height 0.1s, -webkit-transform 0.1s;
        -o-transition: width 0.1s, height 0.1s,-o-transform 0.1s;
    }
    #zoom:hover{
        /* tranformamos el elemento al pasar el mouse por encima al doble de
           su tamaño con scale(2). */
        transform : scale(1.3);
        -moz-transform : scale(1.3);      /* Firefox */
        -webkit-transform : scale(1.3);   /* Chrome - Safari */
        -o-transform : scale(1.3);        /* Opera */
    }
    .nav-item{
      color:  #c0c0c0
;
    }


