@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900');
*{
    font-family: 'Lato', sans-serif;
}
html{
	height:100%;
}
body{
	background-color: #fbfbfb;
	height: 100%;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
}

#conte_menu {
    background-color: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0 -2px 2px #000000;
    height: 80px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}
.botoncitos span {
    color: #0F4C85;
    display: flex;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 1px;
    line-height: 80px;
}
.botoncitos span:hover{

}
.prelogi{
    float: left;
}
.botoncitos, .prelogi {
    cursor: pointer;
    padding: 0 10px;
}
.botoncitos{
    float:right;
}
#conconmenu {
    height: 80px;
    margin: auto;
    width: 980px;
}
#conconmenu2{
	display:none;
	text-align: left;
}

#conconmenu2 img {
    cursor: pointer;
    margin-left: 8px;
    margin-top: 8px;
}
#menu_min {
    background-color: #ffffff;
    width: 233px;
    display:none;
}
#menu_min ul {
    list-style: outside none none;
    margin: 0 0 0 -40px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}
#menu_min li:hover {
    background-color: #f1f1f1;
}
#menu_min li {
    color: #0F4C85;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 332%;
    padding-left: 18px;
}
#logi{
    background-image:url('../img/logi.png');
    background-repeat: no-repeat;
    display: block;
    height: 49px;
    width: 102px;
    margin-top:calc((80px - 49px) / 2);
}
#left-cover-inicio{
    background-color:rgba(0, 72, 111, 0.65);
    position: absolute;
    height: calc(100% - 80px);
    width:33%;
    z-index:1;
    top:80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#back-video{
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.99;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0,0,0,0.6), transparent, transparent);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    background-size: cover;
    background-position: 100% 100%;
    z-index: 0;
}
#back-video video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 80px;
    opacity: 1;
    margin: auto;
    min-width: calc(100% - 80px);
    min-height: 100%;
}
video {
    background-color: transparent !important;
    display: inline-block;
    vertical-align: baseline;
}
#info_inicio {
    color: #FFFFFF;
    width:310px;
}
#info_inicio p {
    font-weight: bold;
    font-size: 36px;
}
#info_inicio span {
    font-size: 25px;
    font-weight: lighter;
}
#inicio{
min-height: calc(100% - 80px);

margin-top: 80px;
}
#servicios {

    height: 500px;

}
#left-container-servicios {
    background-color: #EAF4F6;
    width: 33%;
    height: 500px;
    float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
#eti-servicios {
    font-size: 36px;
    text-align: center;
    color: #00305B;
} 
#eti-servicios p {
    font-weight: bold;
    margin: 17px 0 0 0;
}
.clear{
	clear:both;
}
.icon1{
	color:#41B7C4;
}
.des-serv {
    color: #00305B;
    font-size: 30px;
    font-weight: lighter;
    padding: 22px 0px;
    line-height: 62px;
}
#right-container-servicios {
    background-color: #FAFAFA;
    width: 34%;
    float: right;
    height: 500px;
display: flex;
align-items: center;
justify-content: center;
}
#info-servicios {
    margin: 0 18px;
    text-align: center;
}
.icon1 {
    color: #41B7C4;
    font-size: 30px;
}
#img-ser {

    background-image: url('../img/servi-img.jpg');
    float: right;
    height: 500px;
    width: 33%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;

}
#cobertura {
    height: 500px;
    overflow: hidden;
}
#mapi-cober {
    float: left;
    width: 67%;
    margin-top: -54px;
    filter: invert(0.9);
}
#mapi-cober iframe{
	filter: hue-rotate(171deg);
}
#right-cober {
    background-color: #00305B;
    color: #FFFFFF;
    float: right;
    height: 100%;
    font-size: 36px;
    font-weight: bold;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#post-right-cober p {
    margin: 17px 0 0 0;
}
#post-right-cober {
    text-align: center;
}
#equipamiento {
    height: 500px;
}
#left-equip-titu {
    height: 100%;
    float: left;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00A0DF;
    color: #FFFFFF;
}
#post-equip-titu {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    height: 109px;
}
#post-equip-titu p {
    margin: 17px 0 0 0;
}
#right-equip {
    height: 100%;
    width: 67%;
    float: right;
    background-color: #414046;
    background-image: linear-gradient(to right bottom, #2698C5 0%, #7952d1 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
#lr-eq {
    float: left;
    height: 165px;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
}
.ubilogo {
    background-image: url('https://prd-www-cdn.ubnt.com/media/images/ubnt-logo-u.svg');
    height: 50px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: 39px auto;
    background-position: center;
    display: block;
    float: left;
    margin-right: 7px;
}
.tituubi {
    font-size: 30px;
    line-height: 50px;
    display: block;
    height: 50px;
}
.tituubi sup {
    font-size: 13px;
}
#lr-eq p {
    font-weight: lighter;
    font-size: 21px;
    line-height: 132%;
}
#lr-eq p sup {
    font-size: 12px;
}
#rr-eq {
    float: right;
    width: 50%;
}
.antenis {
    height: 133px;
    width: 100%;
    display: flex;
    align-items: center;
}
.imgantenis {
    width: 145px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.antenis h3 {
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 7px;
}
.antenis p {
    font-size: 19px;
    font-weight: lighter;
    margin-top: 8px;
}






#play {
    height: 500px;
}
#right-play-titu {
    height: 100%;
    float: right;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1f1bb3;
    color: #FFFFFF;
}
#post-play-titu {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    height: 109px;
}
#post-play-titu p {
    margin: 17px 0 0 0;
}

#left-play {
    height: 100%;
    width: 67%;
    float: left;
    background-color: #000000;
    background-image: url('../img/fondoplay.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% auto;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    font-size: 30px;
}
#left-play-content{
	background-color:#051D33;
	opacity:0.9;
	width: 100%;
	height:100%; 
	display: flex;
    align-items: center;
}
#contenido-play {
    width: 100%;
    text-align: center;
}
#left-play-content span{
	display:block;
	margin-bottom: 15px;
}
#left-play-content a{
	text-decoration: none;
	color: #f9a300;
	font-weight:bold;
}
#left-play-content a:hover{
	color:#f900a3;
}







#contacpie {
    width: 100%;
    height: calc(100% - 80px);
}
#right-contact {
    height: 68%;
    background-color: #1E6687;
    width: 33%;
    color: #FFFFFF;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 315px;
}
#post-right-contact p {
    margin: 17px 0 0 0;
}
#post-right-contact {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
#left-contact {
    width: 67%;
    height: 68%;
    float: left;
    background-color: #26407d;
    background-image: url('../img/earthsun.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    min-height: 315px;
}
#puntis {
    width: 100%;
    height: 100%;
    background: url('../img/7.png');
    background-color: rgba(0,0,0,0.5);
}
canvas {
    position: absolute;
}
#contactoo {
    z-index: 2;
    position: relative;
    width: 639px;
}
input[type="text"], textarea {
    color: #54e5e2;
    background-color:rgba(0, 53, 122, 0.8);
    border-color: #54e5e2;
    border: none;
    border-bottom: 2px solid;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}
textarea {
    resize: none;
    width: 631px;
    height: 200px;
    margin-top: 20px;
}
input {
    width: 300px;
    height: 41px;
}
#large-header{
	justify-content:center;
	display:flex;
	align-items:center;
}
#pie {
    width: 100%;
    height: 32%;
    float: left;
    background-color: #0f0f0f;
    color: #D4D4D4;
    min-height: 253px;
}
#centropie {
    width: 774px;
    margin: auto;
    height: 100%;
}
#pieleft {
    float: right;
    height: calc(100% - 40px);
    font-size: 30px;
    font-weight: lighter;
    display: flex;
    align-items: center;
    width: 502px;
    letter-spacing: 2px;
}
#pieright {
    background-image: url("../img/logo_signal.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 272px;
    height: calc(100% - 40px);
    float: right;
}
.contictis {
    margin-left: 18px;
    line-height: 79px;
}
#subpieleft {
    margin-left: 49px;
}
#subpieleft .fab, #subpieleft .fas {
    color: #493196;
}
#piebottom {
    text-align: center;
    letter-spacing: 5px;
    font-size: 15px;
    font-weight: lighter;
    color: #bbb;
}
#subpieleft a {
    color: #D4D4D4;
    text-decoration: none;
}
#enviado {
    color: #54e5e2;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 94px 0px;
    border-top: 1px solid transparent;
    transform: scale(0);
    opacity:0;
    -webkit-transition:all 1.2s ease-out 0s;
    -moz-transition:all 1.2s ease-out 0s;
    -o-transition:all 1.2s ease-out 0s;
    -ms-transition:all 1.2s ease-out 0s;
    transition:all 1.2s ease-out 0s;
    position:absolute;
    text-shadow: 0px 0px 1px #000, 0px 0px 45px #54e5e2;
}