@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Noto Sans';
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}


.fw-bold {
  font-weight: 700;
}








.topnav-centered {
	border-bottom: 2.5px solid crimson;
	z-index: 5;
    background-color: rgba(51,51,51,0.30);
    height: 80px;
}

.topnav {
	overflow: hidden;
	width: 100%;
    position: relative;
    display: inline-block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    margin-top: 0px;
    padding-top: 25px;
}
.topnav a {
	color: white;
	text-align: center; 
	padding: 20px 20px;
	text-decoration: none;
	font-size: 17px;
	border-radius: 6px;
}

.topnav a:hover {
	background-color: rgb(220, 20, 60, 0.55);
	color: white;
	border-radius: 6px;
}

.topnav a.active {
	background-color: rgb(220, 20, 60, 0.55);
	color: white;
	border-radius: 6px;
}

.topnav .icon {
	display: none;
}

/* menu cerrado */
@media screen and (max-width : 600px){
	 .nav-rb {
		  float: left;
      height: 40px;
	}
    .topnav-centered {
		  display: block;
	}
    
    .topnav {
        margin-top: 0px;
        padding-top: 0px;
	}
    
	.topnav a:not(.active) {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
		width: 100px;
    right: 0px;
	}

	.topnav a.active {
		background-color: transparent;
		color: white;
		text-align: center;
		width: auto;
	}
}

/* menu abierto */
@media screen and (max-width : 600px ){
	
    .topnav.responsive {
	  width: 100%;
    height: auto;
    background-color: rgba(51,51,51,0.90);
		position:relative;
		z-index: 25;
	}

	.topnav.responsive a.icon {
		position: absolute;
		right: 0px;
		top: 0;
		width: 100px;
		color: white;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: center;
		width: auto;
		height: 80px;
	}

	.topnav.responsive a.active {
		background-color: rgb(220, 20, 60, 0.55);
		color: white;
		text-align: center;
	}
}

.no-link {
	pointer-events: none;
	cursor: default;    
}

.floatr{
  float: right;
  padding: 12px 0px 0px 0px;
  cursor: pointer;
  text-decoration: none;
  height: 50px;
  width: 80%;
  max-width: 300px;
  margin: 0px 10px 10px 0px;
  color: white;
  background-color: darkred;
  text-align: center;
}







.justify-content-center {
  justify-content: center;
}

.text-center {
    text-align: center;
}


.text-danger {
  color: crimson;
}
.text-white {
  color: white;
}


.text-shadow {
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.95);
}

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.middle {
	vertical-align: middle;
}


.pt-2 {
  padding-top: 0.75rem;
}

.pb-2 {
  padding-bottom: 0.75rem;
}

.pt-5 {
    padding-top: 3rem;
}
.pb-5 {
    padding-bottom: 3rem;
}

.ml-1 {
  padding-left: 20%;
  padding-right: 20%;
}

.ml-2 {
    padding-left: 20px;
    padding-right: 20px;
}

.ml-3 {
  margin-left: 20px;
  margin-right: 20px;
}
.link-warning {
    color:gold;
    text-decoration: none;
}


.btncentral {
	padding: 10px 0px 0px 0px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	height: 50px;
	width: 80%;
	max-width: 450px;
	margin: 0px 0px 50px 0px;
}


.bg-link {
  border: 1.5px solid crimson;
  background-color: crimson;
  color: white;
  border-radius: 8px;
}

.bg-link:hover {
  border: 1.5px solid darkred;
  background-color:darkred;
  color: white;
  border-radius: 8px;
}

.bg-contacto {
  border: 1.5px solid crimson;
  background-color: rgba(51,51,51,0.50);
	color: white;
	border-radius: 8px;
}

.bg-contacto:hover {
	background-color: crimson;
}

.bg-wa {
    border: 1.5px solid #075E54;
    background-color: rgba(51,51,51,0.50);
	color: white;
	border-radius: 8px;

}

.bg-wa:hover {
	background: #075E54;
}

.bg-danger {
	background-color: crimson;
}

.bg-footer {
	background-color: rgb(35, 35, 35);
    border-top: 2.5px solid crimson;
}

.line {
  border-top: 2px solid crimson;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}


.column {
    float: left;
    width: 33.3%;
    padding: 10px 0px 10px 0px;
}

.column1 {
  display: inline-block;
  width: 14%;
    margin: 30px 0px 30px 0px;
}
.column2 {
  display: inline-block;
    width: 29%;
    margin: 10px 0px 10px 0px;
}

.columnafoto {
float: left;
width: 35%;
}

.columnacontacto {
float: left;
  width: 65%;
}
.columnacontacto p {
  margin: 0px 30px;
  line-height: 2.5;
  }

.card {
    margin: 0px 30px 0px 30px;
    text-align: center;
    border: 1.5px solid rgba(220, 53, 69,1.00);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 600px) {
    
    .column {
        width: 100%;
        }
    
  .column1, .column2, .columnacontacto, .columnafoto {
    width: 100%;
    display: block;
    margin: 30px 0px 0px 0px;
  }

  .card {
    margin: 0px 30px 0px 30px;
    text-align: center;
    border: 1.5px solid rgba(220, 53, 69,1.00);
  }
}

.container {
  padding: 0px;
}

.row{
margin: 0px;
padding: 0px;
}

.container:after, .row:after {
  content: "";
  clear: both;
  display: table;
}


.button {
  outline: 0;
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
  color: black;
  background-color: white;
  border: 1.5px solid rgba(220, 53, 69, 1.00);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  width: 90%;
  text-decoration: none;
}

.button:hover {
  background-color: rgba(220, 53, 69,1.00);
  color: white;
}

