/*!
 * 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;
}

.my-4 {
  margin-top: 1.5rem !important;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: #0f6b75;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1.25em;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.bg-dark {
  background-color: #0a4663 !important;
}

.card-title {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.25em;
  color: #0f6b75;
}

a {
  color: #086bb5;
}

.portfolio-item {
  margin-bottom: 30px;
}

.divider-10 {
    width:100%; 
    min-height:1px; 
    margin-top:10px; 
    margin-bottom:10px;  
    display:inline-block; 
    position:relative;
}

/*Iconos Font Awesome encerrados en un circulo*/
.fa-stack        .fa {  }
.fa-stack        .fa.fa-circle-thin {  }
.fa-stack        .fa.fa-circle { opacity:1.0; color:white; }
.fa-stack:hover        .fa { color:white; }
.fa-stack:hover        .fa.fa-circle-thin { color:#04457c; }
.fa-stack:hover        .fa.fa-circle { opacity:1; color:#04457c; }

/******* BEGIN FANCY BOX **********/
/*
	https://bootsnipp.com/snippets/aMGnk
*/
body {
    color: #365168;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #0f6b75;
}



#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-header {

 border-bottom: none;
}
.modal-title {
    color:#000;
}
.modal-footer{
  display:none;  
}
/******END FANCY BOX***********/
