/*MI ESTYLO*/
  body {
    font-family: sans-serif, Helvetica, Arial;
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: blue !#818181;
  }
  h2 {
    font-size:24px;
    text-transform: uppercase;
    color: #0000ff; !"#0000ff o blue"
    font-weight: 400;
    margin-bottom: 10px;
	!background-color:rgba(255,0,0,0.3);
	background-image: linear-gradient(to bottom,white,#f4511e);
  }
  h2-2 {
    font-size:30px;
    text-transform: uppercase;
    color: #0000ff; !"#0000ff o blue"
	font-weight: bold;
    margin-bottom: 10px;
  }
  h4 {
    font-size:19px;
    line-height: 0.85em;
    font-weight: 400;
    margin-bottom: 10px;
  }
    .jumbotron {
	margin: auto;
    border: 0px solid #f4511e;
    padding: 3px;
	background-image: linear-gradient(to bottom,black,white);
    color: #fff;
    font-family: "Lucida Calligraphy", Montserrat, sans-serif;
  }
.padre {
   display: table;
   /*height:200px;*/
}
.hijo {
   display: table-cell;
   vertical-align: middle;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: cover;
 }
  .container-mini {
	padding: 1% 3% 1% 3%;
	width: auto;
	height: auto;
  }
  .contenedor {
	margin: auto;
    padding: 0px;
  }
  .mi-font {
  font-size:1.1vw;
  color: #0000ff;
  font-family:sans-serif;
  }
    .mi-font h1{
  text-decoration: underline;
  font-size:1.4vw;
  }

  .mi-font H4{
  text-decoration: underline;
  font-size:1.3vw;
  }
  .container-fluid {
    padding: 60px 25px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .bg-naranja {
    background-color: rgb(255, 64, 0,0.2);
  }
  .bg-dgnaranja {
	background-image: linear-gradient(#f4511e,#fff);
  }
  .bg-degradado {
    background-image: linear-gradient(black,white);

  }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #f4511e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 5px 0;
    border: 1px solid #f4511e;
    border-radius: 35px;
	color: #0000ff;
	line-height: 1.375em;
    font-weight: 400;
    margin-bottom: 10px;
	overflow: hidden;
  }
  .thumbnail:hover {
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  }

  .thumbnail img {
	width: 100%;
    height: 225px;
    margin-bottom: 0px;
  }
  .carousel-control.left {
	background-image: none;
    color: #f4511e;
  }
  .carousel-control.right {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e; 
    transition: box-shadow 0.5s;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	overflow:hidden;
  }
  .panel-body {
	padding: 25px 15px;
		min-height: 490px;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding:25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: #fff !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
  /* sticky */
  .sticky {
  position: -webkit-sticky;
  position: sticky;
}
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 0;
    background-color: blue;
    z-index: 25;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 2px;
    border-radius: 0;
    font-family: sans-serif, Montserrat;
	font-weight: bold;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
	font-weight: bold;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  .footer img {
    padding: 5px;
    margin: 0px;
    color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
      @media screen and (max-width: 960px) {
    .col-sm-4 {
      text-align: center;
      margin: 15px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
}

  @media screen and(max-width: 720px) {
	.flip-card {
	height:450px;
	font-size:9px;
	}
    .col-sm-4 {
      text-align: center;
      margin: 15px 0;
    }
	.btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
	.flip-card-back {font-size: 9px;}
  }
  @media screen and(max-width: 480px) {
    .logo {
      font-size: 150px;
    }
    .col-sm-4 {
      text-align: center;
      margin: 15px 0;
    }
	.btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }

  }
  .marco {
	background-color:rgb(255, 64, 0,0.1);
    padding: 0 0 5px 0;
    border: 2px solid #f4511e;
    border-radius: 80px;
	color: #0000ff;
	line-height: 1.375em;
    font-weight: 500;
    margin-bottom: 10px;
	overflow: hidden;
  }
  .marco:hover {
   box-shadow: 0 6px 8px 0 rgba(0,0,255,0.9);
  }

  .marco img {
	width: 100%;
    height: 225px;
    margin-bottom: 0px;
  }

/*@media  (max-width: 959px) and (min-width: 720px) {
	#imContent { width: 640px; }
	#imCell_1 { width: 634px; min-height: 739px;  padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCellStyle_1 { width: 634px; min-height: 739px; padding: 3px 3px 3px 3px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imCellStyleGraphics_1 { left: 3px; right: 3px; }
	#imTextObject_1 .text-container {border-style: solid; border-color: #A9A9A9; border-width: 0 1px 1px 1px;width: 100%; box-sizing: border-box;}
	#imTextObject_1 .text-container { height: 733px;}
	
}
@media  (max-width: 719px) and (min-width: 600px) {
	#imContent { width: 600px; }
	#imCell_1 { width: 594px; min-height: 779px;  padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCellStyle_1 { width: 594px; min-height: 779px; padding: 3px 3px 3px 3px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imCellStyleGraphics_1 { left: 3px; right: 3px; }
	#imTextObject_1 .text-container {border-style: solid; border-color: #A9A9A9; border-width: 0 1px 1px 1px;width: 100%; box-sizing: border-box;}
	#imTextObject_1 .text-container { height: 773px;}
	
}
@media  (max-width: 599px) and (min-width: 480px) {
	#imContent { width: 480px; }
	#imCell_1 { width: 476px; min-height: 899px;  padding-top: 3px; padding-bottom: 3px; padding-left: 2px; padding-right: 2px; }
	#imCellStyle_1 { width: 476px; min-height: 899px; padding: 3px 3px 3px 3px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imCellStyleGraphics_1 { left: 2px; right: 2px; }
	#imTextObject_1 .text-container {border-style: solid; border-color: #A9A9A9; border-width: 0 1px 1px 1px;width: 100%; box-sizing: border-box;}
	#imTextObject_1 .text-container { height: 893px;}
	
}
@media  (max-width: 479px) {
	#imContent { width: 100%;}
	#imCell_1 { clear: left; }
	#imCell_1 { width: 100%; min-height: 12px;  padding-top: 3px; padding-bottom: 3px; padding-left: 5px; padding-right: 5px; box-sizing: border-box; }
	#imCellStyle_1 { width: 100%; min-height: 0px; padding: 3px 6px 3px 3px; }
	#imCellStyleGraphics_1 { top: 3px; bottom: 3px; left: 5px; right: 5px; }
	#imTextObject_1 .text-container {border-style: solid; border-color: #A9A9A9; border-width: 0 1px 1px 1px;width: 100%; box-sizing: border-box;}
	
}*/

.flip-card {
  background-color: transparent;
  width: calc(100% - 20px);
  height:calc(50vh - 20px);
  min-height: 350px;
  perspective: 800px;
  padding:35px 5px 5px 5px;
  cursor: pointer;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 2s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.8);
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width:100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  padding:auto auto;
  background-color: #fff;
  color: black;
}
.flip-card-back{
  background-color: #fff;
  color: blue;
  transform: rotateY(180deg);
  text-align: center center;
  justify-content: center;
}
/*FIN MI ESTYLO*/

/*MIS IMAGENES MODAL*/
.thumbImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.thumbImg:hover {opacity: 0.9;}

/* The Modal (background) */
#myModal {
    display: none; /* Hidden by default */
    position: fixed; /* Permanecer en su lugar */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Ubicación de la caja */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Contenido modal (image) */
#modalImg {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
	height: auto;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 800px){
    #modalImg {
        width: 100%;
    }
}

/* Caption of Modal Image */
#modalCaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
	font-size: 50px;
}

/* Add Animation */
#modalImg, #modalCaption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.9s;
    animation-name: zoom;
    animation-duration: 0.9s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
#closeModal {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#closeModal:hover,
#closeModal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/*FIN MIS IMAGENES MODAL*/