@import url('https://fonts.googleapis.com/css?family=PT+Serif');

*, .container-fluid {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
    color: white !important;
}

.tamano-slider {
    /* width: 80% !important;
    height: 600px !important; */
    margin-top: 5px !important;
    margin-bottom: -10px !important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.carousel-item {
   height: 650px; /*container-width*/
   overflow: hidden; /*hide bounds of image */
   margin: 0;   /*reset margin of figure tag*/
}

.carousel-item img {
   display: block; /*remove inline-block spaces*/
   width: 100%; /*make image streatch*/
   margin: -21.875% 0;
}

header {
  background-color: #D7E3EC;
}

.title {
  text-align: center;
}

.imageninm {
  margin-top: 15px;
}

.contenedor {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 1200px;
    height: 650px;
    display: block;
    margin: auto;
}

.texto-encima {
    position: absolute;
    top: 10px;
    left: 10px;
}

.centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

aside {
  display: inline-block;
  width: 30%;
  min-height: 100px;
  background: blue;
  float: right;
  margin-top: 30px;
}

article {
  margin: 20px;
}

.info-container {
  width: 100%;
  background: #f2f2f2;
  font-family: sans-serif;
    margin: auto;

}

.info-main {
  width: 110%;
  max-width: 1320px;
  margin: auto;
  text-align: center;
  text-align: justify;
  padding: 30px 200px;
  margin-left: 0;/*-40px;*/
  font-family: 'EB Garamond', serif;
    font-size: 25px;
}

.info-container-inicio {
  width: 100%;
  background: #f2f2f2;
  font-family: sans-serif;

}

.info-main-inicio {
  width: 110%;
  margin: auto;
  text-align: center;
  text-align: justify;
  padding: 30px 200px;
  margin-left: -40px;
}

footer {
  width: 100%;
  font-family: sans-serif;
}

.footer-container {
  width: 100%;
  background: #272727;
  color: #fff;
}

.footer-main {
  width: 98%;
  max-width: 1000px;
  margin: auto;
  padding: 30px ;
  display: flex;
  flex-wrap: wrap;
}

.footer-main .footer-columna {
  width: 100%;
  text-align: justify;
  text-align: center;
  margin-top: -20px;
  font-family: 'EB Garamond', serif;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dropdown-item{
    color: black !IMPORTANT;
}

h1 { font-family: 'PT Serif', serif; font-size: 42px; font-weight: 400; color: #232a6b }
h2 { font-family: 'PT Serif', serif; font-size: 32px; font-weight: 400; color: #232a6b }

.caption { color: white; font-style: italic; font-weight: bold }

.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}



html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
}

.item:nth-child(1) {
    background: #74C390;
}

.item:nth-child(2) {
    background: #51BCE8;
}

.item:nth-child(3) {
    background: #E46653;
}

@media (min-width: 768px) {
	.carousel-caption {
		margin-bottom: 100px;
	}
}
.B{
    font-family: 'EB Garamond', serif;
    font-size: 20px;
}
.cen{
    margin-left: 110px;
}