@charset "utf-8";

body {
	font: 100%/1.4 'Roboto', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	background-color: #E1FFFD;
	
	margin: 0;
	padding: 0;
	color: #000;
    height:100%;
	display: flex;
    flex-direction: column;
}

.gridContainer clearfix{
	width: 89.2%;
	max-width: 1380px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;

}
.gridContainer.clearfix #principal p {
	text-align: justify;
}
.header {
  background-size: cover!important;
  
}
 
.header .navbar {
    background-color: #036!important;
	min-height: 80px;
	
} 

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-toggler-icon, 
.navbar-d .navbar-nav .active>.nav-link  {
    color: white!important;
    line-height: 60px;
    height: 60px;
    padding-top: 0;
}

.dropdown-item{
	background-color:#036;
	color:white;
	height:50px!important;
}

img, object, embed, video {
	max-width: 100%;
}



.doc{
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background: #333944;
}

.box{
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.box img{
  width: 100%;
  height: auto;
}



.myaccordion {
  max-width: 100%;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}


.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background:#CBDCFE;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: 500;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.card-body{
	font-size: large;
	font-weight:200;
}

@supports(object-fit: cover){
    .box img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
	  background-color:
      }
}
.simplescrollup__button {
    position: fixed;
    bottom: 1rem;
    right: 2rem;
    transition: 1s all;
    z-index: 10000;
	background-color:#0FC;
	color: #FFF;
	padding: 10px 20px 10px 20px;
	border-radius: 30px
	
}
.simplescrollup__button--show {
    transform: translateX(0);
}
.simplescrollup__button--hide {
    transform: translateX(100px);
}

.container-fluid {
	padding: 1px 20px 1px 200px;
	position: relative;
	clear: both;
	color: #FFF;
	background-color: #036;
	font-size: medium;
	font-weight:500;
}



.container-fluid  a {
	  color: white;
}



.table {
   margin: auto;
   width: 70%!important  ; 
   background-color:white;
}
#col-sm-4{
	margin 80px;
}



@media screen and (max-width: 500px) {/*                                          Diseño móvil: 480 px e inferior. */


.gridContainer {
	margin-left: auto!important;
	margin-right: auto!important;
	width: 99.99%!important;
    padding:0;
}

#principal {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%!important;
	display: block;
	/*background-color: #E1FFFD;*/
	background-color:white;
	font-weight: light!important;
	font-size: small;
}
#contacto {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%!important;
	display: block;
	/*background-color: #E1FFFD;*/
	background-color:white;
	font-weight: light!important;
	font-size: small;
}

#texto {
	text-align: left;
	font-style: normal;
	font-size: small;
	font-weight:lighter;
	color: #000;
	width: 60%;
	margin-left:90px;
}

mapas{
	padding: 1px 1px 1px 1px;;
	font-size: large;
}
iframe {
    border: 1px solid black;
    width: 100%;
}

.output {
    background: #eee;
}
.btn {
  font-size: medium;
}
#botonmapa {
	margin-left:1px;
}
form {
	width: 100%!important;
}
.container-fluid {
	padding:  1px 10px 1px 10px;
	position: relative;
	clear: both;
	color: #FFF;
	background-color: #036;
	font-size: medium;
	font-weight:500;
}
.table {
   margin: auto;
   width: 98%!important  ; 
   background-color:white;
}

}


/*                                             Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

#principal {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/*background-color: #E1FFFD;*/
	background-color:white;
	font-weight: lighter;
	font-size: medium;
}
#contacto {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/*background-color: #E1FFFD;*/
	background-color:white;
	font-weight: lighter;
	font-size: medium;
}
#texto {
	text-align: left;
	font-style: normal;
	font-size: medium;
	font-weight: lighter;
	color: #000;
}

mapas{
	padding: 1px 10px 1px 10px;;
	margin-left: 10px;
	font-size: large;
}
iframe {
    border: 1px solid black;
    width: 100%;
}

.output {
    background: #eee;
}
.btn {
  font-size: large;
}

#botonmapa {
	margin-left:8px;
}
.table {
   margin: auto;
   width: 90%!important  ; 
   background-color:white;
}

}



/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 90%;
	max-width: 1380px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}

#principal {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: xx-large;
	/*background-color: #E1FFFD;*/
	background-color:white;
	font-weight: lighter;
	padding: 1px 80px 1px 80px;
}
#contacto {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: xx-large;
	/*background-color: #E1FFFD;*/
	background-color:white;
	font-weight: lighter;
	padding: 1px 80px 1px 80px;
}

#texto {
	text-align: left;
	font-style: normal;
	font-size: large;
	font-weight: light;
	color: #000;
	margin-left: 60px;
	margin-right: 30px;
	padding: 1px 40px 1px 30px;
}




#mapas{
	padding: 1px 40px 1px 100px;;
	margin-left: 30px;
	font-size: large;
}
iframe {
    border: 1px solid black;
    width: 100%;
}

.output {
    background: #eee;
}


#botonmapa {
	margin-left:12px;
}




}

