﻿body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#212529;
}

h1, h2, h3 {
	text-transform: uppercase;
}

p {
	font-size:1.25em;
}

a {
	color: #78abf1;
	text-decoration: none;
	transition: .3s all ease;
}

a, a:active, a:focus {
    color: #5798ef;
}

a:hover {	
    color: #3380ea;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
  @media (min-width: 768px) {
	.container {
	  width: 750px;
	}
  }
  @media (min-width: 992px) {
	.container {
	  width: 970px;
	}
  }
  @media (min-width: 1200px) {
	.container {
	  width: 1170px;
	}
  }
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: " ";
}
.container:after,
.container-fluid:after {
	clear: both;
}

#header {
	padding:50px 0;
}

#header h1 {
	font-size:2.25em;
	margin:0;
	text-align:center;
}

.parallax {
	background-image: url("https://helpmyip.com/images/fondo.jpg");
	min-height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    display: flex;
	align-items: center;
	text-align:center;
	color:#fff;
}

.parallax h2 {
	margin:0.25em 0;
	text-transform: none;
}

.parallax h2, .parallax span.su-ip {
	font-size:2.25em;
	font-weight:bold;
}

#btnCopiar {
	margin-top:2.5em;
}

.btn-outline-light {
	cursor:pointer;
	padding:.5em 1em;
	border-radius:3px;
	border:1px solid #fff;
	text-transform: uppercase;
	font-size:1em;
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	transition:.25s;
  }
  
  .btn-outline-light:hover {
	color: #0B6AB9;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	transition:.25s;
  }
  
  .btn-outline-light.disabled,
  .btn-outline-light:disabled {
	color: #0B6AB9;
	background-color: transparent;
  }
  
  .btn-outline-light:active,
  .btn-outline-light.active,
  .show>.btn-outline-light.dropdown-toggle {
	color: #0B6AB9;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
  }

#content {
	margin:2em 0;
}

#content h3 {
	margin:1.25em 0;
	font-size:2em;
}

#content p {
	margin-bottom:1.25em;
}

.cookie {
	margin:2em 0;
}

#content .c-info {
	background:#ccc;
	color:#6f727d;
	text-align:center;
	padding:0.5em;
	margin:.5em 0;
}
#content .c-info p {
	margin:0;
	font-size:1em;
}
#content .c-info p strong {
	display:inline-block;
	padding-bottom:0.5em;
}

.cookie-content a {
	color:#212529;
}
.cookie-content a:hover {
	color:#5acea4;
}

.underline {
	text-decoration:underline;
}

footer {
	background-color: #34415b;
	color: #b3bbd8;
	text-align:center;
	padding:1.5em 0;
}

.footer-item {
	margin:1.25em 0;
}

/* CSS Tableta, Portatil, PC */

@media (min-width: 768px) {
	#header {
		padding:100px 0;
	}
	#content {
		margin:3em 0;
	}
	.footer-item {
		display:block;
		float:left;
		width:33.333%;
	}
	.footer-left {
		text-align:left;
	}
	.footer-right {
		text-align:right;
	}
}

/* Mensaje Cookie */

.cc-window {
    opacity: 1;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    -ms-flex-align: center;
    align-items: center
}
.cc-window.cc-invisible {
    opacity: 0
}
.cc-link {
    text-decoration: underline
}
.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}
.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    right: 0;
    top: 0;
}
.cc-btn,
.cc-link {
    cursor: pointer
}
.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}
.cc-link:hover {
    opacity: 1
}
.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}
.cc-banner .cc-btn:last-child {
    min-width: 140px
}
.cc-top {
    top: 1em
}
.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}
.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin-left: 10px;
}
.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}
@media print {
    .cc-window {
        display: none
    }
}
@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}
@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-banner {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.mensaje-ie {
	background: #212121; padding: 10px 0; box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3); clear: both; text-align:center; position: relative; z-index:1;
}