@font-face {
	 font-family:"Reactin";
	 src:url("../fonts/Reactin.eot?") format("eot"),
	 url("../fonts/Reactin.woff") format("woff"),
	 url("../fonts/Reactin.ttf") format("truetype"),
	 url("../fonts/Reactin.svg#Reactin") format("svg");
	 font-weight:normal;
	 font-style:normal;
}


@font-face {
	font-family:"Vidaloka-Regular";
	src:url("../fonts/Vidaloka-Regular.eot?") format("eot"),
	url("../fonts/Vidaloka-Regular.woff") format("woff"),
	url("../fonts/Vidaloka-Regular.ttf") format("truetype"),
	url("../fonts/Vidaloka-Regular.svg#Vidaloka-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
}


	
#contenedor{
    width:100%;
    overflow:hidden;
    z-index:9999;
    font-family:"Vidaloka-Regular";
    position:relative;
}

.pad{
    padding-left:0px;
    padding-right:0px;
}

.clear{
    clear:both;
}

#head{
    background: #01419b;
    text-align: right;
    padding-bottom: 18px;
}

#head #fb{
    background: url(../img/redes.png) no-repeat 0px 0px;
    width: 60px;
    height: 30px;
    display: inline-block;
}

#head #fb:hover{
    background: url(../img/redes-h.png) no-repeat 0px 0px;
}

#head #in{
    background: url(../img/redes.png) no-repeat -121px 0px;
    width: 60px;
    height: 30px;
    display: inline-block;
}

#head #in:hover{
    background: url(../img/redes-h.png) no-repeat -121px 0px;
}

#head #yt{
    background: url(../img/redes.png) no-repeat -177px 0px;
    width: 60px;
    height: 30px;
    display: inline-block;
}

#head #yt:hover{
    background: url(../img/redes-h.png) no-repeat -177px 0px;
}

#menu{
	  padding-bottom: none;
	  background: transparent;
	  width: 100%;
	  margin-bottom:0;
	  border: none;
    min-height: 10px;
    margin-top: 30px;
}

.menu{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.menu li{
    text-align: center;
}

#navbar a{
    color:#01419b;
    font-size: 20px;
    float: left;
    position: relative;
    padding:8px;
    text-decoration: none !important;
    font-family:"Vidaloka-Regular";
}

#navbar a:hover{
    color: #00c7e1;
    border-bottom: solid 1px #00c7e1;
}

#navbar .selec{
    color: #00c7e1;
    border-bottom: solid 1px #00c7e1;
}

#botones{
    padding: 20px 0px;
}

.btn{
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    background: #f0f0f1;
    min-height: 112px;
    box-shadow: -5px 1px 4px #0006;
    line-height:27px;
}

.btn img{
    margin-right:8px;
}

.btn-azul{
    border-right: solid 29px #01419b;
    float: left;
    color: #01419b  !important;
    padding: 3px;
    position: relative;
    width: 100%;
}

.btn-azul:hover{
    background: #d6e4f7;
}

.btn-rojo{
    border-right: solid 29px #00c7e1;
    color: #00c7e1  !important;
    float: left;
    padding: 3px;
    position: relative;
    width: 100%;
}

.btn-rojo:hover{
    background: #d4f6fb;
}

#home-quienes{
    padding: 82px 0px;
    background: url(../img/bg-home.jpg) no-repeat top center;
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

#home-quienes h1{
    color: #fff;
    font-family:"Reactin";
    font-size: 50px;
    margin-top: 20px;
}

#home-quienes p{
    color: #fff;
    margin-top: 15px;
    text-align: justify;
    line-height: 24px;
    font-size: 18px;
}

#home-quienes a{
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    padding: 5px 15px;
    border: solid 4px #fff;
    font-size:18px;
}

#home-quienes a:hover{
    color: #eec289;
    border: solid 4px #eec289;
    text-decoration: none;
}

.servicios-home{
    float: left;
    position: relative;
    background-size: cover;
    width: 100%;
    height:618px;
    box-sizing: border-box;
}

.servicios-home h1{
    font-family:"Reactin";
    font-size:50px;
    text-shadow: -2px 2px 2px #000;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.texto-home-p{
    border-left: solid 12px #00c7e1;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    margin-top: 264px;
    color: #000;
    line-height: 19px;
}

.texto-home-p a{
    display: inline-block;
    margin-top: 30px;
    color: #00c7e1;
    font-size:18px;
    padding:8px 15px;
    font-size:18px;
}

.texto-home-p a:hover{
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    padding: 8px 15px;
    background: #00c7e1;
    font-size:18px;
    text-decoration:none;
}

.p1{
    background-image: url(../img/home/p1.png);
}

.p2{
    background-image: url(../img/home/p2.png);
}

.p3{
    background-image: url(../img/home/p3.png);
}



#home-noticias{
  padding:132px 0px;
  background: url(../img/bg-home2.jpg) no-repeat top center;
  background-size: cover;
}
#home-noticias h1{
  color: #FFF;
  border-bottom: solid 3px #fff;
  padding-bottom: 8px;
  font-size: 56px;
  font-family:"Reactin";
}
#home-noticias p{
  color: #FFF;
font-size: 18px;
margin-top: 120px;
line-height: 26px;
}
.noticia-home{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.title-not{
  background:#00c7e1;
  padding: 10px;
  color: #fff;
  float: left;
  position: relative;
  width: 100%;
  font-family:"Reactin";
  font-size:33px;
  box-sizing: border-box;
}
.noticia-home:hover .title-not{
  background: #01419b;
  color: #fff;
}
.texto-not{
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  position: relative;
  color: #000;
}
.mas{
  position: absolute;
  width: 57px;
  height: 53px;
  background: url(../img/mas.png);
  top: -15px;
  right: 5px;
}
.noticia-home:hover .mas{
  background: url(../img/mas-h.png);
}
.noticia-home2{
  width: 100%;
  float: left;
  position: relative;
  min-height:310px;
  display: flex;
  flex-direction: column;
  padding: 6px;
  box-sizing: border-box;
  background: #00c7e1;
  margin-top: 80px;
  text-align: center;
  color: #FFF !important;
  font-size: 34px;
  text-decoration: none !important;
  justify-content: center;
  align-items: center;
}
.noticia-home2 img{
  margin-top: 169px;
	
}


footer h1{
    color: #C62C2F;
    font-size:24px;
    margin-top: 3px;
    text-align: center;
}

footer p{
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}

footer p i{
    color: #00c7e1;
}

footer p span{
    padding-left: 20px;
}

#fb2{
    background: url(../img/redes2.png) no-repeat 0px 0px;
    width: 63px;
    height: 48px;
    display: inline-block;
}

#fb2:hover{
    background: url(../img/redes2-h.png) no-repeat 0px 0px;
}

#in2{
    background: url(../img/redes2.png) no-repeat -129px 0px;
    width: 55px;
    height: 48px;
    display: inline-block;
}

#in2:hover{
    background: url(../img/redes2-h.png) no-repeat -129px 0px;
}

#yt2{
    background: url(../img/redes2.png) no-repeat -186px 0px;
    width: 60px;
    height: 48px;
    display: inline-block;
}

#yt2:hover{
    background: url(../img/redes2-h.png) no-repeat -186px 0px;
}

#web{
    padding: 3px 0px;
    padding-right: 145px;
    background: url(../img/web.png) no-repeat right;
    color: #000;
    font-size: 10px;
    margin-top: 55px;
    float: left;
    position: relative;
}

#titulo{
    padding-top: 125px;
    padding-bottom: 125px;
    background-size: cover;
    border-top: solid 3px #00c7e1;
    text-align: center;
}

#titulo h1{
    font-size: 60px;
    color: #fff;
    text-shadow: 2px 4px 2px #000;
    font-family:"Reactin";
}

.bg-2{
    background: url(../img/bg2.jpg) no-repeat center top;
}

#quienes{
    padding: 40px 120px;
}

#quienes p{
    text-align: center;
    line-height: 27px;
    margin-bottom: 20px;
    font-size: 18px;
}

.azul{
    color: #5271af;
}

.mision{
    padding-bottom: 0px !important;
}

.mision img{
    margin-top: 20px;
}

.bg-1{
    background: url(../img/bg1.jpg) no-repeat center top;
}

#servivios{
    padding: 30px 0px;
}

.servivios{
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 2px #01419b;
    float: left;
    position: relative;
    width: 100%;
}

.servivios h1{
    color: #01419b;
    margin-top: 30px;
    font-size: 30px;
}

.servivios p{
    font-size: 18px;
    margin-top: 15px;
    color: #000;
    line-height: 22px;
    text-align: justify;
}

.servivios a{
    margin-top: 20px;
    float: right;
    color: #01419b;
    padding: 5px 15px;
    font-size:18px;
    border: solid 3px #01419b;
}

.servivios a:hover{
    color: #ffd61a;
    border: solid 3px #ffd61a;
    text-decoration: none;
}

#carousel-servivios{
    padding-bottom: 30px;
}

#carousel-servivios .carousel-indicators {
    bottom: 0;;
}

#carousel-servivios .carousel-indicators li{
    background: #01419b;
    border-color: #01419b;
    width: 11px;
    height: 11px;
}

#carousel-servivios .carousel-indicators .active{
    background: #00c7e1;
    border-color: #00c7e1;
    width: 15px;
    height: 15px;
}

#servivios-img{
    padding: 50px 0px;
    background: url(../img/bg-home2.jpg) no-repeat top center;
    background-size: cover;
}

#servivios-img h1{
    color: #fff;
    font-size: 73px;
    margin-top: 208px;
    font-family: "Reactin";
    line-height: 105px;
}

.bg-3{
    background: url(../img/bg3.jpg) no-repeat center top;
}

#requisitos{
    padding: 103px 0px;
}

#requisitos h1{
    color: #01419b;
    border-bottom: solid 3px #01419b;
    padding-bottom: 8px;
    font-size: 44px;
}

#requisitos p{
    color: #000;
    font-family: "Roboto";
    text-align: justify;
    line-height: 19px;
    margin-bottom:20px;
}

#requisitos img{
    margin-top: 30px;
}

.bg-4{
    background: url(../img/bg4.jpg) no-repeat center top;
}

#contacto{
    padding: 45px 0px;
}

#contacto h1{
    color: #01419b;
    border-bottom: solid 3px #01419b;
    padding-bottom: 8px;
    font-size: 44px;
}

#contacto p{
    color: #000;
    font-size: 18px;
    line-height: 27px;
}

#contacto h3{
    color: #fff;
    background: #00c7e1;
    padding: 10px;
    margin-top: 20px;
    font-size:18px;
}

#formulario{
    margin-top: 30px;
    margin-bottom: 30px;
}

#formulario h2{
    color: #000 !important;
    text-transform: none;
    font-size: 18px;
    margin-top:11px;
    margin-left: 3px;
}

#formulario input[type="text"]{
    width:100%;
    background-color:#01419b;
    color:#fff;
    border:solid 1px #01419b;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    padding:10px;
    margin-top: 5px;
}

#formulario textarea{
    width:100%;
    background-color:#01419b;
    color:#fff;
    border:solid 1px #01419b;
    font-size:14px;
    padding:10px;
    margin-top: 5px;
    height: 140px;
    font-family: 'PT Sans', sans-serif;
}

#formulario input[type="radio"] {
    padding: 10px;
    margin-top: 16px;
    margin-left: 15px;
    margin-bottom: 12px;
}

#enviar {
    width: 97px !important;
    border: medium none !important;
    cursor: pointer;
    position: relative;
    float: right !important;
    font-size: 18px !important;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    background: #01419b !important;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    padding: 10px 0px !important;
}

#enviar:hover{
    background: #00c7e1 !important;
    color: #fff !important;
}

#borrar {
    width: 97px !important;
    margin-right: 15px;
    border: medium none !important;
    cursor: pointer;
    position: relative;
    float: right !important;
    font-size: 18px !important;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    background: #01419b !important;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    padding: 10px 0px !important;
    margin-left: 15px;
}

#borrar:hover{
    background: #00c7e1 !important;
    color: #fff !important;
}

#map{
    height:300px;
    margin-bottom: 30px;
}

#ampliar{
    background-color: #00c7e1;
    color: #FFF;
    text-align: center;
    padding: 8px 10px;
    position: absolute;
    bottom: 20px;
    left: 10%;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
}

#ampliar:hover{
    background: #01419b;
}

#back-top {
    background-image: url(../img/whatsapp.png);
    width: 62px;
    height: 63px;
    position: fixed;
    right: 22px;
    z-index: 900;
    bottom: 440px;
}





@media (max-width: 800px){
  
  #head {
      text-align: center;
  }
 
  #menu {
      margin-top: 5px;
      padding-bottom: 0;
  }

	.navbar-header {
	    float: none;
      background: #01419b;
	}

	.navbar-left,.navbar-right {
	    float: none !important;
	}

	.navbar-toggle {
	    display: block;
			background: #00c7e1 !important;
	}

	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}

	.navbar-fixed-top {
	    top: 0;
	    border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
	    display: none!important;
	}

	.navbar-nav {
	    float: none!important;
	    margin-top: 7.5px;
	}

	.navbar-nav>li {
	    float: none;
	}

	.navbar-nav>li>a {
	    padding-top: 10px ;
	    padding-bottom: 10px;
	}

	.collapse.in{
	    display:block !important;
	}

	#navbar li {
	     width: 100%;
	}

	#navbar a{
	    width: 100%;
	    text-align: left;
		  padding: 5px;
		  margin-top: 2px;
      border: none;
	}
  
  .texto-home-p {
      margin-top: 96px;
  }

  footer h1 {
      margin-top: 10px;
      margin-bottom: 10px;
  }

  #web {
      margin-top: 20px;
  }

  #servivios-img h1 {
      font-size: 36px;
      margin-top: 104px;
      margin-bottom: 20px;
      line-height: 59px;
  }

  #requisitos p {
      margin-top: 10px;
  }

  #contacto p {
      margin-top: 20px;
  }
  
  .btn{
	   font-size:22px;
  }
  
  .servicios-home{
	   height:487px;
  }

  footer p{
	   font-size:14px;
  }
  
  #titulo{
	   padding-top:97px;
	   padding-bottom:97px;
  }
  
  #titulo h1{
	   font-size:36px;
  }
  
  #requisitos h1{
	   font-size:32px;
  }
  
  #home-noticias{
	   padding:60px 0px;
  }
  
  .cbp-ntaccordion h3{
	   font-size:19px;
  }
  
  #formulario h2{
	   font-size:15px;
  }
}


@media (max-width: 900px) and (min-width: 801px){
	
	#navbar a{
		font-size:16px;
	}
	
	.btn{
		min-height:78px;
		font-size:21px;
	}
	
	#home-quienes h1{
		margin-top:0px;
	}
	
	.texto-home-p{
		margin-top:134px;
		font-size:15px;
		line-height:17px;
	}
	
	.servicios-home{
		height:515px;
	}
	
	.noticia-home2{
		font-size:28px;
		min-height:286px;
	}
	
	footer h1{
		margin-top:37px;
	}
	
	#home-noticias{
		padding:56px 0px;
	}

  #servivios-img h1 {
      font-size: 47px;
      margin-top: 84px;
      line-height: 71px;
  }
	
	#requisitos h1{
		font-size:29px;
	}
	
	.texto-not2{
		padding: 77px 15px;
	}
	
	#contacto h1{
		font-size:29px;
	}
}


@media (max-width: 1000px) and (min-width: 901px){
	
	#navbar a{
		font-size:16px;
	}
	
	.btn{
		min-height:78px;
		font-size:24px;
	}
	
	.texto-home-p{
		margin-top:138px;
	}
	
	.servicios-home{
		height:522px;
	}
	
	.noticia-home2{
		font-size:28px;
		min-height:286px;
	}
	
	#titulo h1{
		font-size:37px;
	}
	
	#servivios-img h1{
		font-size:43px;
    margin-top: 133px;
    line-height: 62px;
	}
	
	#contacto h1{
		font-size:34px;
	}
}


@media (max-width: 1100px) and (min-width: 1001px){
	
	#navbar a{
		font-size:15px;
	}
	.btn{
		font-size:20px;
		min-height:92px;
	}
	
	.texto-home-p{
		margin-top:160px;
	}
	
	.servicios-home{
		height:514px;
	}
	
	.noticia-home2{
		font-size:40px;
		min-height:296px;
	}
	
  #home-noticias h1{
		font-size:52px;
	}
	
	footer h1{
		font-size:12px;
	}
	
	#requisitos h1{
		font-size:35px;
	}
	
	.texto-not2 h1{
		font-size:14px;
	}
	
	.texto-not2 p{
		font-size:13px;
	}
	
	#contacto h1{
		font-size:33px;
	}
	
	#servivios-img h1{
		font-size:53px;
    margin-top: 129px;
    line-height: 82px;
  }
}

@media (max-width: 1200px) and (min-width: 1101px){
	
	#navbar a{
		font-size:18px;
	}
	
	.btn{
		font-size:21px;
	}
	
	.texto-home-p{
		margin-top:205px;
	}
	
	.servicios-home{
		height:557px;
	}
	
	.noticia-home2{
		font-size:40px;
	}
	
	.noticia-home2{
		min-height:311px;
	}
	

	#home-noticias{
		padding:53px 0px;
	}
	
	#requisitos h1{
		font-size:36px;
	}
	
	.texto-not2 h1{
		font-size:15px;
	}
	
	#contacto h1{
		font-size:39px;
	}
	
	#servivios-img h1{
		font-size:62px;
    margin-top: 126px;
    line-height: 98px;
	}

}

@media (max-width: 1300px) and (min-width: 1201px){
	
  #navbar a{
		font-size:13px;
	}
	
	.btn{
		font-size:23px;
		min-height:78px;
	}
	
	.texto-home-p{
		margin-top:119px;
		font-size:14px;
		line-height:16px;
	}
	
	.servicios-home{
		height:484px;
	}
	
	.noticia-home2{
		font-size:25px;
		min-height:260px;
	}
	
	footer p{
		font-size:15px;
	}
	
	#home-noticias h1{
		font-size:40px;
	}

  #servivios-img h1 {
    font-size: 60px;
    margin-top: 132px;
  }
	
	#requisitos h1{
		font-size:28px;
	}
	
	.texto-not2{
		padding:11px 15px;
	}
	
	.texto-not2 h1{
		font-size:10px;
	}
	.texto-not2 p{
		font-size:11px;
	}
	
	.texto-not2 a{
		margin-top:9px;
		font-size:13px;
	}
	
	#formulario h2{
		font-size:14px;
	}
	
	#contacto h1{
		font-size:28px;
	}
	
	#contacto p{
		font-size:16px;
	}
	
	#contacto h3{
		font-size:15px;
	}
	
	.texto-not{
		font-size:14px;
	}
	
	.servivios h1{
		margin-top:13px;
		font-size:25px;
	}
	
	.servivios p{
		font-size:13px;
		margin-top:9px;
		line-height:15px;
	}
	
	#home-noticias{
		padding:61px 0px;
	}
	
	.modal-dialog {
    width: 505px;
    margin: 50px auto;
  }
  
}

@media (max-width: 1400px) and (min-width: 1301px){
	
	#navbar a{
		font-size:15px;
	}
	
  .btn{
		font-size:22px;
	}
	
	.texto-home-p{
		margin-top:137px;
		font-size:14px;
	}
	
	.servicios-home{
		height:529px;
	}
	
	.noticia-home2{
		font-size:30px;
		min-height:294px;
	}
	
	footer p{
		font-size:14px;
	}
	
	.servivios p{
		font-size:13px;
		line-height:18px;
	}
	
	.servivios h1{
		margin-top:18px;
		font-size:24px;
	}
	
	#home-noticias{
		padding:56px 0px;
	}
	
	#home-noticias h1{
		font-size:41px;
	}
	
	#requisitos h1{
		font-size:30px;
	}
	
	.texto-not2{
		padding:12px 15px;
	}
	
	.texto-not2 h1{
		font-size:11px;
	}
	
	.texto-not2 p{
		font-size:13px;
	}
	
	.texto-not2 a{
		margin-top:9px;
	}

  #servivios-img h1 {
    font-size: 67px;
    margin-top: 146px;
  }
	
	#formulario h2{
		font-size:14px;
	}
	
	#contacto h1{
		font-size:30px;
	}
	
	#home-quienes p{
		line-height:16px;
		font-size:14px;
	}

  .modal-dialog {
    width: 505px;
    margin: 50px auto;
  }

}


@media (max-width: 1500px) and (min-width: 1401px){
	
	#navbar a{
		font-size:17px;
	}
	
	.btn{
		font-size:24px;
	}
	
	.texto-home-p{
		margin-top:163px;
	}
	
	.servicios-home{
		height:542px;
	}
	
	.noticia-home2{
		font-size:35px;
	}
	
	.noticia-home2{
		min-height:292px;
	}
	
	footer p{
		font-size:16px;
	}
	
	#home-noticias h1{
		font-size:47px;
	}
	
	#requisitos h1{
		font-size:34px;
	}
	
	.texto-not2{
		padding:9px 15px;
	}
	.texto-not2 a{
		margin-top:8px;
		font-size:14px;
	}
	
	.texto-not2 p{
		font-size:13px;
	}
	
	.texto-not2 h1{
		font-size:14px;
	}
	
	#contacto h1{
		font-size:32px;
	}
	
	.servivios h1{
		margin-top:21px;
		font-size:27px;
	}
	
	.servivios p{
		font-size:14px;
		line-height:19px;
	}

  .modal-dialog {
    width: 505px;
    margin: 50px auto;
  }

}

@media (max-width: 1600px) and (min-width: 1501px){
	
	#navbar a{
		font-size:18px;
	}
	
	.btn{
		font-size:19px;
	}
	
	.texto-home-p{
		margin-top:195px;
	}
	
	.servicios-home{
		height:544px;
	}
	
	
	.noticia-home2{
		min-height:291px;
		font-size:35px;
	}
	
	footer p{
		font-size:15px;
	}
	
	#home-noticias h1{
		font-size:47px;
	}
	
	#requisitos h1{
		font-size:35px;
	}
	
	.texto-not2{
		padding:11px 15px;
	}
	
	.texto-not2 p{
		font-size:14px;
		margin-top:9px;
	}
	
	#contacto h1{
		font-size:35px;
	}
	
	.servivios h1{
		margin-top:24px;
	}

  .modal-dialog {
    width: 505px;
    margin: 50px auto;
  }
	
}

@media (max-width: 1700px) and (min-width: 1601px){
	
	#navbar a{
		font-size:20px;
	}
	
	.btn{
		font-size:21px;
	}
	
	.texto-home-p{
		margin-top:170px;
	}
	
	.servicios-home{
		height:530px;
	}
	
	.noticia-home2{
		font-size:33px;
		min-height:304px;
	}
	
	footer p{
		font-size:17px;
	}
	
	footer h1{
		font-size:13px;
	}
	
	#requisitos h1{
		font-size:36px;
	}
	
	.texto-not2{
		padding:13px 15px;
	}
	
	.texto-not2 p{
		font-size:14px;
	}
	
	#contacto h1{
		font-size:36px;
	}

  .modal-dialog {
    width: 505px;
    margin: 50px auto;
  }

}


@media (max-width: 1800px) and (min-width: 1701px){
	
	#navbar a{
		font-size:18px;
	}
	
	.texto-home-p{
		margin-top:199px;
	}
	
	.servicios-home{
		height:555px;
	}
	
	.noticia-home2{
		min-height:301px;
		font-size:36px;
	}
	
	footer p{
		font-size:17px;
	}
	
	.modal-dialog {
    width: 505px;
    margin: 50px auto;
  }
}