body{
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: lighter;
  height: 100%;
}

*{
  transition: all linear .5s !important;
}

/* Set a size for our map container, the Google Map will take up 100% of this container */
#map {
  width:100%;
  margin:0 auto;
  height: 380px;
  box-shadow: 0px 0px 10px #b5b5b5;
}

.margin1{
  margin-top: 50px;
  margin-bottom: 50px;
}

.background-azul {
    background-image: -webkit-linear-gradient(-26deg, #ffffff 10%, #29539c 10%);
    padding: 20px 0px 20px 120px;
    text-align: left;
}

/*.background-azul{
  background: rgba(41,83,155,1);
background: -moz-linear-gradient(left, rgba(41,83,155,1) 0%, rgba(41,83,155,1) 32%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,83,155,1)), color-stop(32%, rgba(41,83,155,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(41,83,155,1) 0%, rgba(41,83,155,1) 32%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(41,83,155,1) 0%, rgba(41,83,155,1) 32%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(41,83,155,1) 0%, rgba(41,83,155,1) 32%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(41,83,155,1) 0%, rgba(41,83,155,1) 32%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29539b', endColorstr='#ffffff', GradientType=1 );
  padding: 35px;
  text-align: left;
}*/

.background-azul li{
    list-style: none;
    display: inline;
    padding-left:3px;
    padding-right:3px;
    font-weight: normal!important;
    font-size: 15px;
    text-align: right;
}

.bg-blanco-1{
    background: #fff;
    padding: 50px;
    color: #000;
    position: absolute;
    top: 200px;
    width: 30%;
    left: 20%;
    margin-top: 100px;
}
/*.bg-azul-2{
    background: #29539b;
    padding: 50px;
    width: 55%;
    position: absolute;
    top: 300px;
    right: 22%;
    border-radius: 4px;
    box-shadow: 0px 0px 7px #ffffff;
}*/

.bg-azul-2 {
    background: #29539c;
    padding: 40px;
    width: 70%;
    position: absolute;
    top: 194px;
    right: 14%;
    border-radius: 0px;
    /* box-shadow: 0px 0px 7px #ffffff; */
}

.bg-azul-2 h3{
    font-size: 14px;
    color: #d07433;
    letter-spacing: 1px;
}

/*.bg-azul-2 button{
    font-size: 12px;
    color: #fff;
    background: #b65c49;
    letter-spacing: 4px;
    padding: 10px;
    border-radius: 3px;
    border: none;
}*/

.bg-azul-2 button {
    font-size: 12px;
    color: #fff;
    background: #ee803c;
    letter-spacing: 4px;
    padding: 10px;
    border-radius: 3px;
    border: none;
}
.p-1-1{
  padding: 50px;
}

.centrado{
  display:block;
  margin: 0px auto;
}
.enter {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.fondo-1{
  background-image: url(../img/cover-background1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 300px;
}

.fondo-2{
  background-image: url(../img/cover-background2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 200px;
  padding: 120px 0px 120px 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
.fondo-2 p{
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0px 30px 0px;
}
.p-t-1{
  padding-top: 20px;
}
.p-t-2{
  padding-top: 30px;
}
.seven{
  background-color: #013A6B;
  background-image: -webkit-linear-gradient(150deg, #013A6B 35%, #004E95 35%);
  min-height: 200px;
}

.fondo-gracias{
  background-image: url(../img/cover-background1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  padding: 10%;
}

.fondo-3{
  background-image: url(../img/cover-background3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}
.bdr-1{
   border: 1px solid #fff;
  padding: 20px;
}

.fondo-3-1{
  background-image: url(../img/cover-background3-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100px;
  width: 100%;
  padding: 100px 0px 100px 0px;
}

.fondo-3-1 p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.fondo-3-1 li{
  color: #000;
  font-size: 16px;
  list-style: none;
  margin-left: 20px;
}

.fondo-3-1 h1{
  color: #1965ab;
  font-size: 1em;
  font-weight: 600;
  text-align: left!important;
  letter-spacing: 5px;
  border-top: 1px solid #8b8b8b;
  padding-top: 20px;
}

.fondo-4{
  background-image: url(../img/cover-background4-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100px;
  width: 100%;
  padding: 70px;
}

.fondo-4 h1{
  font-size: 1em;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 40px;
}

/*.fondo-4 h5{
  font-size: 12px;
  color: #fff;
  text-align: left;
  margin-left: 65px;
}*/

.fondo-4 h5{
  font-size: 12px;
    color: #fff;
    text-align: left;
/*    margin-left: 65px;
*/    background: #034890;
    padding: 8px;
    width: 100%;
}

    

.m-t-1{
  margin-top: 20px;
}
.m-t-2{
  margin-top: 40px;
}
.m-t-4{
  margin-top: 60px;
}

.fondo-4 li{
  background-color: #ffffffb5;
  display: inline;
  margin: 20px;
  padding: 10px;
  border-radius: 5px;
}

.fondo-4 img{
  width: 30%;
}

.fondo-5{
  background-image: url(../img/cover-background3-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  padding: 50px;
}
.fondo-5 p{
  color: #000;
  font-size: 12px;
  font-weight: normal;

}
.fondo-5 h5{
  color: #000;
}
.fondo-5 h1{
  color: #000;
  font-size: 1em!important;
}

.img-fijo{
  background-position: center;
  background-attachment: fixed;
}

.img-linea-colores{
  background-image: url(../img/linea-colors.png);
  width: 100% !important;
  height: 19px;
  padding: 0px;
  margin: 0px;


}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.paddingtop20{
  padding-top: 20px;
}


.paddingtop50{
  padding-top: 50px;
}

.paddingtop100{
  padding-top: 100px;
}



.marginbottom20px{
  margin-bottom: 20px;
}

.list-none{
  list-style: none;
  text-decoration: none;
}

.color-cirulo{
  color: #ed1d24;
  margin: 5px;
}

h1 {
color: #fff;
text-align: center;
}


/* Iconos Redes Sociales*/
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.social{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2000;
}

.social ul{
  list-style: none;
}

.social ul li a{
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 10px 15px;
  width: 210px;
  height: 90px;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;;
  transition: all 500ms ease;;
}
.social ul li .icon-logo{background:#fff;}
.social ul li .icon-facebook{background:#3b5998;}
.social ul li .icon-whatsapp{background:#56cf60;}
.social ul li .icon-mail{background:#666666;}

.social ul li a:hover{
  padding: 10px 50px;
  background: #5293f4;
  cursor: pointer;
}

.icon-size{
  font-size: 25px;
}


/* Termina Iconos Redes Sociales*/


.padding-pleca-servicios{
  position: fixed;
  left: 83%;
  top: 50px;
  z-index: 100;
}

.blanco{
  color: #fff;
}

.form-color-letras{
  color: #fff;
}

.padding1{
  padding: 0px 50px 0px 0px;
}

.padding2{
  padding: 0px 0px 0px 0px;
}

/*============================================================
Formulario
==========================================================*/
.form-control{
    background: #29539b;
		border: 1px solid white;
		border-radius: 0px;
		color: #fff!important;
    border-radius: 7px;
}

form {
	width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-size: auto;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #b5b5b5;
  padding: 20px;
  background-color: #fff;
}

form > div {
	position: relative;
	overflow: hidden;
}

form input, form textarea {
	width: 100%;
	border: 2px solid white;
	background: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 8px 12px;
	outline: 0;
}

form input:valid, form textarea:valid {
	background: #d07433;
  color: #fff;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.btn-enviar, .btn-enviar:active, .btn-enviar:visited {
	color: grey;
}

.btn-enviar:hover {
    color: #fff;
    text-decoration: none;
		background: #ed1d24;
}

form input:focus, form textarea:focus {
	border-color: #ed1d24;
}

form input:focus + label, form textarea:focus + label {
	background: #ed1d24;
	color: white;
	font-size: 100%;
	padding: 5px;
	z-index: 2;
	text-transform: uppercase;
	text-align: center;
}

form label {
	-webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	position: absolute;
	color: #999;
	padding: 7px 6px;
	font-weight: normal;
	color:  #ed1d24;
}

form textarea {
	display: block;
	resize: none;
}

form.go-bottom input, form.go-bottom textarea {
	padding: 12px 12px 12px 12px;
}

form.go-bottom label {
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

form.go-bottom input:focus, form.go-bottom textarea:focus {
	padding: 4px 6px 20px 6px;
}

form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
	top: 100%;
	margin-top: -16px;
}

form.go-right label {
	border-radius: 0 5px 5px 0;
	height: 100%;
	top: 0;
	right: 100%;
	width: 100%;
	margin-right: -100%;
}

form.go-right input:focus + label, form.go-right textarea:focus + label {
	right: 0;
	margin-right: 0;
	width: 40%;
	padding-top: 5px;
}





@media only screen and (min-width : 150px) {

  .titulo-1{
    font-family: 'Poppins', sans-serif;

    font-size: 30px;
    text-align: center;
    color: #ed1d24;
    margin: 0% 0px 0px 0px;
  }

  .button1 {
      color: #ffed8c;
      background-color: #365b7d;
      font-size: 22px;
      border-radius: 20px;
      text-align: center;
      padding: 5px;
      width: 300px;
      height: 40px;
      left: 45%;
      display: block;
      margin-bottom:100px;
  }

  .button1:hover {
      color: #ffed8c;
      background-color: #365b7d;
      cursor: pointer;

  }

  .button1 a{
      color: #ffed8c;
  }

  .titulo-2{
    font-family: 'Poppins', sans-serif;

    font-size: 2em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .pleca-gris{
    width: 100%;
    height: 10%;
    background-color: #d8d8d8;
    color: black;
    margin: 0px 0px 0px 0px;
    text-align: center;
    padding: 10px;
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
  }

  .pleca-blanca{
    width: 100%;
    height: 10%;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    text-align: center;
    padding: 10px;
  }

  .texto-1{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #525252;
    font-weight: lighter;
  }

  .texto-2{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    padding: 20px 0px 0px 10%;
  }


  /*Estilos de la galeria*/

  .galeria {
  width: 100%;
  margin: auto;
  list-style: none;
  padding: 0px;
  box-sizing: border-box;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  }

  .galeria li {
  margin: 10px 0px 0px 0px;
  }

  .galeria img {
  width: 200px;
  height: 70px;
  }

  /*Estilos del modal*/

  .modal {
  display: none;
  }

  .modal:target {

  display: block;
  position: fixed;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

  .modal h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 15px 0;
  }

  .imagen {
  width: 100%;
  height: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  }

  .imagen a {
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  margin: 0 10px;
  }

  .imagen a:nth-child(2) {
  margin: 0;
  height: 100%;
  flex-shrink: 2;
  }

  .imagen img {
  width: 500px;
  height: 100%;
  max-width: 100%;
  border: 7px solid #fff;
  box-sizing: border-box;
  }

  .cerrar {
  display: block;
  background: #fff;
  width: 25px;
  height: 25px;
  margin: 15px auto;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  padding: 0px;
  border-radius: 50%;
  line-height: 25px;
  }

.boton-2{
 color: #fff;
 background-color:#c00013;
 padding:10px;
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
  border-radius: 10px;
}

.boton-2:hover{
 color: #fff;
 background-color:#335779;
 padding:10px;
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
  border-radius: 10px;
}

.texto-grande{
  font-size:25px;
  font-weight:bold;
}

.titulo-2-1{
  font-family: 'Poppins', sans-serif;

  font-size: 20px;
  text-align: center;
  color: #fac358;
  margin: 100px 0px 10px 0px;
  font-weight: bold;
}



@media only screen and (min-width : 480px) {

  .texto-grande{
    font-size:35px;
    font-weight:bold;
  }

  .titulo-2-1{
    font-family: 'Poppins', sans-serif;

    font-size: 35px;
    text-align: center;
    color: #fac358;
    margin: 100px 0px 10px 0px;
    font-weight: bold;
  }


  .button1 {
      color: #ffed8c;
      background-color: #365b7d;
      font-size: 22px;
      border-radius: 20px;
      text-align: center;
      padding: 5px;
      width: 300px;
      height: 40px;
      display: block;
  }

  .button1:hover {
      color: #ffed8c;
      background-color: #365b7d;
      cursor: pointer;

  }

  .margintop30{
  margin-top: 30px;
  }

  .button1 a{
      color: #ffed8c;
  }

  /*Estilos de la galeria*/

  .galeria {
  width: 100%;
  margin: auto;
  list-style: none;
  padding: 0px;
  box-sizing: border-box;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  }

  .galeria li {
  margin: 10px 0px 0px 0px;
  }

  .galeria img {
  width: 200px;
  height: 120px;
  }

  /*Estilos del modal*/

  .modal {
  display: none;
  }

  .modal:target {

  display: block;
  position: fixed;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

  .modal h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 15px 0;
  }

  .imagen {
  width: 100%;
  height: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  }

  .imagen a {
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  margin: 0 10px;
  }

  .imagen a:nth-child(2) {
  margin: 0;
  height: 100%;
  flex-shrink: 2;
  }

  .imagen img {
  width: 500px;
  height: 100%;
  max-width: 100%;
  border: 7px solid #fff;
  box-sizing: border-box;
  }

  .cerrar {
  display: block;
  background: #fff;
  width: 25px;
  height: 25px;
  margin: 15px auto;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  padding: 0px;
  border-radius: 50%;
  line-height: 25px;
  }


}


@media only screen and (min-width : 768px) {

}
@media only screen and (min-width : 992px) {
}
@media only screen and (min-width : 1200px) {

  .titulo-1{
    font-family: 'Poppins', sans-serif;

    font-size: 60px;
    text-align: center;
    color: #ed1d24;
    margin: 0% 0px 0px 0px;
    font-style: italic;
  }


  .texto-2{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    padding: 70px 0px 0px 10%;

  }



  /*Estilos de la galeria*/

  .galeria {
  width: 100%;
  margin: auto;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  }

  .galeria li {
  margin: 50px 0px 0px 0px;
  }

  .galeria img {
  width: 200px;
  height: 150px;
  }


  /*Estilos del modal*/

  .modal {
  display: none;
  }

  .modal:target {

  display: block;
  position: fixed;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

  .modal h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 15px 0;
  }

  .imagen {
  width: 100%;
  height: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  }

  .imagen a {
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  margin: 0 10px;
  }

  .imagen a:nth-child(2) {
  margin: 0;
  height: 100%;
  flex-shrink: 2;
  }

  .imagen img {
  width: 500px;
  height: 100%;
  max-width: 100%;
  border: 7px solid #fff;
  box-sizing: border-box;
  }

  .cerrar {
  display: block;
  background: #fff;
  width: 25px;
  height: 25px;
  margin: 15px auto;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  padding: 0px;
  border-radius: 50%;
  line-height: 25px;
  }





}
@media only screen and (min-width : 1680px) {
}
