@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --coral:#FFB995;
  --white: #F9F6F4;
  --blue: #CEDCDF;
  --yellow: #FFDAA0;
  --green: #CFE0D2;
  --black: #25282A;

}

body{
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
  background: #fff;
}


h1{
font-size: 3.4rem;
font-family: adobe-aldine-variable, sans-serif;
font-weight: 600;
font-style: normal;
color: #fff;
text-transform: uppercase;
padding: 0% 7%;
text-shadow: 0px 3px 4px rgba(0,0,0,0.66);
}
h2{
font-size: 1.5rem;
font-family: "Montserrat", sans-serif;
font-weight: 300;
font-style: normal;
color: #fff;
}
h3{
font-family: adobe-aldine-variable, sans-serif;
font-weight: 700;
text-transform: uppercase;
}
h4{
font-size: 1.5rem;
font-family: "Montserrat", sans-serif;
font-weight: 300;
font-style: normal;
}

h6{
 font-family: "Montserrat", sans-serif;
font-weight: 300;
font-style: normal;
}
a{
	color: #000;
	text-decoration: none;
}
a: hover{
	color: #71a7c7;
	text-decoration: none;
}
footer{
	background: #eee;
}
.presentado{
	font-weight: 500;
}
.cta {
  border: none;
  background: none;
  cursor: pointer;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.linea1{
	width: 100px;
}
.cuadro{
	border: 1px solid #71a7c7;
	padding: 0.5rem;
}


/* bootstrap */
.row{
	margin-right: 0px;
    margin-left: 0px;
}

.carousel-control-next-icon {
    background-image: url(../img/next.svg);
}
.carousel-control-prev-icon {
    background-image: url(../img/prew.svg);
}

.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}
mark{
	padding: 8px 15px; 
	line-height: 30px;
	background: #FFF;
}
/* bootstrap */


header{
	background: #CF0A2C;
 	position: fixed;
 	z-index: 10;
}
.logo{
  height: 35px;
  margin: 5px 0rem;
}
.f-hader{
	background: url(../img/portada.jpg);
	  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}
.logotipo{
	height: 120px;
}
.espacio{
	padding: 15% 0px;
}
.redondo{ 
  border-radius: 20px;
}
.fb{
	background: #fff;    
  border-radius: 5px 5px 0px 0px;
}
.destacado{
	border: 1px solid grey;
	padding: 2rem 3rem;
	border-radius: 15px;
	font-size: 1.2rem;
	background: #fafafa;
}

.box{
	width:350px;
	height:350px
}

 img.fusion{
 	position: absolute;
 	width: 95%;
}

.bg-blanco{
  background: #F9F6F4;
}
.bg-azul{
  background: #CEDCDF;
}




  @media only screen and (max-width: 1200px) {

    .tit1 {
 
  font-size: 4vw;
  padding: 25% 0px 20% 0px;

  }

}
  @media only screen and (max-width: 1024px) {

  	.flip-card {
		width: 20rem;
    	height: 20rem;
  }

}

  @media only screen and (max-width: 991px) {

  	.flip-card {
		width: 15rem;
    height: 15rem;
  }

  h1 {
    font-size: 2.5rem;
  }
}

  @media only screen and (max-width: 768px) {
  .flip-card {
		width: 25rem;
    height: 25rem;
  }

  .f-hader{
	background: url(../img/portada-m.jpg);
	background-size: cover;


}
}



@media only screen and (max-width: 500px) {
	.box{
	width:350px;
	height:350px;
	background: #fff;
	}

	
	h2{
	font-size: 1.3rem;
	}

	h4{
	font-size: 1.2rem;

	}


}