/* General */

body {
  background-image: url("../imgs/fondo.jpg?20230309");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  /* Safari 3.0 */
  -moz-background-size: 100% 100%;
  /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 100% 100%;
  /* Opera 9.5 */
  background-size: 100% 100%;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  padding-top: 0;
}

.body {
  /*    background-color: rgba(0, 0, 0, .5);*/
  background-color: rgba(19, 49, 92, .5);
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}

/* Encabezados */

h1 {
  text-align: center;
  color: #0B2545;
}

h3 {
  color: #0B2545;
}

.subtitles {
  color: #0B2545;
}

.btn-blue {
  align-items: center;
  background: #134074;
  background-color: #134074;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  transition: background, background-color .3 ease;
}

.btn-blue:hover,
.btn-blue:hover {
  background: #13315C;
  background-color: #13315C;
  color: #FFFFFF;
}

.bg-lightblue {
  background-color: #EEF4ED !important;
}

@media (min-width: 767px) {

  .in-text {
    float: left;width: 60ch;
  }

  
}

@media (max-width: 767px) {
  .in-text {
    width: 100%;
  }
}

/* Menu */
@media (min-width: 767px) {
.navbar,
#bs-example-navbar-collapse-1 {
  /*	background-color: rgba(0, 0, 0, 0);*/
  background-color: rgba(19, 49, 92, .6);
  border: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  /*    box-shadow: 0 1px 1px 0 #0B2545;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;

}
}

/* Menu */
@media (max-width: 767px) {
  .navbar,
  #bs-example-navbar-collapse-1 {
    /*	background-color: rgba(0, 0, 0, 0);*/
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    /*    box-shadow: 0 1px 1px 0 #0B2545;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  
  }
  

}
.navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggle {
  margin-right: 18px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #13315C;
}

/*#bs-example-navbar-collapse-1 a:hover {
	font-weight:bold;
}*/
#bs-example-navbar-collapse-1 .active a,
#bs-example-navbar-collapse-1 ul li a:focus {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
}

#bs-example-navbar-collapse-1 a {
  color: white;
}

#bs-example-navbar-collapse-1 .dropdown ul li a {
  height: 50px;
  padding-top: 15px;
  color: black;
}

#bs-example-navbar-collapse-1 .dropdown ul li a:hover {
  color: white;
  font-weight: normal;
  background-color: #134074;
}

#dvCarouselCli .left {
  left: -10px;
}

#dvCarouselCli .right {
  right: -10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-0 {
  margin-bottom: 0;
}

.bb-none {
  border-bottom: none;
}

.mr-2p {
  margin-right: 2%;
}

@media(max-width: 767px) {
  #bs-example-navbar-collapse-1 .dropdown ul li a {
    color: #b1b1b1;
  }
}

/* Logo */

#logoGabrielF {
  width: 300px;
  margin: 0px auto;
}

/* Redes Sociales */

#redesSociales {
  margin-left: 10px;
}

#redesSociales a {
  padding: 10px 5px 0px 5px;
  float: left;
}

#redesSociales img {
  width: 35px;
}

/* Fieldset */
fieldset legend {
  color: #0B2545;
}

/* Footer */
footer {
  max-width: 100vw;
  padding-bottom: 20px;
  width: 100%;
  color: white;
  margin: 0 !important;
  position: relative;
}

footer article h3 {
  font-size: 1.5em;
  padding-left: 10px;
  font-weight: bold;
  color: white;
   !important;
}

footer article h3 {
  font-size: 1.6em;
}

footer ul {
  padding-left: 10px;
}

footer ul li a {
  color: white;
}

footer ul li a:hover {
  color: white;
  font-size: 1.0em;
  cursor: pointer;
}

footer section {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

footer section span {
  font-weight: bold;
  color: #d2b070;
}

/* Scroll */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: white;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: white;
}

#logoAbech {
  width: 100px;
  padding-right: 15%;
}

/*
@media screen and (min-width: 770px) {
    .navbar-right {
        margin-right: 10px;
    }
}
*/

@media screen and (max-width: 920px) {
  .wfull-920 {
    width: 100%;
  }
}

@media screen and (max-width: 770px) {
  .wrap-contact {
    flex-flow: column nowrap;
  }

  .wfull-770 {
    width: 100%;
  }

  .contact h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  #bs-example-navbar-collapse-1 {
    background-color: rgba(19, 49, 92, .9);
    height: 100vh;
    padding-top: 11%;
    z-index: -1;
  }

  .container-fluid>.navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}







/* Footer */
/* =============================================== */

/* General *
footer .title, footer .subTitle {
	color: white;
}

/* Consulta *
#artConsulta {
	text-align:center;
}
#artConsulta .title {
	font-size:1.6em;
}
#artConsulta .subTitle {
	font-size:1.7em;
	font-weight:bold;
}
#artConsulta input[type="text"], #artConsulta input[type="email"], #artConsulta textarea, .msjNotific {
	width:80%;
	margin:0px auto;
}
#artConsulta .msjNotific { 
	margin-bottom:15px;
}
#artConsulta .boton {
	width:230px;
	height:50px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	-o-border-radius:40px;
	border:0px;
	background-color:white;
	color:black;
	font-weight:bold;
	font-family: Century Gothic, sans-serif;
	font-size:1.2em;
}

/* Informacion *
#artInfoContacto p {
	text-align:justify;
	font-family: Century Gothic, sans-serif;
	color:white;
}
#logoGHFooter {
	width:40%;
}*/