@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway');

.padcomo {
	font-size:17px;
	line-height: 19px;
}

.numer {
	width: 15%;
}

.frannult {
	
	font-family:'caveat', cursive;
	text-align:center;
	color: #1d1d1d;
	font-size: 28px;
		
}

.fraseult {
	
	color: #db1422;
	
}

.peque{
	
	font-family:'Raleway' sans-serif;
	font-size: 14px;
	color:#1d1d1d;
	text-align: center;
}

#legall {
	font-family: 'Raleway' sans-serif;
		color:#1d1d1d;
		font-size:12px;
		font-weight: 300;
		text-align: center!important;
		padding-left: 20px;
		padding-right: 20px;
	text-decoration: none;
}

#legall a:hover {
	color:#db1422 !important;
}

#legall a:visited {
	color:#1d1d1d;
	text-decoration: none !important;
	
}

#legall a:active {
	color:#1d1d1d;
	text-decoration: none !important;
	
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-duration: 4s;
}
.animated.infinites {
	-webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-duration: 1s;
	
}



@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0, 5);
    transform: translate3d(0, 0, 0, 5);
	  
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0, 5);
    transform: translate3d(0, 0, 0, 5);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
	  
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

	


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }


@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-duration: 4s;

}



@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }




@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; 
	

}









.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }





@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(2,2,2,2);
    animation-timing-function: cubic-bezier(2,2,2,2);
  }

  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  80% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}


/* */

.imgcoha {
	width: 40%;
	
	
}

.imgcohb {
	width: 40%;
	float: left;
	
}

#mainNav {
	margin: 0;
	padding: 5px;
}

.imgintro {
	text-align: center;
	align-content: center;
	padding-top: 20px;
	
}




.navbar-brand {
	width:70%;
	padding: 0;
}

.transparente {
	background-color:white;
	
}
.navbar {
        padding: 15px 0;
	margin: 0;
        border: 0;
        background-color:white;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
	
    }

.bg-inverse {
	background-color: white;
}




nav li a {
    font-family: 'Raleway' sans-serif;
	color:#1d1d1d;
	font-weight: 400;
}

nav li a:hover {
    font-family: 'Raleway' sans-serif;
	color:#db1422;
	font-weight:700;
}

nav li a.active {
    font-family: 'Raleway' sans-serif;
	color:#db1422;
	font-weight:700;
}


.navbar-toggler {
  color: white;
  border-color:#db1422;
  background-color: white;
}

.navbar-toggler-icon {
  color: white;
  border-color:#db1422;
  background-color: white;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(219,20,34,10)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.custom-toggler{
  color: white;
  border-color:#db1422;
  background-color: white;
}

.secmenu {
	color:#1d1d1d;
}

.menu{
	color:#1d1d1d;
	
}

.logi {
	width:195px;
}


.frase {
	font-family:'caveat', cursive;
	text-align:center;
	color: #db1422;
	font-size: 32px;
}



.pie {color: #1d1d1d;font-size:12px;}
.pied {text-align:right;color: #1d1d1d;font-size:12px;}	
.piei {text-align:left;color: #1d1d1d;font-size:12px;}		
.pie a:hover{color:#db1422;}
.pie a:active, a:visited, a:focus{color:#1d1d1d;}
.pied a:hover{color:#db1422;}
.pied a:active, a:visited, a:focus{color:#1d1d1d;}
.piei a:hover{color:#db1422;}
.piei a:active, a:visited, a:focus{color:#1d1d1d;}


footer {
	background-color:transparent;
	color:#000;
	text-align: center;
	padding-top: 30px;	
}
 footer a {
	color:#fff;	
}
footer a:hover{
	color:#db1422;
}
footer a:active{
	color:#1d1d1d;
}
footer a:visited{
	color:#1d1d1d;
}
.sobu{
	padding-left: 20px;
}
.teleg {
	font-family: 'Raleway' sans-serif;
	color:#fff;
	font-size:14px;
	font-weight: 300;
	text-align: center;
	padding: 20px;	
}
.nfor {
	background-color:#db1422; 
}
.peque{
	
	font-family:'Raleway' sans-serif;
	font-size: 14px;
	color:#1d1d1d;
	text-align: center;
}
.espdos {
	padding-top: 100px;
}

.alicentr{
	text-align: center;
}

#imsc {
	background-image:url(../img/serv.jpg);
	background-size: cover !important;
	width: 100%;
	height: 100vh;
	-ms-display: flex;
  display: flex;
  /* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;
	
	
}
.tira{
	background:rgba(255, 255, 255, 0.4);
	width: 100%;
	
	
}


.fran {
	/* background:rgba(255, 255, 255, 0.4); */
	width: 100%;
	font-family:'caveat', cursive;
	text-align:center;
	color: #1d1d1d;
	font-size: 32px;
	
	
	
}

.frann {
	
	font-family:'caveat', cursive;
	text-align:center;
	color: #1d1d1d;
	font-size: 32px;
	
	
	
}



.trianguloin { width: 40px;
}


.tintro {
	font-family: 'Raleway' sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #1d1d1d;
	text-align: center;
	
		
}

.texform {
	font-family: 'Raleway' sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding: 10px;
	
}

.tdos{
	font-family: 'Raleway' sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #1d1d1d;
	text-align: center;
	padding-left: 20px;
		padding-right: 20px;
}

h1
 {
	font-family: 'Raleway', sans-serif;
		font-weight: 800;
		font-size:30px;
		line-height: 38px;
		color: #db1422;
		text-align: center;
	 padding: 20px;
}

h2
 {
	font-family: 'Raleway', sans-serif;
		font-weight: 600;
		font-size:24px;
		line-height: 30px;
		color: #1d1d1d;
		
}

.xq {
	font-family: Raleway; color:#000; font-size: 20px; line-height: 24px; padding-top: 20px; padding-left: 154px;
}
		
	.dxq {
	font-size: 18px; line-height: 24px; background-color:#db1422; padding-left: 80px; padding-right: 20px;
		font-family:'Raleway' sans-serif;	font-weight: 300;	color: #1d1d1d;
	
}

.dxqnew {
	font-size: 18px; line-height: 24px; background-color:#db1422; padding-left: 20px; padding-right: 20px;
		font-family:'Raleway' sans-serif;	font-weight: 300;	color: #1d1d1d;
	
}


.tro {
	font-family: 'Raleway', sans-serif;
		font-weight: 600;
		font-size:24px;
		line-height: 30px;
		color: #db1422;
		text-align: center;
	
}

.txdcha {
	font-family: 'Raleway' sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	padding-bottom: 20px;
}

.txdcen{
	font-family: 'Raleway' sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	padding: 10px;
	text-align: center;
	
}

.txdcens{
	font-family: 'Raleway' sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	font-size: 14px;
	line-height: 20px;
	
	text-align:left;
	
}




.icos {
	color: #db1422;
	text-align: center;
	
}

.icin{
	width: 88px;
}

.icse {
		height: 88px;
		text-align:center;
	align-content: center;
	padding-bottom: 20px;
		
	}

.icsee {
		height: 45px;
		text-align:center;
	align-content: center;
	padding-bottom: 20px;
		
	}

.btn {
  font-weight: 700;
  font-size: 18px; 
  border: none;
  border-radius:10px;
  font-family: 'Raleway', sans-serif;
	text-align: center;
	margin: 40px;
	background-color: #db1422;
	color:#ffffff;
	padding: 10px 30px 10px 30px;
	
}

/*
.btn-xl {
  padding: 1rem 4rem;
} 
*/

.btn-primary {
  background-color: #db1422;
  border-color: #db1422;
}

.btn-primary:hover, .btn-primary:active  {
  color: #fff;
  background-color: #9e0713 !important;
	
}
.btn-primary:focus
 {
	color: #fff;
  background-color: #db1422 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.0rem rgba(219, 20, 34, 0.5) !important;
}


.btn-secondary {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
}

.btn-secondary:hover, .btn-secondary:active  {
  color: #fff;
  background-color: #9e0713 !important;
	
}
.btn-secondary:focus
 {
	color: #fff;
  background-color: #1d1d1d !important;
}

.btn-secondary:active, .btn-secondary:focus {
  box-shadow: 0 0 0 0.0rem rgba(219, 20, 34, 0.5) !important;
}



.imgprin {
		width: 100%;
		height: 100%;
		padding-top: 30px;
	}

.elegir {
		width: 100%;
		background-color: #db1422;
		background-image: url('../img/td.png') ;
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 13%;
	}

.delegir {
		width: 13%;
	height: auto;
		background-color: #db1422;
		float:left;
	alignment-baseline: bottom;
	position: absolute;
		bottom: 0px;
		
	}

.aviso {
	color:#db1422;
		font-size:14px;
		font-weight: 500;
		text-align: left;
		
	
}


section#contact .form-group {
    margin-bottom: 25px;
	margin: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 210px;
}

section#contact .form-control:focus {
    border-color: #db1422;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    
    font-family: 'Raleway' sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact:-moz-placeholder {
    font-family: 'Raleway' sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact::-moz-placeholder {
    font-family: 'Raleway' sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    font-family: 'Raleway' sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact .text-danger {
    color: #db1422;
	 
}

section#contact a {
	text-decoration: none;
	color:#1d1d1d;
}

section#contact a:hover, a:focus{ color: #db1422;
	
}
section#contact a:visited { color: #1d1d1d;
	
}


.parallaxb {
    /* The image used */
    background-image: url(" ../img/serv.jpg");
		/* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





.parallaxc {
    /* The image used */
    background-image: url(" ../img/contactob.png");
		/* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* movil*/
@media(min-width:576px) {
	
.pie {color: #1d1d1d;font-size:12px;}
.pied {text-align:center;color: #1d1d1d;font-size:12px;}	
.piei {text-align:center;color: #1d1d1d;font-size:12px;}		
.pie a:hover{color:#db1422;}
.pie a:active, a:visited, a:focus{color:#1d1d1d;}
.pied a:hover{color:#db1422;}
.pied a:active, a:visited, a:focus{color:#1d1d1d;}
.piei a:hover{color:#db1422;}
.piei a:active, a:visited, a:focus{color:#1d1d1d;}

	.frase,
	.fran { font-size: 36px;}
	.frann { font-size: 36px; }
	.frannult { font-size: 32px; }
	.trianguloin { width: 40px;}
	
	.peque{
		
	font-family:'Raleway' sans-serif;
	font-size: 14px;
	color:#1d1d1d;
	text-align: center;
	}
	
	.padcomo {
	font-size:21px;
	line-height: 27px;
}
	
	
	.numer {
	width: 15%;
}
	
	.tintro {
	font-family: 'Raleway' sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #1d1d1d;
	text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		
		
}
	
	
	.imgcoha {
	width: 40%;
		
	
	
}
	
	.imgprin {
		width: 100%;
		height: 100%;
		padding-top: 20px;
	}
	
	.logi {
	width:195px;
}
	
	.texform {
	font-family: 'Raleway' sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
	text-align: center;
		padding: 20px;
	
}
	
	.peque{
		
	font-family:'Raleway' sans-serif;
	font-size: 14px;
	color:#1d1d1d;
	text-align: center;
	}
	
	h1 {
		font-family:'Raleway' sans-serif;
		font-weight: 800;
		font-size:30px;
		line-height: 38px;
		color: #db1422;
		text-align: center;
		padding: 20px;
	}
	
	h2 {
		font-family:'Raleway' sans-serif;
		font-weight: 600;
		font-size:24px;
		line-height: 30px;
		color: #1d1d1d;		
	}
	
	.xq {
	font-family: Raleway; color:#000; font-size: 22px; line-height: 26px;
}
		
	.dxq {
	font-size: 20px; line-height: 26px; background-color:#db1422; padding-left: 105px; padding-right: 20px;
		font-family:'Raleway' sans-serif;	font-weight: 300;	color: #1d1d1d;
	
}

	.dxqnew {
	font-size: 20px; line-height: 26px; background-color:#db1422; padding-left: 20px; padding-right: 20px;
		font-family:'Raleway' sans-serif;	font-weight: 300;	color: #1d1d1d;
	
}
	
	
		.tro {
	font-family:'Raleway' sans-serif;
		font-weight: 600;
		font-size:24px;
		line-height: 30px;
		color: #db1422;
		text-align: center;
	
}
	
	.icin{
	width: 88px;
	}
	.icse {
		height: 88px;
		text-align: center;
		
	}
	
	.icsee {
		height: 60px;
		text-align:center;
		
	}
	
	.txdcha{
	font-family:'Raleway' sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #1d1d1d;
	padding-bottom: 20px;
	
	}
	
	.txdcen{
	font-family: 'Raleway' sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	text-align: center;
	
}
	
	.txdcens{
	font-family: 'Raleway' sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	font-size: 16px;
	line-height: 20px;
	text-align:left;
	
}
	
	.btn {
	  font-weight: 700;
	  font-size: 24px;
	  border: none;
	  border-radius:10px;
	  font-family: 'Raleway', sans-serif;
	  text-align: center;
		background-color: #db1422;
	color:#ffffff;
	padding: 10px 30px 10px 30px;
	}
	.parallaxb {
    /* The image used */
    background-image: url(" ../img/serv.jpg");
		/* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.parallaxc {
    /* The image used */
    background-image: url(" ../img/contactob.png");
		/* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
}

/* movilH? tablet!*/
@media(min-width:768px) {
	.frase,
	.fran { font-size: 45px; }
	.fran { font-size: 45px; padding-top: 100px;}
	.trianguloin { width: 70px;}
	.tintro {
	font-family: 'Raleway' sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	color: #1d1d1d;
	text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		
}
	
		.padcomo {
	font-size:26px;
	line-height: 30px;
			padding-top: 20px;
}
	
	
	
		.numer {
	width: auto;
}
	
	.peque{
		
	font-family:'Raleway' sans-serif;
	font-size: 20px;
	color:#1d1d1d;
	text-align: center;
	}
	
	.elegir {
		width: 100%;
		background-color: #db1422;
		background-image: url('../img/td.png') ;
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 15%;
	}
	
	.delegir {
		width: 15%;
		height: auto;
		background-color: #db1422;
		float:left;
	alignment-baseline: bottom;
		position: absolute;
		bottom: 0px;
	}
	
	
	.imgcoha {
	width: 40%;
	
}
	
	.logi {
	width:200px;
}
	
	.imgprin {
		width: 100%;
		height: 100%;
		padding-top: 0px;
	}
	
	.texform {
	font-family: 'Raleway' sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	color: #fff;
	text-align: center;
		padding: 20px;
	
}
	
	.peque{
		
	font-family:'Raleway' sans-serif;
	font-size: 20px;
	color:#1d1d1d;
	text-align: center;
	}
	
	.tdos{
	font-family:'Raleway' sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #1d1d1d;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
	
	h1 {
		font-family: 'Raleway', sans-serif;
		font-weight: 800;
		font-size:34px;
		line-height: 42px;
		color: #db1422;
		text-align: center;
		padding: 30px;
	}
	
	h2 {
		font-family: 'Raleway', sans-serif;
		font-weight: 600;
		font-size:26px;
		line-height: 30px;
		color: #1d1d1d;		
	}
	
	.xq {
	font-family: Raleway; color:#000; font-size: 24px; line-height: 28px;
}
	
	.dxq {
	font-size: 22px; line-height: 28px; background-color:#db1422; padding-left: 160px; padding-right: 20px;
	
}
.dxqnew {
	font-size: 22px; line-height: 28px; background-color:#db1422; padding-left: 20px; padding-right: 20px;
		font-family:'Raleway' sans-serif;	font-weight: 300;	color: #1d1d1d;
	
}
	
		.tro {
	font-family: 'Raleway', sans-serif;
		font-weight: 600;
		font-size:26px;
		line-height: 30px;
		color: #db1422;
		text-align: center;
	
}
		
	.icin{
	width: 100px;
	}
	
	.icse {
		height: 92px;
		text-align: center;
		
	}
	
	.icsee {
		height: 68px;
		text-align:center;
		
	}
	
	.txdcha{
	font-family: 'Raleway' sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #1d1d1d;
	padding-bottom: 20px;
	}
	
	.txdcen{
	font-family: 'Raleway' sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	text-align: center;
		font-size: 20px;
	line-height: 28px;
	
}
	
	.txdcens{
	font-family: 'Raleway' sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	
	text-align:left;
		font-size: 20px;
	line-height: 28px;
	
}
	
	.btn {
	  font-weight: 700;
	  font-size: 28px;
	  border: none;
	  border-radius:10px;
	  font-family: 'Raleway', sans-serif;
	  text-align: center;
		background-color: #db1422;
	color:#ffffff;
	padding: 10px 30px 10px 30px;
	}
	
	.logi {
	width:250px;
}
	.navbar {
        padding: 15px 0;
        border: 0;
        background-color:transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
	
    }
	
		.bg-inverse {
	background-color: white;
}
	.parallaxb {
    /* The image used */
    background-image: url(" ../img/serv.jpg");
		/* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.parallaxc {
    /* The image used */
    background-image: url(" ../img/contactob.png");
		/* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
	.imgintro {
	text-align: center;
	align-content: center;
	padding-top: 20px;
	width: 100%;
}
.pie {color: #1d1d1d;font-size:12px;}
.pied {text-align:center;color: #1d1d1d;font-size:12px;}	
.piei {text-align:center;color: #1d1d1d;font-size:12px;}		
.pie a:hover{color:#db1422;}
.pie a:active, a:visited, a:focus{color:#1d1d1d;}
.pied a:hover{color:#db1422;}
.pied a:active, a:visited, a:focus{color:#1d1d1d;}
.piei a:hover{color:#db1422;}
.piei a:active, a:visited, a:focus{color:#1d1d1d;}

}

/* escritorio pequeño*/
@media(min-width:992px) {
	
.pie {color: #1d1d1d;font-size:12px;}
.pied {text-align:right;color: #1d1d1d;font-size:12px;}	
.piei {text-align:left;color: #1d1d1d;font-size:12px;}		
.pie a:hover{color:#db1422;}
.pie a:active, a:visited, a:focus{color:#1d1d1d;}
.pied a:hover{color:#db1422;}
.pied a:active, a:visited, a:focus{color:#1d1d1d;}
.piei a:hover{color:#db1422;}
.piei a:active, a:visited, a:focus{color:#1d1d1d;}

	.frase,
	.fran { font-size: 68px; }
	.frann { font-size: 68px; }
	.trianguloin { width: 100px;}
	.tintro {
	font-family: 'Raleway' sans-serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: 300;
	color: #1d1d1d;
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
		
}
	
			.padcomo {
	font-size:28px;
	line-height: 32px;
				padding-top: 75px;
}
	
	
		.numer {
	width: auto;
}
	
	.peque{
		
	font-family:'Raleway' sans-serif;
	font-size: 22px;
	color:#1d1d1d;
	text-align: center;
	}
	
	.frannult { font-size: 50px; }
	
	
	
	.logi {
	width:300px;
}
	
	.elegir {
		width: 100%;
		background-color: #db1422;
		background-image: url('../img/td.png') ;
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 13%;
	}
	
	.delegir {
		width: 13%;
		height: auto;
		background-color: #db1422;
		float:left;
	alignment-baseline: bottom;
		position: absolute;
		bottom: 0px;
	}
	
	
	.imgprin {
		width: 100%;
		height: 100%;
		padding-top: 0px;
	}
	
	.texform {
	font-family: 'Raleway' sans-serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
	color: #fff;
	text-align: center;
		padding: 40px;
	
}
	
	.tdos{
	font-family: 'Raleway' sans-serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: 300;
	color: #1d1d1d;
	text-align: center;
		padding-left: 50px;
		padding-right: 50px;
}
	
	.peque{
		
	font-family:'Raleway' sans-serif;
	font-size: 22px;
	color:#1d1d1d;
	text-align: center;
	}
	
	h1 {
		font-family: 'Raleway', sans-serif;
		font-weight: 800;
		font-size:40px;
		line-height: 48px;
		color: #db1422;
		text-align: center;
		padding: 50px;
	}
		
	h2 {
		font-family: 'Raleway', sans-serif;
		font-weight: 600;
		font-size:28px;
		line-height: 32px;
		color: #1d1d1d;		
	}
	
	.xq {
	font-family: Raleway; color:#000; font-size: 26px; line-height: 32px;
}
	
	.dxq {
	font-size: 24px; line-height: 30px; background-color:#db1422; padding-left: 160px; padding-right: 25px;
	
}
	.dxqnew {
	font-size: 24px; line-height: 24px; background-color:#db1422; padding-left: 20px; padding-right: 20px;
		font-family:'Raleway' sans-serif;	font-weight: 300;	color: #1d1d1d;
	
}
	

	
		
		.tro {
	font-family: 'Raleway', sans-serif;
		font-weight: 600;
		font-size:28px;
		line-height: 32px;
		color: #db1422;
		text-align: center;
	
}
	
	.icin{
	width: 150px;
	}
	
	.icse {
		height: 100px;
		text-align: center;
		
	}
	
	.icsee {
		height: 75px;
		text-align:center;
		
	}
	
	.txdcha{
	font-family: 'Raleway' sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	color: #1d1d1d;
	padding-bottom: 20px;
	}
	
	.txdcen{
	font-family: 'Raleway' sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	text-align: center;
		font-size: 22px;
	line-height: 28px;
	
}
	.txdcens{
	font-family: 'Raleway' sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	
	text-align:left;
		font-size: 22px;
	line-height: 28px;
	
}
	
	.btn {
	  font-weight: 700;
	  font-size: 32px;
	  padding: 20px 50px 20px 50px;
	  border: none;
	  border-radius:10px;
	  font-family: 'Raleway', sans-serif;
	  text-align: center;
		background-color: #db1422;
	color:#ffffff;
	padding: 10px 30px 10px 30px;
	}
	
	.navbar {
        padding: 15px 0;
        border: 0;
        background-color:transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
	
    }
	
		.bg-inverse {
	background-color: white;
}
	.parallaxb {
    /* The image used */
    background-image: url(" ../img/serv.jpg");
		/* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.parallaxc {
    /* The image used */
    background-image: url(" ../img/contactob.png");
		/* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
		.imgintro {
	text-align: center;
	align-content: center;
	padding-top: 20px;
	width: 100%;
}
	
	
}

/* escritorio*/
@media(min-width:1200px) {
	.frase,
	.fran { font-size: 74px;}
	.frann { font-size: 74px; }
	
	.trianguloin { width: 130px;}
	
	
.frannult { font-size: 60px; }
.peque{
		
	font-family:'Raleway' sans-serif;
	font-size: 24px;
	color:#1d1d1d;
	text-align: center;
	}

			.numer {
	width: auto;
}
	
	.logi {
	width:380px;
}
	
	.elegir {
		width: 100%;
		background-color: #db1422;
		background-image: url('../img/td.png') ;
		background-position: top right;
		background-repeat: no-repeat;
		background-size: auto;
	}
	
	
	.delegir {
		width: auto;
		height: auto;
		background-color: #db1422;
	float:left;
	alignment-baseline: bottom;
		position: absolute;
		bottom: 0px;
		
		
	}
	.imgprin {
		width: 100%;
		height: 100%;
		padding-top: 0px;
	}
	
	.tintro {
	font-family: 'Raleway' sans-serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
	color: #1d1d1d;
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
		
}
	
	.texform {
	font-family: 'Raleway' sans-serif;
	font-size: 34px;
	line-height: 42px;
	font-weight: 300;
	color: #fff;
	text-align: center;
		padding: 50px;
	
}
	
	.tdos{
	font-family: 'Raleway' sans-serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
	color: #1d1d1d;
	text-align: center;
		padding-left: 50px;
		padding-right: 50px;
}
	
	.peque{
		
	font-family:'Raleway' sans-serif;
	font-size: 24px;
	color:#1d1d1d;
	text-align: center;
	}
	
	h1 {
		font-family: 'Raleway', sans-serif;
		font-weight: 800;
		font-size:44px;
		line-height: 52px;
		color: #db1422;
		padding: 50px;
	}
	
	h2 {
		font-family: 'Raleway', sans-serif;
		font-weight: 600;
		font-size:32px;
		line-height: 40px;
		color: #1d1d1d;	
		
	}
	
	.xq {
	font-family: Raleway; color:#000; font-size: 28px; line-height: 38px;
}
	
	.dxq {
	font-size: 26px; line-height: 38px; vertical-align: middle; background-color:#db1422; padding-left: 200px; padding-right: 25px; padding-bottom: 10px;
		
	
}
	.dxqnew {
	font-size: 26px; line-height: 38px; background-color:#db1422; padding-left: 20px; padding-right: 20px;
		font-family:'Raleway' sans-serif;	font-weight: 300;	color: #1d1d1d;
	
}
	
	
		.tro {
			font-family: 'Raleway', sans-serif;
			font-weight: 600;
			font-size:32px;
			line-height: 40px;
			color: #db1422;
			text-align: center;

	}
		
	.icin{
	width: 180px;
	}
	
	.icse {
		height: 106px;
		text-align: center;
		
	}
	
	.icsee {
		height: 90px;
		text-align:center;
		
	}
	
	.txdcha{
	font-family: 'Raleway' sans-serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
	color: #1d1d1d;
	padding-bottom: 20px;
	}
	
	.txdcen{
	font-family: 'Raleway' sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 40px;
	text-align: center;
		font-size: 26px;
	line-height: 34px;
	
}
	.txdcens{
	font-family: 'Raleway' sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	
	text-align:left;
		font-size: 26px;
	line-height: 34px;
	
}
	
	
	.btn {
	  font-weight: 700;
	  font-size: 18px;
	  border: none;
	  border-radius:10px;
	  font-family: 'Raleway', sans-serif;
	  text-align: center;
		background-color: #db1422;
	color:#ffffff;
	padding: 10px 30px 10px 30px;
	}
	
	
	


	.navbar {
        padding: 15px 0;
        border: 0;
        background-color:transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
	
    }
	
		.bg-inverse {
	background-color: white;
}
	

	
.parallaxa {
    /* The image used */
    background-image: url(" ../img/contactoa.png");
	width:100%; height: 100%;
	

    /* Set a specific height */
    min-height: 360px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    
}
	.parallaxd {
    /* The image used */
    background-image: url("http://sara.torneodegolf.es/chuchi/a2/img/fondo.jpg");

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
	.parallaxb {
    /* The image used */
    background-image: url(" ../img/serv.jpg");
		/* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.parallaxc {
    /* The image used */
    background-image: url(" ../img/contactob.png");

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

	.imgintro {
	text-align: center;
	align-content: center;
	padding-top: 20px;
	width: 100%;
}
	
	.padcomo{
		padding-top: 100px;
		font-size:32px;
	line-height: 38px;
	}
	
	.pie {color: #1d1d1d;font-size:12px;}
.pie a:hover{color:#db1422;}
.pie a:active, a:visited, a:focus{color:#1d1d1d;}
.pied {text-align:right;color: #1d1d1d;font-size:12px;}			
.pied a:hover{color:#db1422;}
.pied a:active, a:visited, a:focus{color:#1d1d1d;}
.piei {text-align:left;color: #1d1d1d;font-size:12px;}
.piei a:hover{color:#db1422;}
.piei a:active, a:visited, a:focus{color:#1d1d1d;}
	
}


/*esta es de movil */

@media(max-width:767px) {
	
.pie {color: #1d1d1d;font-size:12px;}
.pie a:hover{color:#db1422;}
.pie a:active, a:visited, a:focus{color:#1d1d1d;}
.pied {text-align:center;color: #1d1d1d;font-size:12px;}			
.pied a:hover{color:#db1422;}
.pied a:active, a:visited, a:focus{color:#1d1d1d;}
.piei {text-align:center;color: #1d1d1d;font-size:12px;}
.piei a:hover{color:#db1422;}
.piei a:active, a:visited, a:focus{color:#1d1d1d;}

}